feat(nav): N1 — collapsible left nav sidebar (Design C)

Move the modules (Feed/Channels/Playlists/Stats) out of the avatar dropdown into a
persistent left sidebar with icon+label entries; collapses to a thin icon rail
(persisted in localStorage). Account actions (About, Sign out, admin badge) move to a
popover at the sidebar bottom; Settings is a rail entry. Header is now a contextual top
bar (sync status, feed scope + search or page title, language, notifications) — logo and
account menu removed from it. New nav.json strings (HU/EN/DE). First step of Epic N.
This commit is contained in:
npeter83 2026-06-16 00:42:23 +02:00
parent 3143d1c1db
commit 4a80ea5aa5
6 changed files with 234 additions and 166 deletions

View file

@ -0,0 +1,5 @@
{
"primary": "Hauptnavigation",
"collapse": "Seitenleiste einklappen",
"expand": "Seitenleiste ausklappen"
}