Merge pull request 'Refactor code structure for improved readability and maintainability' (#193) from feature/landing-page into development

Reviewed-on: ADUANASOFT/anexo76#193
This commit is contained in:
2026-03-08 05:54:43 +00:00
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