LightRAG/lightrag_webui/src/features
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
..
ApiSite.tsx Fix linting 2025-03-14 00:03:45 +08:00
DocumentManager.tsx fix(webui): resolve document status grouping issue in DocumentManager 2025-08-26 23:03:41 +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