Arkadiusz Fal
f8da242968
Fix ContentUnavailableView centering on Apple TV
...
On tvOS, ContentUnavailableView inside a Group doesn't expand to fill
available space — it sizes to content and aligns top-leading. Add
.frame(maxWidth: .infinity, maxHeight: .infinity) to all instances
so they center correctly in their parent containers.
2026-04-18 20:38:00 +02:00
Arkadiusz Fal
2e37873a12
Remove duplicate navigation titles on tvOS
...
The sidebarAdaptable TabView already shows tab names in the sidebar
pill, so the large .navigationTitle() was redundant on tvOS.
2026-04-18 20:38:00 +02:00
Arkadiusz Fal
7cea57c343
Update media browser view options sheet layout
2026-04-18 20:37:25 +02:00
Arkadiusz Fal
d045a64b63
Persist media browser view options per source
...
Save sort order, sort direction, and show-only-playable filter to
UserDefaults keyed by source ID so preferences survive navigation.
2026-04-18 20:37:25 +02:00
Arkadiusz Fal
11a8c79e21
Refactor views
2026-04-18 20:37:25 +02:00
Arkadiusz Fal
425a2c590d
Fix locales
2026-04-18 20:37:25 +02:00
Arkadiusz Fal
100df744d9
Yattee v2 rewrite
2026-04-18 20:37:24 +02:00