|
|
@ -114,7 +114,10 @@ const AppNavbar: FunctionComponent = () => {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<AppShell.Navbar p="xs" className={styles.nav}>
|
|
|
|
<AppShell.Navbar p="xs" className={styles.nav}>
|
|
|
|
<Selection.Provider value={{ selection, select }}>
|
|
|
|
<Selection.Provider value={{ selection, select }}>
|
|
|
|
<AppShell.Section grow>
|
|
|
|
<AppShell.Section
|
|
|
|
|
|
|
|
grow
|
|
|
|
|
|
|
|
style={{ overflowY: "auto", scrollbarWidth: "none" }}
|
|
|
|
|
|
|
|
>
|
|
|
|
<Stack gap={0}>
|
|
|
|
<Stack gap={0}>
|
|
|
|
{routes.map((route, idx) => (
|
|
|
|
{routes.map((route, idx) => (
|
|
|
|
<RouteItem
|
|
|
|
<RouteItem
|
|
|
|