SRGSSR / pillarbox-apple

A next-generation reactive media playback ecosystem for Apple platforms.
https://testflight.apple.com/join/TS6ngLqf
MIT License
43 stars 6 forks source link

Improve chapter cell appearance #834

Closed defagos closed 4 weeks ago

defagos commented 4 weeks ago

Description

This PR adds a duration label on chapter cells displayed in our chapter-supporting demo player. It also improves how the current chapter is displayed on iOS 17 and above.

Duration Cell highlight (iOS 17)
Duration Highlight

Changes made

Some modifiers are meaningful only for iOS 17. I marked them explicitly with a common naming style. There is likely a more generic approach but for the moment I chose to keep things simple.

Checklist