Vaani/lib/features/library_browser/view
Claude 8300cc7571
fix: correct type checking and imports in filtered library page
- Add shelfsdk import to router.dart for Filter types
- Fix Media and MediaMetadata type checking using freezed mapOrNull
- Handle all Media variants (book, bookMinified, bookExpanded)
- Handle all MediaMetadata variants to extract title, subtitle, and authors
- Fix BookMetadata accessing authors list instead of authorName property

Resolves compilation errors in GitHub Actions build.
2025-11-20 16:54:06 +00:00
..
filtered_library_items_page.dart fix: correct type checking and imports in filtered library page 2025-11-20 16:54:06 +00:00
library_authors_page.dart feat: implement filtered book navigation and improve author sorting 2025-11-20 16:43:21 +00:00
library_browser_page.dart feat: implement library view with Authors, Genres, and Series browsing 2025-11-20 10:52:18 +00:00
library_genres_page.dart feat: implement filtered book navigation and improve author sorting 2025-11-20 16:43:21 +00:00
library_series_page.dart feat: implement filtered book navigation and improve author sorting 2025-11-20 16:43:21 +00:00