Vaani/lib/router
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
..
models chore: remove deprecated apis (#74) 2025-04-10 19:42:08 +05:30
transitions custom palette generator 2024-05-11 04:06:25 -04:00
constants.dart feat: implement filtered book navigation and improve author sorting 2025-11-20 16:43:21 +00:00
router.dart feat: implement filtered book navigation and improve author sorting 2025-11-20 16:43:21 +00:00
scaffold_with_nav_bar.dart feat: ability to change library (#77) 2025-04-19 19:17:31 +05:30