4 Commits

Author SHA1 Message Date
Sebastian Palencsar
e219b060a4 fix(ui): restore navigation when viewing the About page
Keep a compact header navigation bar visible on the About page so users
can return to station browsing. Make the sidebar logo navigate home and
add World to the compact header navigation.
2026-06-27 13:26:32 +02:00
Sebastian Palencsar
5d54d2fbe2 fix(i18n): reduce Denglish in German UI translations
Use consistent German labels (Info, Angaben, Nachrichten, Pausieren)
while keeping established tech terms like Votes, Bitrate, and Stream.
Restore C++ string translations for tray, backend errors, and notifications.
2026-06-27 13:23:16 +02:00
Sebastian Palencsar
4806f9306a feat(ui): Mac-inspired layout with sidebar, details panel, and About page
Replace the modal About dialog with an embedded About page and introduce
a three-pane desktop layout: persistent sidebar navigation, flat station
list, right-side details panel, and compact player bar.

Load the GPLv3 license text from C++ and expose it to QML as context
data. Normalize i18n source strings to English, complete German and
Russian translations (133 strings each), and centralize page navigation
helpers in Main.qml. Simplify compact HeaderNavigation and extend
.gitignore for local build artifacts.
2026-06-27 13:21:55 +02:00
Sebastian Palencsar
bff0073ae5 i18n: fix German translation contexts and add Russian translation 2026-06-24 08:30:26 +02:00