+144
−40
Loading
- Idle, the subscriptions strip is the only item and takes the whole bar; the transport, title and position items only join it while an episode is loaded (the width cap on the strip activates then). - Tapping a podcast artwork drills into a second level: a back button on the left and a scrubber of the podcast's latest episodes (titles sized to fit, via NSScrubberFlowLayoutDelegate); tapping one starts playback and returns to the library level. Radios keep playing directly on tap. - Mode switches mutate defaultItemIdentifiers on the single installed bar (instantiated items are cached, so the strip keeps its scroll position); the bar object itself is never replaced. Co-Authored-By: Claude (RCA)