Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-03-07 23:53:53 -06:00
parent f3d8a7cbf0
commit 3eccb66a6f
2 changed files with 1034 additions and 99 deletions

View File

@@ -22,6 +22,8 @@
<link rel="icon" href={favicon} />
</svelte:head>
{@render children?.()}
<Toaster richColors position="top-right" />
<KeyboardManager />
<HelpDrawer />
@@ -33,5 +35,3 @@
placeholder="Global Search..."
onfocus={() => console.log('Global Search Focused')}
/>
{@render children?.()}

File diff suppressed because it is too large Load Diff