feat: position Routes and Starred sections at bottom of sidebar
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user