From 6276fb160885b7fb831f50ac92dc0a1348440c60 Mon Sep 17 00:00:00 2001 From: nyne Date: Sun, 18 May 2025 16:02:55 +0800 Subject: [PATCH] Add loading spinner to Cloudflare popup during Turnstile verification --- frontend/src/pages/resource_details_page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/resource_details_page.tsx b/frontend/src/pages/resource_details_page.tsx index a5526a7..59f3f68 100644 --- a/frontend/src/pages/resource_details_page.tsx +++ b/frontend/src/pages/resource_details_page.tsx @@ -274,7 +274,7 @@ function FileTile({file}: { file: RFile }) { function CloudflarePopup({file}: { file: RFile }) { const closePopup = useClosePopup() - const [isLoading, setLoading] = useState(false) + const [isLoading, setLoading] = useState(true) return
{