Vaani/lib/features/library_browser/view
Claude cf0778e263
feat: convert filtered items to grid view and fix navigation
- Change from ListView to GridView with 3 columns for better book browsing
- Redesign LibraryItemCard as grid cards with cover images and metadata
- Fix navigation to use Routes.libraryItem instead of Routes.you
- Use correct path parameter 'itemId' for book detail navigation
- Remove subtitle from cards to simplify grid layout
- Books now open properly when tapped, same as home page
2025-11-20 20:31:50 +00:00
..
filtered_library_items_page.dart feat: convert filtered items to grid view and fix navigation 2025-11-20 20:31:50 +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 debug: add extensive logging and error handling for series 2025-11-20 19:29:23 +00:00