mirror of
https://github.com/bbara04/Purefin.git
synced 2026-03-31 17:10:08 +02:00
decb8cd0cbc7dedf40ec86ab6c4a8f7b78c8e6fc
- 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.
Description
Languages
Kotlin
100%