updates for presentation + starting update for newbooking component

This commit is contained in:
2026-01-02 22:24:17 +01:00
parent 7fae75be75
commit 2b17eb6854
10 changed files with 1438 additions and 151 deletions

View File

@@ -1,11 +1,12 @@
package templates
templ headerComponent() {
// {{ user := ctx.Value("user").(models.User) }}
<div class="flex flex-row justify-between md:mx-[10%] py-2 items-center">
<a href="/time">Zeitverwaltung</a>
<a href="/team">Abrechnung</a>
<a href="/pdf">PDF</a>
if true {
<a href="/pdf">Monatsabrechnung</a>
<a href="/presence">Anwesenheit</a>
}
<a href="/user/settings">Einstellungen</a>