working on loading of account data

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-04-02 18:14:19 +02:00
parent 246bb887b0
commit 087c2ef95e
8 changed files with 142 additions and 12 deletions

View File

@@ -43,7 +43,7 @@
<ul>
{#each accounts as account (account.id)}
<li>
<a {onclick} href="account/{account.id}">{account.name} ({account.id})</a>
<a {onclick} href="/account/{account.id}">{account.name} ({account.id})</a>
</li>
{/each}
</ul>