> VISUAL POLISH & COLOR CONSISTENCYvisual
Restricted the amber/yellow accent color to buttons only. Non-button labels that were previously amber — the latest additions modal title, the About page verification headings, and the updates page version headers — are now green to match the rest of the interface. Removed the terminal prompt (admin@codfish:~/games/portugal$) that preceded the search bar, leaving just the search label for a cleaner look.
> GAME PAGE VERIFICATION TAGSfeature
Each game detail page now displays two prominent status tags above the metadata: DATA_COMPLETE / DATA_INCOMPLETE and DEV_VERIFIED / DEV_UNVERIFIED. Tags use the same logic as the catalogue indicators — green for complete/verified, red for missing data or unverified entries.
> LATEST ADDITIONS MODALfeature
Added a new LATEST_ADDITIONS button next to the search bar that opens a modal listing every game added on the most recent import day, with their studio and release year. Each entry links directly to the game's detail page. The modal closes on Escape, overlay click, or the close button.
> LAYOUT & TYPOGRAPHY REFINEMENTSvisual
Enlarged the main site title across all breakpoints. Tightened the spacing between the search bar and the game list, and moved the LATEST_ADDITIONS button to its own row between the navigation and the search input for better visual hierarchy.
> GAME LIST MOBILE CARD LAYOUTfeatureresponsive
Replaced the horizontal scrolling table on mobile with a four-row card layout per game. Each field is labelled (DEV, PUB, GENRE, PLAT, YEAR, DATA, VER) so every value is identifiable without the column header, eliminating the need to drag the screen sideways.
> MOBILE NAVIGATION DROPDOWNfeatureresponsive
Navigation links now collapse into a [ MENU ▼ ] dropdown on mobile devices and touch screens. Detection combines viewport width, pointer type, and user-agent checks so the menu also triggers on tablets. The return-to-directory link stays outside the dropdown for quick access.