LightRAG/lightrag_webui/src
clssck b6074b9a81 chore(lightrag, lightrag_webui): improve code quality and security
- Extract PostgreSQL storage check into named variable for clarity
- Move APIRouter initialization into create_table_routes function scope
- Add robust type handling for database query results
- Add input validation for table names and pagination parameters
- Add regex-based SQL injection prevention for table name sanitization
- Improve clipboard copy fallback logic and error handling
- Add memoization for JSON serialization to prevent unnecessary recalculations
- Hide meta column from table explorer UI display
- Sort table columns alphabetically for consistent ordering
- Add keyboard accessibility to status filter buttons
- Add preprocessed status filter to document manager
- Update @tanstack/react-query from 5.60.0 to 5.87.1
- Extract dev storage config into constant to reduce duplication
- Update documentation comments for clarity
2025-11-27 21:39:42 +01:00
..
api chore(lightrag, lightrag_webui): improve code quality and security 2025-11-27 21:39:42 +01:00
components feat: add Table Explorer feature with dynamic table data fetching and schema display 2025-11-27 18:27:14 +01:00
contexts Revise the comment to enhance clarity and precision 2025-03-16 12:26:32 +08:00
features chore(lightrag, lightrag_webui): improve code quality and security 2025-11-27 21:39:42 +01: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 feat: add Table Explorer feature with dynamic table data fetching and schema display 2025-11-27 18:27:14 +01:00
services Fix linting 2025-04-28 02:15:25 +08:00
stores chore(lightrag, lightrag_webui): improve code quality and security 2025-11-27 21:39:42 +01: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 feat: add Table Explorer feature with dynamic table data fetching and schema display 2025-11-27 18:27:14 +01:00
AppRouter.tsx feat: add Table Explorer feature with dynamic table data fetching and schema display 2025-11-27 18:27:14 +01:00
i18n.ts docs(locales): add traditional chinese support 2025-04-12 16:46:46 +08:00
index.css feat: add Table Explorer feature with dynamic table data fetching and schema display 2025-11-27 18:27:14 +01: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 Refactor code and update environment type definitions. 2025-03-07 08:17:25 +08:00