Skip to content

AppSidebar

The app shell's primary navigation: a collapsible icon rail that expands on hover (desktop). On the immersive Player route it hides and is reachable via a floating menu button as a left drawer. Profile lives at the foot (not in the nav).

Functions

AppSidebar()

function AppSidebar(props): Element;

Defined in: src/app/shell/AppSidebar.tsx:121

The AppSidebar component.

Parameters

Parameter Type Description
props { immersive: boolean; } Whether the current route is immersive (the Player), where the rail hides behind a floating menu button.
props.immersive boolean -

Returns

Element

The sidebar.