mirror of
https://github.com/bbara04/Purefin.git
synced 2026-03-31 17:10:08 +02:00
- Implement `LibraryScreen` with a responsive grid layout for displaying library contents. - Create `LibraryViewModel` to handle fetching items for a specific library via `JellyfinApiClient`. - Integrate dynamic library navigation in `HomePage` by mapping Jellyfin user views to drawer navigation items. - Add `Route.Library` and `Route.Login` to the navigation graph. - Update `SeriesCard` and `SeriesViewModel` to adjust hero height and use backdrop images for episodes. - Refactor `HomePageViewModel` to support library selection and rename episode selection logic for consistency. - Enhance `PosterCard` with default colors and `PlayerActivity` with a black background. - Remove redundant play button from `SeriesComponents`.