From 0bd56595afbdd8b2fec278832a97a972e9a169e0 Mon Sep 17 00:00:00 2001 From: Jorge Monroy Date: Sat, 19 Oct 2024 12:16:34 -0500 Subject: [PATCH 1/2] Optional loading spinner and reduce spinner time on refresh --- src/landing-page/earthfast/styles/main.css | 2 +- src/landing-page/index.html | 157 +++++++++++---------- 2 files changed, 85 insertions(+), 74 deletions(-) diff --git a/src/landing-page/earthfast/styles/main.css b/src/landing-page/earthfast/styles/main.css index 37c8b16..c984d11 100644 --- a/src/landing-page/earthfast/styles/main.css +++ b/src/landing-page/earthfast/styles/main.css @@ -97,7 +97,7 @@ body { } .hidden { - display: none; + display: none !important; } @media screen and (max-width: 768px) { diff --git a/src/landing-page/index.html b/src/landing-page/index.html index 8f98555..4da8cd3 100644 --- a/src/landing-page/index.html +++ b/src/landing-page/index.html @@ -1,30 +1,34 @@ - - - - - - -
- -
-
- Securely - loading - -
-
+ + + + + + +
+ +
+
+ Securely + loading +
- +
- - - + From df5de85fa7bd31a858ab624961fefc3035206576 Mon Sep 17 00:00:00 2001 From: Dheeraj Manjunath Date: Mon, 21 Oct 2024 14:40:57 -0400 Subject: [PATCH 2/2] Keep spinner hidden by default unless first time load --- src/landing-page/index.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/landing-page/index.html b/src/landing-page/index.html index 4da8cd3..5e280da 100644 --- a/src/landing-page/index.html +++ b/src/landing-page/index.html @@ -6,7 +6,7 @@ - +