Vaani/lib/features/library_browser/view
Claude 7d2877c1bb
fix: add series sequence sorting and debug metadata variants
Series sorting fix:
- Detect SeriesFilter and use 'sequence' sort parameter
- Other filters (author/genre) continue using alphabetical title sort
- Books in series now display in proper sequence order

Series metadata debugging:
- Add logging to show media and metadata variants for each item
- Add bookSeriesFilter metadata variant handlers
- Log extracted title and author for debugging
- This will help identify why series-filtered books show no info

The logging will show what metadata structure the API returns for
series-filtered items so we can properly extract title/author data.
2025-11-20 21:47:46 +00:00
..
filtered_library_items_page.dart fix: add series sequence sorting and debug metadata variants 2025-11-20 21:47:46 +00:00
library_authors_page.dart fix: improve navigation stack and ensure square cover aspect ratios 2025-11-20 21:03:15 +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 fix: improve navigation stack and ensure square cover aspect ratios 2025-11-20 21:03:15 +00:00
library_series_page.dart fix: improve navigation stack and ensure square cover aspect ratios 2025-11-20 21:03:15 +00:00