mirror of
https://github.com/rommapp/romm.git
synced 2026-06-30 07:45:52 +00:00
- Refactor ScanPlatform.vue to always use RVirtualScroller for listing ROMs, improving performance and layout consistency. - Introduce a maximum viewport height for the virtual scroller to prevent excessive DOM growth. - Update ScanPlatformRow.vue to make each ROM row a clickable router link, enhancing navigation to ROM details. - Add a synthetic "All" option in RSelect for metadata sources, allowing users to toggle all items in multi-select mode. - Split metadata providers into general and specific categories for clearer organization in the Scan view. - Improve styling and layout of the scan configuration card for better user experience.