diff --git a/internal/shared/ui/empty_state.templ b/internal/shared/ui/empty_state.templ index ab0dd4b..6aa9f82 100644 --- a/internal/shared/ui/empty_state.templ +++ b/internal/shared/ui/empty_state.templ @@ -1,9 +1,9 @@ package ui templ EmptyState(title string) { -
-
{ title }
-
+
+
{ title }
+
{ children... }
diff --git a/internal/shared/ui/loading.templ b/internal/shared/ui/loading.templ index 3dac5a5..2ac6439 100644 --- a/internal/shared/ui/loading.templ +++ b/internal/shared/ui/loading.templ @@ -1,10 +1,10 @@ package ui templ LoadingIndicator(text string) { -
-
-
-
+
+
+
+
{ text }
} diff --git a/internal/templates/auth.templ b/internal/templates/auth.templ index edd44ed..12086ef 100644 --- a/internal/templates/auth.templ +++ b/internal/templates/auth.templ @@ -2,28 +2,28 @@ package templates templ Login(formError string, username string) { @Layout("Login", false) { -
-