mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-24 03:36:51 +00:00
Refactors the TV navigation drawer to use specific library routes instead of a static libraries overview. Added a `NavDisplay` with a backstack to manage navigation between the Home screen and individual Library screens directly from the drawer. - Replace `TvDrawerDestination` enum with `Route` in the navigation drawer - Dynamically populate drawer items based on available libraries - Add `NavDisplay` to `TvAppScreen` for nested TV navigation - Connect `TvLibraryScreen` to `AppViewModel` for media selection handling - Remove back button from `TvLibraryScreen` in favor of drawer navigation - Update `TvNavigationDrawerTest` to reflect routing changes