From bdc8a6b111ce8a69fdb9f88e38f2fe05142f5654 Mon Sep 17 00:00:00 2001 From: schlagmichdoch Date: Thu, 9 Nov 2023 04:49:16 +0100 Subject: [PATCH] Only start loading of deferred assets after UI is ready --- public/index.html | 9 +- public/scripts/main.js | 327 ++++++------------ public/scripts/ui-main.js | 173 +++++++++ .../{main-styles.css => styles-main.css} | 0 4 files changed, 273 insertions(+), 236 deletions(-) create mode 100644 public/scripts/ui-main.js rename public/styles/{main-styles.css => styles-main.css} (100%) diff --git a/public/index.html b/public/index.html index b71028d..06ff099 100644 --- a/public/index.html +++ b/public/index.html @@ -35,7 +35,7 @@ - + @@ -599,13 +599,8 @@ + - - - - - -