From 5b86274f133deadfea56cb9a97c88bea6e7fc3d6 Mon Sep 17 00:00:00 2001 From: Hakan Seven Date: Wed, 17 Jun 2026 01:55:28 +0300 Subject: [PATCH] feat(web): loading splash while the wasm app initializes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Show a centered spinner + title until the app's canvas mounts, then fade it out — the wasm bundle takes a moment to download and start. Co-Authored-By: Claude Opus 4.8 --- index.html | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 57 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 74066bf7..6d1dd5e4 100644 --- a/index.html +++ b/index.html @@ -7,10 +7,66 @@ - + +
+
+
Open CAD Studio
+
Loading…
+
+ +