diff --git a/src/lib/components/Navigation.svelte b/src/lib/components/Navigation.svelte new file mode 100644 index 00000000..36109e04 --- /dev/null +++ b/src/lib/components/Navigation.svelte @@ -0,0 +1,244 @@ + + + + + + + {m.nav_gallery()} + {m.nav_collection()} + + + {#if isAuth} + {username} + {:else} + {m.nav_login()} + {/if} + + + + + + + + + + + + {m.nav_settings()} + + {#if isAuth} + + + {m.nav_logout()} + + + {/if} + + + + + + + + +