feat: refactors chapter list and improves UI#260
Merged
cassio-rossi merged 6 commits intoMacMagazine:developfrom Dec 22, 2025
Merged
feat: refactors chapter list and improves UI#260cassio-rossi merged 6 commits intoMacMagazine:developfrom
cassio-rossi merged 6 commits intoMacMagazine:developfrom
Conversation
Rebuilds the chapter list screen with a more modern and visually appealing design. Improves user experience by highlighting the currently playing chapter and providing a progress bar. Enhances aesthetics with subtle animations, background gradients, and a capsule indicator for a cleaner look.
Enhances the visual feedback for the currently playing chapter in the podcast player. This commit refactors the chapter highlighting logic to use a more reliable method for determining the active chapter. It also improves the progress bar for chapters by switching to a Slider presentation style to match the current progress. The capsule on top of the full player is removed. The presentation drag indicator is enabled on the PodcastView
Removes a highlighting effect from the chapter view in the player, which was implemented as a moving luminous band that followed the progress. The visual effect is no longer deemed necessary.
Improves the appearance of the chapter selection UI. This commit makes the following changes: - Adds a drag indicator for the full player view to improve discoverability. - Adjusts the scale effect of the chapter card when active for better visual feedback. - Removes the capsule indicator from the ChaptersView which is no longer needed as the drag indicator has been added to the full player.
cassio-rossi
approved these changes
Dec 22, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Rebuilds the chapter list screen with a more modern and visually appealing design.
Improves user experience by highlighting the currently playing chapter and providing a progress bar.
Enhances aesthetics with subtle animations, background gradients, and a capsule indicator for a cleaner look.
Type of Change
feat: New featurefix: Bug fixdocs: Documentation updatestyle: Code style/formatting changesrefactor: Code refactoringperf: Performance improvementtest: Adding or updating testschore: Maintenance tasksbuild: Build system changesci: CI configuration changesRelated Issue
Screenshots/Videos
Testing
Checklist
Additional Notes