LightRAG/lightrag_webui/src/features
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
..
ApiSite.tsx Fix linting 2025-03-14 00:03:45 +08:00
DocumentManager.tsx chore(lightrag, lightrag_webui): improve code quality and security 2025-11-27 21:39:42 +01:00
GraphViewer.tsx Fix z-index layering for GraphViewer UI panels 2025-10-29 02:09:13 +08:00
LoginPage.tsx feat: add Table Explorer feature with dynamic table data fetching and schema display 2025-11-27 18:27:14 +01:00
RetrievalTesting.tsx Remove deprecated response_type parameter from query settings 2025-11-12 12:19:30 +08:00
SiteHeader.tsx chore(lightrag, lightrag_webui): improve code quality and security 2025-11-27 21:39:42 +01:00
TableExplorer.tsx chore(lightrag, lightrag_webui): improve code quality and security 2025-11-27 21:39:42 +01:00