ui: refine auth and account screens

This commit is contained in:
2026-04-11 18:06:04 +02:00
parent 6b83f6bde6
commit 76e9309e0d
10 changed files with 438 additions and 83 deletions

View File

@@ -8,7 +8,7 @@ import (
)
templ Search(q string) {
@Layout("mal - search") {
@Layout("mal - search", true) {
if q != "" {
<div id="loading" class="htmx-indicator">
@ui.LoadingIndicator("Searching...")