From 18e55c747a440f1b7fd4a85ae37a0a98d66a4caa Mon Sep 17 00:00:00 2001 From: Chris Sherwood Date: Mon, 2 Feb 2026 16:38:09 -0800 Subject: [PATCH] fix(Wikipedia): prevent loading spinner overlay during download The LoadingSpinner component defaults to fullscreen mode which renders a Semantic UI dimmer overlay with "Loading" text. This was overlapping with the blue "Downloading Wikipedia" status banner. Changed to use fullscreen={false} iconOnly to render just the spinner icon inline within the banner. Co-Authored-By: Claude Opus 4.5 --- admin/inertia/components/WikipediaSelector.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/inertia/components/WikipediaSelector.tsx b/admin/inertia/components/WikipediaSelector.tsx index 00e0128..e5367f1 100644 --- a/admin/inertia/components/WikipediaSelector.tsx +++ b/admin/inertia/components/WikipediaSelector.tsx @@ -48,7 +48,7 @@ const WikipediaSelector: React.FC = ({ {/* Downloading status message */} {isDownloading && (
- + Downloading Wikipedia... This may take a while for larger packages.