Loading
fix(macos): back to a proven Touch Bar layout, episodes via a standard popover
The launch blank was caused by the layout tricks (hidden transport views, zero-width slider and an invisible popover representation), not by the popover mechanism. The bar returns to the configuration already validated on hardware — transport, title and position always present (disabled/empty while idle), subscriptions strip stretching into the remaining space with the 320 pt cap only during playback — plus one standard piece: an NSPopoverTouchBarItem with a system-managed list-icon collapsed button. Artwork taps (and the sidebar sync) open that popover programmatically; its back button clears the shared state. The system-modal path tried in between turned out to be private API (DFRFoundation) and was dropped. Co-Authored-By: Claude (RCA)