[TV] Add episode details modal - #5688
Open
sztomek wants to merge 6 commits into
Open
Conversation
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
Adds a TV episode details modal and wires it to the "Episode details" action in the episode actions menu. The modal mirrors the existing
TvPodcastInfoModal: it's built on the sharedTvModal, shows a header (artwork + podcast name + episode title + "date · duration"), an "Episode details" heading, and a D-pad-scrollable description (per Figma, the description scrolls within the modal).The description is the episode's show notes, loaded on demand via the shared
ShowNotesManager(the storedepisodeDescriptionfield is frequently empty) and rendered with the sharedHtmlTextcomponent. While the notes load a spinner is shown; if they can't be found the modal shows an "Unable to find show notes" message. The podcast name is resolved from the episode'spodcastUuidvia a smallTvEpisodeInfoViewModel, so nothing extra has to be threaded through the list screens.Selecting "Episode details" replaces the actions menu (the menu closes and the details modal opens); Back returns to the episode list. It is reachable from every current entry point that surfaces the episode actions menu:
Testing Instructions
Screenshots or Screencast
Screen_recording_20260731_103302.mp4
Checklist
./gradlew spotlessApplyto automatically apply formatting/linting)modules/services/localization/src/main/res/values/strings.xmlI have tested any UI changes...