From f1f7a8de4089adf6d93c575591fab843b4d67c2b Mon Sep 17 00:00:00 2001 From: mkelvers Date: Mon, 20 Apr 2026 16:07:57 +0200 Subject: [PATCH] feat(components): extract small loading indicator component --- web/components/ui/loading_small.templ | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 web/components/ui/loading_small.templ diff --git a/web/components/ui/loading_small.templ b/web/components/ui/loading_small.templ new file mode 100644 index 0000000..9e8e0d6 --- /dev/null +++ b/web/components/ui/loading_small.templ @@ -0,0 +1,7 @@ +package ui + +templ LoadingIndicatorSmall() { +
+
+
+}