mirror of
https://github.com/bbara04/Purefin.git
synced 2026-03-31 17:10:08 +02:00
- Move `EpisodeCard` and `MovieCard` logic directly into `EpisodeScreen` and `MovieScreen` as internal components. - Delete `SeriesCard.kt` and merge its content into `SeriesScreen.kt`. - Create `ContentMockData.kt` to centralize mock data for movies, series, and episodes, replacing local mock objects. - Add Compose previews for `EpisodeScreen`, `MovieScreen`, and `SeriesScreen`. - Clean up unused imports and streamline layout structures in content components.