frontend-foundation: GOAT front-end Phase 1 — auth, tag management, public tag page (22/22 spec scenarios pass)

This commit is contained in:
2026-08-05 13:46:50 +10:00
parent b846c2c58e
commit 133e375b6b
31 changed files with 1591 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{{define "content"}}
<div class="flex items-center justify-between">
<h1 class="text-2xl font-bold">My Tags</h1>
<a href="/" class="text-sm text-stone-600 hover:underline">← Home</a>
</div>
{{template "account-panel" .Data}}
{{end}}