LightRAG/lightrag_webui/src
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
..
api feat: Add popular labels and search APIs with history management 2025-09-20 02:03:47 +08:00
components fix(webui): resolve theme switching crashes and optimize graph rendering 2025-09-22 03:03:53 +08:00
contexts
features fix(webui): resolve theme switching crashes and optimize graph rendering 2025-09-22 03:03:53 +08:00
hooks feat: Add popular labels and search APIs with history management 2025-09-20 02:03:47 +08:00
lib feat: Add popular labels and search APIs with history management 2025-09-20 02:03:47 +08:00
locales Update graph search and label tooltips for clarity across all locales 2025-09-21 01:18:37 +08:00
services Fix linting 2025-04-28 02:15:25 +08:00
stores feat: Add popular labels and search APIs with history management 2025-09-20 02:03:47 +08:00
utils feat: Add popular labels and search APIs with history management 2025-09-20 02:03:47 +08:00
App.tsx feat(webui): Implement intelligent polling and responsive health checks 2025-07-31 01:37:24 +08:00
AppRouter.tsx Improve toast notifications and document clearing flow 2025-04-01 15:44:36 +08:00
i18n.ts docs(locales): add traditional chinese support 2025-04-12 16:46:46 +08:00
index.css
main.tsx Add French and Arabic language support 2025-03-22 00:31:18 +08:00
vite-env.d.ts