Loading
fix(macos): episode level as a Touch Bar popover — no identifier mutation
Mutating defaultItemIdentifiers on the installed bar rendered it black on the first mode switch, confirming that live identifier changes are not dependable. The bar now has a single, fixed item list installed once; all dynamism is content-level: - Idle, the transport buttons and the position slider are hidden (and the slider width-collapsed), so hidden views detach from layout and the subscriptions strip keeps the whole bar; they reappear while an episode is loaded. - The episode level becomes an NSPopoverTouchBarItem with an invisible collapsed representation, presented programmatically on artwork tap (back button + episode titles inside its own popover bar, system close button disabled so our back keeps the app pane in sync). Co-Authored-By: Claude (RCA)