LightRAG/lightrag_webui/src
yangdx 7db788aa66 fix(webui): resolve document status grouping issue in DocumentManager
- Fix documents being grouped by status after pagination and sorting
- Use backend-sorted data directly from currentPageDocs instead of re-grouping
- Preserve backend sort order to prevent status-based grouping
- Maintain backward compatibility with legacy docs structure
- Ensure all sorting fields (file name, dates, ID) work correctly without status grouping

The issue occurred because the frontend was re-grouping already-sorted data
from the backend by status, breaking the intended sort order. Now documents
are displayed in the exact order returned by the backend API.

Fixes: Document list sorting by file name was grouping by status instead of
maintaining proper sort order across all documents.
2025-08-26 23:03:41 +08:00
..
api refac: Rename summary_max_tokens to summary_context_size, comprehensive parameter validation for summary configuration 2025-08-26 01:35:50 +08:00
components refac(ui): Show rerank binding info on status card 2025-08-23 02:04:14 +08:00
contexts
features fix(webui): resolve document status grouping issue in DocumentManager 2025-08-26 23:03:41 +08:00
hooks Update node size logic node expansion 2025-04-17 04:32:39 +08:00
lib Update i18n translation and webui assets 2025-08-19 16:23:05 +08:00
locales Update i18n translation and webui assets 2025-08-19 16:23:05 +08:00
services Fix linting 2025-04-28 02:15:25 +08:00
stores Update default query parameters for better performance 2025-08-18 19:32:11 +08:00
App.tsx feat(webui): Implement intelligent polling and responsive health checks 2025-07-31 01:37:24 +08:00
AppRouter.tsx
i18n.ts docs(locales): add traditional chinese support 2025-04-12 16:46:46 +08:00
index.css
main.tsx
vite-env.d.ts