Added more frontend and some more login logic

This commit is contained in:
2026-06-05 21:58:10 +02:00
parent 6543149dab
commit 52d551ab39
22 changed files with 1043 additions and 173 deletions

View File

@@ -1,11 +1,11 @@
{{ define "content" }}
<h1>Locations</h1>
<h1>Lagerorte</h1>
<div
hx-get="/api/locations"
hx-trigger="load"
>
<div class="table-container">
<div
hx-get="/api/locations"
hx-trigger="load"
>
</div>
</div>
{{ end }}