mirror of
https://github.com/bbara04/Purefin.git
synced 2026-03-31 17:10:08 +02:00
- Move `PosterCard` from `HomeSections.kt` to a new standalone file `PosterCard.kt` in `hu.bbara.purefin.common.ui`. - Refactor `PosterCard` layout from a `Box` to a `Column` for better text placement. - Update text styling on `PosterCard` to limit to 1 line and adjust padding. - Clean up code formatting and imports in `HomeSections.kt`.