From 5c12c2f261fc8a7a587affbc169fdbe64dfc345f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Wed, 8 Aug 2018 16:20:23 +0200 Subject: [PATCH] Added a load-screen, will test for some time and see if it helps any --- server/public/assets/css/style.css | 11 ++ server/public/layouts/client/main.handlebars | 179 ++++++++++++++++++- 2 files changed, 189 insertions(+), 1 deletion(-) diff --git a/server/public/assets/css/style.css b/server/public/assets/css/style.css index 1a2ae0d5..1a2e46c7 100755 --- a/server/public/assets/css/style.css +++ b/server/public/assets/css/style.css @@ -25,6 +25,17 @@ a { outline: 0 !important; } +.initial-load { + display: none !important; +} + body { + height: auto !important; + overflow: initial !important; +} +#main-container, footer { + display: initial !important; +} + .error-code-container { background: lightgrey; border: 1px solid darkgrey; diff --git a/server/public/layouts/client/main.handlebars b/server/public/layouts/client/main.handlebars index 54b100f0..2deff7d9 100644 --- a/server/public/layouts/client/main.handlebars +++ b/server/public/layouts/client/main.handlebars @@ -31,7 +31,7 @@ {{/unless}} - + {{#unless embed}} {{/unless}} + {{{body}}} @@ -79,6 +245,17 @@
+
+
+
+
+

Loading

+
{{/unless}}