updated accounts page: display user info and list shops

This commit is contained in:
2026-01-25 01:23:52 -07:00
parent 1c305cd494
commit 2b1cc7af75
17 changed files with 469 additions and 18 deletions
+2 -2
View File
@@ -107,7 +107,7 @@
</nav>
</header>
<main class="basis-full grow p-[1em] max-w-full">
<main class="basis-full grow max-w-full">
{{/* This is where the page_body template will be inserted into the page */}}
{{- block "body" . }}{{ end }}
</main>
@@ -132,9 +132,9 @@
>
<img
src="{{ .Identity.Claims.Picture }}"
class="rounded-[50%]"
style="
max-height: 3rem;
border-radius: 50%;
margin: 1rem 0;
"
/>