From be8630a9aa78de44505cab300461558ca72a1f41 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Fri, 27 Aug 2021 22:56:46 +0100 Subject: [PATCH 1/8] :sparkles: Show loading status in init page --- public/default.html | 207 ++++++++++++++++++++++++++++++++++++-------- 1 file changed, 172 insertions(+), 35 deletions(-) diff --git a/public/default.html b/public/default.html index b42dba7a..aaedff4f 100644 --- a/public/default.html +++ b/public/default.html @@ -1,6 +1,7 @@ + + - Dashy @@ -12,6 +13,7 @@ + @@ -29,9 +31,16 @@ Dashy Dashy + + +
+
+
+ +
-

Initializing

- +

Initializing

+ @@ -39,7 +48,10 @@
+

This may take a minute or two

+ From 7c64740d22750d16653134e097490d2c98722b00 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Fri, 27 Aug 2021 23:15:31 +0100 Subject: [PATCH 2/8] =?UTF-8?q?=E2=9E=95=20Adds=20light-weight=20progress?= =?UTF-8?q?=20bar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- yarn.lock | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index de8b201b..b4c258e0 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "keycloak-js": "^15.0.2", "register-service-worker": "^1.6.2", "remedial": "^1.0.8", + "rsup-progress": "^2.0.4", "serve-static": "^1.14.1", "v-jsoneditor": "^1.4.2", "v-tooltip": "^2.1.3", @@ -90,4 +91,4 @@ "> 1%", "last 2 versions" ] -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index 8b6ed165..aab35184 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8363,6 +8363,11 @@ router@~1.3.5: setprototypeof "1.2.0" utils-merge "1.0.1" +rsup-progress@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/rsup-progress/-/rsup-progress-2.0.4.tgz#bf5c1cbf7265e195112a68c7bc379d6d2c11ee7f" + integrity sha512-ZhyoR6KUjpUEDlCRBEh7o7F7gdpeCh9VA9SKHedafmh/yoTcfx9bN2nWy3L4PdiJxCcVcOmWSWj1TYFGxNdU7g== + run-async@^2.4.0: version "2.4.1" resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455" From f1df24ef72b4b2459a8cbadb78823c8076aa7b3f Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Fri, 27 Aug 2021 23:15:58 +0100 Subject: [PATCH 3/8] :zap: Displays progress bar during requests --- src/components/Configuration/AppVersion.vue | 5 +++++ src/components/Configuration/CloudBackupRestore.vue | 11 +++++++++++ src/components/Configuration/JsonEditor.vue | 5 +++++ src/components/Configuration/RebuildApp.vue | 5 +++++ 4 files changed, 26 insertions(+) diff --git a/src/components/Configuration/AppVersion.vue b/src/components/Configuration/AppVersion.vue index 68941361..2cc95fb5 100644 --- a/src/components/Configuration/AppVersion.vue +++ b/src/components/Configuration/AppVersion.vue @@ -31,6 +31,7 @@