From b0395342416cbbe878f05467d516c5a9d80a034d Mon Sep 17 00:00:00 2001 From: kick3top-stack Date: Wed, 4 Feb 2026 21:04:09 -0800 Subject: [PATCH] fix: show loading spinner while fetching EIP data --- index.html | 98 ++++++++++++++++++++++++++- src/components/GlobalCallSearch.tsx | 14 ++-- src/components/HomePage.tsx | 2 +- src/components/RankPage.tsx | 8 +-- src/components/call/CallPage.tsx | 13 ++-- src/components/ui/LoadingScreen.tsx | 95 ++++++++++++++++++++++++++ src/components/ui/UpgradeCarousel.tsx | 7 +- src/components/ui/index.ts | 1 + src/index.css | 60 ++++++++++++++++ 9 files changed, 278 insertions(+), 20 deletions(-) create mode 100644 src/components/ui/LoadingScreen.tsx diff --git a/index.html b/index.html index 148a9435..c9c798a0 100644 --- a/index.html +++ b/index.html @@ -66,7 +66,103 @@ -
+
+
+
+
+
+
+ +
+
+
+

Loading

+
+ + + +
+
+
+ \ No newline at end of file diff --git a/src/components/GlobalCallSearch.tsx b/src/components/GlobalCallSearch.tsx index 7e3e5d38..bf83203f 100644 --- a/src/components/GlobalCallSearch.tsx +++ b/src/components/GlobalCallSearch.tsx @@ -221,10 +221,14 @@ export default function GlobalCallSearch({ isOpen, onClose, initialQuery = '' }: