From 62f7934fbd73015d92e5aaf2251397048e92f08f Mon Sep 17 00:00:00 2001 From: Christian Touoyim Date: Mon, 31 Aug 2026 23:49:08 +0100 Subject: [PATCH 1/3] feat: implement startup splash screen and loading behavior --- app/index.html | 108 +++++++++++++++++++++++++++++++++++++ app/src/App.spec.ts | 10 ++-- app/src/App.vue | 31 ++--------- app/src/bootSplash.spec.ts | 34 ++++++++++++ app/src/bootSplash.ts | 16 ++++++ app/src/main.ts | 9 +++- app/tsconfig.node.json | 1 + app/vite.config.web.ts | 3 +- 8 files changed, 179 insertions(+), 33 deletions(-) create mode 100644 app/src/bootSplash.spec.ts create mode 100644 app/src/bootSplash.ts diff --git a/app/index.html b/app/index.html index 254ef5a809..2ca0f4b245 100644 --- a/app/index.html +++ b/app/index.html @@ -24,6 +24,99 @@ content="#0f172a" media="(prefers-color-scheme: dark)" /> + + + + + +
+ + +
+
+ +
Loading...
+
+
+
+
+
+