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