feat: position Routes and Starred sections at bottom of sidebar

This commit is contained in:
hsiegeln
2026-04-15 21:01:29 +02:00
parent 90dee0f43e
commit 2ed7f8bb0c

View File

@@ -381,6 +381,7 @@ export function LayoutShell() {
open={!routesCollapsed} open={!routesCollapsed}
onToggle={toggleRoutesCollapsed} onToggle={toggleRoutesCollapsed}
active={location.pathname.startsWith('/routes')} active={location.pathname.startsWith('/routes')}
position="bottom"
> >
<SidebarTree <SidebarTree
nodes={routeNodes} nodes={routeNodes}
@@ -400,6 +401,7 @@ export function LayoutShell() {
open={true} open={true}
onToggle={() => {}} onToggle={() => {}}
active={false} active={false}
position="bottom"
> >
<StarredGroup <StarredGroup
label="Applications" label="Applications"