router now working, implemented login and logout

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-06-30 23:40:26 +02:00
parent 56cdedcdb8
commit 956281e749
7 changed files with 113 additions and 24 deletions

View File

@@ -21,6 +21,7 @@
{#if translations_ready }
{#if user.name }
<!-- https://github.com/notnotsamuel/svelte-tiny-router -->
<Router>
<Menu />
<Route path="/" component={Home} />