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:
parent
3143d1c1db
commit
4a80ea5aa5
6 changed files with 234 additions and 166 deletions
5
frontend/src/i18n/locales/hu/nav.json
Normal file
5
frontend/src/i18n/locales/hu/nav.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"primary": "Fő navigáció",
|
||||
"collapse": "Oldalsáv összecsukása",
|
||||
"expand": "Oldalsáv kinyitása"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue