From 2ed7f8bb0c149da1e395905336c7faee664a1452 Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Wed, 15 Apr 2026 21:01:29 +0200 Subject: [PATCH] feat: position Routes and Starred sections at bottom of sidebar --- src/layout/LayoutShell.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/layout/LayoutShell.tsx b/src/layout/LayoutShell.tsx index 812a970..b550009 100644 --- a/src/layout/LayoutShell.tsx +++ b/src/layout/LayoutShell.tsx @@ -381,6 +381,7 @@ export function LayoutShell() { open={!routesCollapsed} onToggle={toggleRoutesCollapsed} active={location.pathname.startsWith('/routes')} + position="bottom" > {}} active={false} + position="bottom" >