From 1850ac135f6b4bdd7d70e5598aa7fa539e391bfa Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Fri, 23 Jan 2026 00:50:23 +0300 Subject: [PATCH] index: add loading spinner Signed-off-by: NotAShelf Change-Id: I383f790b11f2b350ebe4b51a81af1d286a6a6964 --- src/index.tsx | 10 ++++++++-- src/styles.css | 17 +++++++++++++++++ 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index a863ef1..17a4ca9 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -192,7 +192,13 @@ function App() {
- Loading analysis...}> + +
+
+ Loading saved data... +
+
+ -
+