From 69f86d070b486f0aebc6a8ec3fdb7d5b6244e31a Mon Sep 17 00:00:00 2001 From: mkelvers Date: Fri, 10 Apr 2026 22:28:51 +0200 Subject: [PATCH] ui: clean template markup and controls --- internal/shared/ui/sort_filter.templ | 4 ---- internal/templates/auth.templ | 10 +++++----- internal/templates/catalog.templ | 2 +- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/internal/shared/ui/sort_filter.templ b/internal/shared/ui/sort_filter.templ index 6a71242..fb7c375 100644 --- a/internal/shared/ui/sort_filter.templ +++ b/internal/shared/ui/sort_filter.templ @@ -24,10 +24,6 @@ templ SortFilter(opts SortFilterOptions) { - -

- Don't have an account? Register +

+ Don't have an account? Register

} @@ -37,13 +37,13 @@ templ Register() { -

+

Password must be at least 12 characters and include an uppercase letter, lowercase letter, number, and special character.

-

- Already have an account? Sign in +

+ Already have an account? Sign in

} diff --git a/internal/templates/catalog.templ b/internal/templates/catalog.templ index 2f46db5..756a604 100644 --- a/internal/templates/catalog.templ +++ b/internal/templates/catalog.templ @@ -7,7 +7,7 @@ import "fmt" templ Catalog() { @Layout("mal - catalog") {
-
+
@ui.LoadingIndicator("Loading catalog")