mirror of
https://github.com/hexolan/stocklet.git
synced 2026-03-27 03:54:11 +00:00
refactor: page routing
feat: base order and product view pages feat: base auth state
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
import LightDarkMode from './LightDarkMode.svelte';
|
||||
</script>
|
||||
|
||||
<footer class="border-t border-surface-300-600 bg-surface-100-800">
|
||||
<footer class="border-t border-surface-200-800 bg-surface-100-900 fixed bottom-0 w-full z-10">
|
||||
<div class="mx-auto flex w-full max-w-7xl items-center justify-between px-4 py-6 text-sm text-surface-700-300">
|
||||
<span>Stocklet</span>
|
||||
<LightDarkMode />
|
||||
</div>
|
||||
</footer>
|
||||
</footer>
|
||||
@@ -24,4 +24,6 @@
|
||||
</script>
|
||||
</svelte:head>
|
||||
|
||||
<Switch {checked} {onCheckedChange}></Switch>
|
||||
<div>
|
||||
<Switch {checked} {onCheckedChange}></Switch>
|
||||
</div>
|
||||
@@ -15,7 +15,7 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<Navigation.Bar classes="bg-transparent w-auto h-12 p-0 mx-12">
|
||||
<Navigation.Bar classes="bg-transparent w-auto p-0 mx-12">
|
||||
<Navigation.Tile href="/" label="Home" />
|
||||
<Navigation.Tile href="/about" label="About" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user