mirror of
https://github.com/bbara04/Purefin.git
synced 2026-03-31 17:10:08 +02:00
- Replace `BoxWithConstraints` with `Scaffold` in `MovieScreen`, `EpisodeScreen`, and `SeriesScreen`. - Move `MovieTopBar`, `EpisodeTopBar`, and `SeriesTopBar` into the `topBar` slot of `Scaffold`. - Implement `statusBarsPadding` and standard padding in top bar components. - Decouple top bar components from ViewModels by passing an `onBack` callback. - Simplify hero image heights and remove complex offsets and conditional wide-screen layouts. - Use `floatingActionButton` slot for the play button in movie and episode screens. - Standardize background handling using `MaterialTheme.colorScheme.background`.