LightRAG/lightrag_webui/src/features
yangdx 74eecc46e5 feat(pagination): Implement document list pagination backends and frontend UI
- Add pagination support to BaseDocStatusStorage interface and all implementations (PostgreSQL, MongoDB, Redis, JSON)
- Implement RESTful API endpoints for paginated document queries and status counts
- Create reusable pagination UI components with internationalization support
- Optimize performance with database-level pagination and efficient in-memory processing
- Maintain backward compatibility while adding configurable page sizes (10-200 items)
2025-07-30 17:58:32 +08:00
..
ApiSite.tsx Fix linting 2025-03-14 00:03:45 +08:00
DocumentManager.tsx feat(pagination): Implement document list pagination backends and frontend UI 2025-07-30 17:58:32 +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