LightRAG/lightrag_webui/src/features
yangdx 0eac1a883a Feat: add file path sorting for document manager
- Add file_path sorting support to all database backends (JSON, Redis, PostgreSQL, MongoDB)
- Implement smart column header switching between "ID" and "File Name" based on display mode
- Add automatic sort field switching when toggling between ID and file name display
- Create composite indexes for workspace+file_path in PostgreSQL and MongoDB for better query performance
- Update frontend to maintain sort state when switching display modes
- Add internationalization support for "fileName" in English and Chinese locales

This enhancement improves user experience by providing intuitive file-based sorting
while maintaining performance through optimized database indexes.
2025-07-30 18:46:55 +08:00
..
ApiSite.tsx Fix linting 2025-03-14 00:03:45 +08:00
DocumentManager.tsx Feat: add file path sorting for document manager 2025-07-30 18:46:55 +08:00
GraphViewer.tsx fix(webui): Correct edge renderer for sigma.js v3 2025-07-26 08:42:19 +08:00
LoginPage.tsx Update logo from png to svg 2025-05-12 18:49:58 +08:00
RetrievalTesting.tsx Fix browse compatible problem for crypto.randomUUID 2025-04-29 02:37:05 +08:00
SiteHeader.tsx Update logo from png to svg 2025-05-12 18:49:58 +08:00