mirror of
https://github.com/yattee/yattee.git
synced 2026-06-04 13:54:19 +00:00
Sidebar buttons in TVSidebarDetailContainer were hard to focus from the content list. Move the Add Source (and sort/group menu for Media Sources) to a top HStack wrapped in focusSection(), matching the pattern used in MediaBrowserView. Default focus lands on the first source row via @FocusState + FirstRowFocusModifier.