From ee2b244fcdbf43c28f7dbd76ec73238bb0b016e4 Mon Sep 17 00:00:00 2001 From: Nicolas Varrot Date: Fri, 13 Feb 2026 12:26:08 +0000 Subject: [PATCH] feat: add loading spinner and noscript fallback to index.html Show a CSS-only spinner while JS bundles load, improving perceived performance on slow connections. Add noscript message for users with JavaScript disabled. --- index.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index b991401..839b34f 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,19 @@ -
+
+ +
+
+ Loading PinchChat… +
+ +
+