From 4263ead407fdd8bd17ed0ff3e4c07b1f0a71831e Mon Sep 17 00:00:00 2001 From: mkelvers Date: Tue, 21 Apr 2026 00:21:27 +0200 Subject: [PATCH] ui: animate loading indicator --- web/components/loading.templ | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/web/components/loading.templ b/web/components/loading.templ index dd4dfb2..9ec1c8e 100644 --- a/web/components/loading.templ +++ b/web/components/loading.templ @@ -1,10 +1,12 @@ package ui templ LoadingIndicator(text string) { -
-
-
-
- { text } +
+
+ + + +
+ { text }
}