From 317944505adb9d666684ea5a01ff09302ea419f6 Mon Sep 17 00:00:00 2001 From: usmannasir Date: Tue, 8 Apr 2025 22:40:57 +0500 Subject: [PATCH] add loader --- .../websiteFunctions/listWebsites.html | 28 ++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/websiteFunctions/templates/websiteFunctions/listWebsites.html b/websiteFunctions/templates/websiteFunctions/listWebsites.html index 22d8fd778..425524b19 100755 --- a/websiteFunctions/templates/websiteFunctions/listWebsites.html +++ b/websiteFunctions/templates/websiteFunctions/listWebsites.html @@ -144,8 +144,18 @@ + +
+
+
+ +
+
Loading WordPress sites...
+
+
+ -
+
@@ -358,6 +368,22 @@ background-color: #dc3545; color: white; } + .loading-state { + text-align: center; + padding: 30px; + background: #f8f9fa; + border-radius: 8px; + margin: 20px 0; + } + .loading-spinner { + margin-bottom: 15px; + color: #0073aa; + } + .loading-text { + color: #646970; + font-size: 14px; + font-weight: 500; + }