LightRAG/lightrag_webui/src/components
yangdx 8af097a8e4 fix(webui): resolve theme switching crashes and optimize graph rendering
- Implement theme switching isolation to prevent component access during transitions by hidding GraphSearch
- Fix NotFoundGraphError during theme switching by adding defensive programming
- Replace problematic NodeById component with custom safe implementation
- Add comprehensive error handling and node/edge existence checks
- Optimize sigma settings with memoization to prevent unnecessary re-renders
- Remove redundant theme update logic and simplify event listener management
2025-09-22 03:03:53 +08:00
..
documents fix(ui): fix selection state management in paginated views 2025-08-17 10:38:12 +08:00
graph fix(webui): resolve theme switching crashes and optimize graph rendering 2025-09-22 03:03:53 +08:00
retrieval Improve code highlighting with context-aware styling and inline detection 2025-09-22 01:41:58 +08:00
status refac(ui): Show rerank binding info on status card 2025-08-23 02:04:14 +08:00
ui Replace Input with auto-resizing Textarea in RetrievalTesting 2025-09-22 02:01:39 +08:00
ApiKeyAlert.tsx Revert AlerDialog implementation 2025-03-26 18:22:18 +08:00
AppSettings.tsx docs(locales): add traditional chinese support 2025-04-12 16:46:46 +08:00
LanguageToggle.tsx
Root.tsx
ThemeProvider.tsx
ThemeToggle.tsx