mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 06:46:00 +00:00
- Introduced a new "status" action in GameActionBtn, allowing users to set and display game status. - Replaced the StatusBadge component with the GameActionBtn in GameCard for a unified interface. - Updated various components to accommodate the new status feature, including GameDetails and AppNav. - Added CSS variables for page max width to ensure consistent layout on ultrawide displays. - Removed redundant max-width styles from several components to streamline layout management. Co-authored-by: Copilot <copilot@github.com>