Arkadiusz Fal
acb6fb284a
Fix Home view showing zero counts after returning from background
...
onAppear only fires once when the view first appears, not on foreground
return. Add scenePhase observer to reload data when the app becomes active.
2026-04-18 20:38:00 +02:00
Arkadiusz Fal
8c24b12b9a
Migrate localization keys to dotted format
...
Remove 32 non-dotted keys (16 unused format specifiers, 16 word keys)
and replace with properly namespaced dotted keys following the existing
convention (common.*, player.*, search.*).
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
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