From a024793a6a28e64145dc0876f8328b38a3a07e2f Mon Sep 17 00:00:00 2001 From: zl7261 Date: Fri, 26 Sep 2025 03:57:42 +0000 Subject: [PATCH] Web UI - center the loading icon --- lightrag_webui/src/App.tsx | 2 +- lightrag_webui/src/features/GraphViewer.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lightrag_webui/src/App.tsx b/lightrag_webui/src/App.tsx index e2228359..b8ae023d 100644 --- a/lightrag_webui/src/App.tsx +++ b/lightrag_webui/src/App.tsx @@ -189,7 +189,7 @@ function App() { {/* Loading indicator in content area */}
-
+

Initializing...

diff --git a/lightrag_webui/src/features/GraphViewer.tsx b/lightrag_webui/src/features/GraphViewer.tsx index 5649f1e7..ec7678d9 100644 --- a/lightrag_webui/src/features/GraphViewer.tsx +++ b/lightrag_webui/src/features/GraphViewer.tsx @@ -248,7 +248,7 @@ const GraphViewer = () => { {(isFetching || isThemeSwitching) && (
-
+

{isThemeSwitching ? 'Switching Theme...' : 'Loading Graph Data...'}