25: NavBar — top bar with AppMenu, SectionMenu, Breadcrumbs, Systray #26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Build the top navigation bar — Odoo's
NavBarcomponent.Components
AppMenu
Dropdown button (grid icon) that shows apps list. Active app highlighted. On mobile:
fullscreen sidebar overlay (hamburger menu).
SectionMenu
Horizontal tabs for current app's sections. Overflow items go into a "More"
dropdown when viewport is narrow. Hotkeys 1-0 for first 10 sections.
Breadcrumbs
Navigation trail showing current location: App > Section > Action.
Rendered inside NavBar via portal from ControlPanel.
Systray
Right-aligned icon bar in the navbar. Hosts notification bell, settings,
user avatar dropdown, and other system action icons.
Spec
References
PRD-003 §2
Odoo: navbar.xml (NavBar, NavBar.AppsMenu, NavBar.SectionsMenu, NavBar.AppsMenu.Sidebar)
muk_web_theme: navbar.xml (enhanced AppMenu with icons)