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...'}