BLOG-136 Dashboard route and frontend authentication #137

Merged
squid merged 10 commits from BLOG-136_create_dashboard_route into main 2025-10-13 20:33:36 +08:00
3 changed files with 7 additions and 3 deletions
Showing only changes of commit 3dd5d71168 - Show all commits

View File

@ -3,7 +3,7 @@
import NavbarAction from '$lib/common/framework/ui/NavbarAction.svelte';
</script>
<div class="border-b border-gray-300">
<nav class="border-b border-gray-300">
<div
class="mx-auto flex h-toolbar-height max-w-screen-xl flex-row items-center justify-between px-4 md:px-6"
>
@ -20,4 +20,4 @@
/>
</div>
</div>
</div>
</nav>

View File

@ -12,6 +12,8 @@
</svelte:head>
<div class="min-h-screen">
<Navbar />
<slot />
<main>
<slot />
</main>
</div>
<Footer />

View File

@ -1,2 +1,4 @@
User-agent: *
Allow: /
Disallow: /dashboard/
Disallow: /api/