Vaani/lib/features/library_browser/view
Claude 8667bd03dd
fix: improve navigation stack and ensure square cover aspect ratios
Navigation fixes:
- Change goNamed to pushNamed in all library browser pages
- Maintains proper back navigation stack
- Back button now goes step by step instead of to beginning
- Prevents app from closing when navigating back from book detail

Grid layout fixes:
- Book covers are now always square (1.0 aspect ratio)
- Overall card aspect ratio is 0.75 to provide space for text
- Wrap cover in AspectRatio widget instead of using Expanded
- Ensures title and author info always visible below covers
- Fixes issue where book info was missing in series view
2025-11-20 21:03:15 +00:00
..
filtered_library_items_page.dart fix: improve navigation stack and ensure square cover aspect ratios 2025-11-20 21:03:15 +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