LightRAG/lightrag_webui/src
yangdx 7ccc1fdd27 Add frontend rebuild warning indicator to version display
- Return bool from check_frontend_build()
- Add ⚠️ symbol to outdated versions
- Show tooltip with rebuild message
- Add translations for warning text
- Fix tailwind config filename typo
2025-10-31 06:09:46 +08:00
..
api feat: Improve entity merge and edit UX 2025-10-27 23:42:08 +08:00
components Add auto-refresh of popular labels when pipeline completes 2025-10-31 04:45:35 +08:00
contexts
features Add frontend rebuild warning indicator to version display 2025-10-31 06:09:46 +08:00
hooks feat: Update node color and legent after entity_type changed 2025-10-31 00:03:55 +08:00
lib Add theme-aware edge highlighting colors for graph control 2025-10-05 10:40:25 +08:00
locales Add frontend rebuild warning indicator to version display 2025-10-31 06:09:46 +08:00
services Fix linting 2025-04-28 02:15:25 +08:00
stores feat: Update node color and legent after entity_type changed 2025-10-31 00:03:55 +08:00
types Add KaTeX mhchem extension support and improve math rendering 2025-09-28 15:13:04 +08:00
utils feat: Update node color and legent after entity_type changed 2025-10-31 00:03:55 +08:00
App.tsx Web UI - center the loading icon 2025-09-26 03:57:42 +00:00
AppRouter.tsx Add KaTeX mhchem extension support and improve math rendering 2025-09-28 15:13:04 +08:00
i18n.ts docs(locales): add traditional chinese support 2025-04-12 16:46:46 +08:00
index.css Add @tailwindcss/typography plugin and fix Tailwind config 2025-10-14 03:14:38 +08:00
main.tsx feat(webui): Enhance KaTeX rendering and add robust error handling 2025-09-28 22:50:33 +08:00
vite-env.d.ts