Vaani/lib/features/library_browser/view
Claude 43712643a2
feat: implement filtered book navigation and improve author sorting
- Sort authors by surname (last word in name) instead of first name
- Create FilteredLibraryItemsPage to display books filtered by author/genre/series
- Add navigation from authors/genres/series pages to filtered book lists
- Use AuthorFilter, GenreFilter, and SeriesFilter from shelfsdk
- Add libraryFiltered route with filter parameter support

Users can now:
- Browse authors sorted by surname
- Tap on an author to see all their books
- Tap on a genre to see all books in that genre
- Tap on a series to see all books in that series
2025-11-20 16:43:21 +00:00
..
filtered_library_items_page.dart feat: implement filtered book navigation and improve author sorting 2025-11-20 16:43:21 +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