mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 23:06:11 +00:00
- Deleted the MetadataSections.vue component, which handled metadata display for various providers. - Updated AlphaStrip.vue to include a direction prop for sorting letters in ascending or descending order. - Enhanced GalleryShell.vue to manage grid sorting direction and integrate it with the toolbar. - Modified GalleryToolbar.vue to add sorting direction controls for grid mode. - Adjusted PlatformTile.vue to simplify the playable indicator display. - Refactored useGalleryVirtualItems to normalize letter sorting with new bucket logic. - Added subtitle support to RTextField for enhanced context display. - Updated CollectionsIndex.vue to implement grid sorting functionality. - Refined PlatformsIndex.vue to separate list and grid sorting states, improving overall sorting logic.