From da3b3b8a16736086eb54000dc48866a8294ff108 Mon Sep 17 00:00:00 2001 From: Aadhavan Srinivasan Date: Sun, 2 Mar 2025 22:02:23 -0500 Subject: [PATCH] Added loading indicator when translations are being retrieved --- index.html | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 1183acc..fdca09c 100644 --- a/index.html +++ b/index.html @@ -66,24 +66,35 @@ /* .district:hover ~ .districtText { visibility: visible; }*/ + + + .loading-indicator { + display: none; + } + .htmx-request.loading-indicator /* While request is being made */ { + display: inline; + }

Indian Translate

-
+
+
- - + + + +