Vaani/lib
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
..
api fix: resolve Series deserialization issues and add author sorting 2025-11-20 16:17:09 +00:00
constants chore: remove deprecated apis (#74) 2025-04-10 19:42:08 +05:30
db feat: error reporting with logs (#45) 2024-10-03 05:54:29 -04:00
features feat: implement filtered book navigation and improve author sorting 2025-11-20 16:43:21 +00:00
hacks something 2024-05-08 05:03:49 -04:00
models refactor: update AuthenticatedUser model to require id and remove password, enhance server URI handling in AddNewServer widget 2024-10-04 02:31:51 -04:00
pages feat: Add settings to control play button visibility on home shelves (#81) 2025-05-22 08:24:59 +05:30
router feat: implement filtered book navigation and improve author sorting 2025-11-20 16:43:21 +00:00
settings feat: Add settings to control play button visibility on home shelves (#81) 2025-05-22 08:24:59 +05:30
shared feat: Add settings to control play button visibility on home shelves (#81) 2025-05-22 08:24:59 +05:30
theme upgrade to flutter 3.27.4 2025-03-25 22:01:16 +05:30
main.dart fix: bad state when reading player for theme and new login 2024-10-05 21:02:14 -04:00