- Add CollectionHeader and CollectionFolder to GridItem sealed class
- Build grid items from homeRows for correct collection ordering
- Collections appear as section headers + folder cards in the grid
- Folder cards show cover image, emoji, or initials with title overlay
- Removes old hardcoded horizontal row insertion for collections
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Fix View Mode button selected style to match Tile Shape pattern
- Show All Tab toggle now uses Card style matching Hide Title
- Emoji shows in folder detail header (Tabbed/Rows modes)
- Tabs moved to same row as folder title, title truncates with ellipsis
- All tab uses "Combined" subtitle for consistent pill sizing
- Collection editor is now a single scrollable LazyColumn
- Rename Tabbed Grid to Tabs, Follow Layout to Follow Home Layout
- Fix catalog display name showing raw ID instead of proper name
- Pass Modern landscape posters and fullscreen backdrop settings through
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Follow Layout now renders actual ClassicHomeContent, GridHomeContent,
or ModernHomeContent with folder catalog data
- Build HomeUiState from loaded CatalogRows including GridItem list
- Pass through Modern settings (landscape posters, fullscreen backdrop)
- Fix catalog display name showing raw ID instead of proper name
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add backdropImageUrl at Collection level for Modern layout hero
- Add viewMode (Tabbed Grid/Rows/Follow Layout) and showAllTab at Collection level
- Modern hero shows folder title/emoji with backdrop fallback chain
- Tabbed Grid supports "All" tab with round-robin catalog merge
- Rows mode uses CatalogRowSection for each catalog source
- Update Web UI, TV editor, and serialization for new fields
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Extend the existing QR-code addon management feature with a Collections
tab for full CRUD of collections and folders from the phone browser.
Includes categorized emoji picker, searchable catalog source list,
collapsible sections, import/export with full validation, cover image
preview, unified catalog+collection ordering in the Catalogs tab with
correct persistence, and enable/disable toggle for collections.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
A lot of people had some problems with enrichment data - either release dates, didn't want images changed on home (but with everything else enriched), or were unhappy with the imdb rating from tmdb.
With this change, Home and CW enrichment finally respects TMDB settings, it is possible to turn off only dates enrichement, and MDBList is used for getting the correct imdb rating
Fixes#1198