mirror of
https://github.com/bbara04/Purefin.git
synced 2026-03-31 17:10:08 +02:00
- Implement `SeriesScreen`, `SeriesViewModel`, and associated UI components (`SeriesCard`, `SeriesHero`, etc.) for TV show details. - Add `getSeasons` and `getEpisodesInSeason` methods to `JellyfinApiClient`. - Refactor `Route` and navigation logic to use `ItemDto` (containing ID and `BaseItemKind`) instead of raw strings. - Update `MovieScreen` and `EpisodeScreen` to accept `ItemDto` as a parameter. - Enhance `PosterItem` and `ContinueWatchingItem` logic to handle parent IDs and correct image fetching for episodes and seasons. - Add mock data for the series detail view. - Remove redundant `MovieScreenNavigation.kt`.