Bring packages and UI library up to date

This commit is contained in:
daylily
2026-01-12 16:08:10 -06:00
parent 260d838cb5
commit 2af6e1726b
66 changed files with 1611 additions and 1425 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
<script lang="ts">
import { ModeWatcher } from 'mode-watcher'
import { mode, ModeWatcher } from 'mode-watcher'
import { Toaster } from 'svelte-sonner'
import Footer from '$lib/layouts/Footer.svelte'
@@ -10,9 +10,9 @@ const unsupported = navigator.requestMIDIAccess === undefined
</script>
<ModeWatcher />
<Toaster position="bottom-center" duration={2000} />
<Toaster position="bottom-center" duration={2000} theme={mode.current} invert />
<div class="max-w-screen-xl min-h-dvh m-auto p-6 stack gap-4">
<div class="max-w-7xl min-h-dvh m-auto p-6 stack gap-4">
{#if unsupported}
<Unsupported />
{:else}