feat: apply requested changes
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
import ConnectionLostDialog from '$lib/ConnectionLostDialog.svelte';
|
||||
import { onMount } from 'svelte';
|
||||
import { browser } from '$app/environment';
|
||||
import { sidebarState } from "$lib/sidebar.svelte.ts";
|
||||
|
||||
let { children } = $props();
|
||||
|
||||
@@ -40,7 +41,7 @@
|
||||
|
||||
<Toaster position="bottom-right" theme="dark" richColors={true} />
|
||||
|
||||
<Sidebar.Provider>
|
||||
<Sidebar.Provider bind:open={sidebarState.open}>
|
||||
<AppSidebar />
|
||||
<Sidebar.Inset>
|
||||
<!-- <header class="flex h-16 shrink-0 items-center gap-2 px-4"> -->
|
||||
|
||||
Reference in New Issue
Block a user