project-nomad/admin/inertia
Benjamin Smith c8db402cd0
feat(KnowledgeBase): add document viewer, download, metadata, and sorting (#721)
Rebuilt on top of dev's RFC #883 state-machine UI rather than the now-defunct
StoredFile shape:

- Extend StoredFileInfo with fileName/size/uploadedAt/isUserUpload
- Populate metadata from on-disk stats in RagService.getStoredFiles
- Add fileSourceSchema validator + getFileContent/downloadFile endpoints
  scoped to the uploads directory only (tighter than the original PR — matches
  docs_service traversal pattern)
- KnowledgeBaseModal: sortable Size and Uploaded columns; View/Download
  buttons on upload-bucket rows; new FileViewerModal for in-browser text
  preview. Bucket grouping preserved — sort applies within each bucket.
- Use formatBytes from ~/lib/util rather than redefining
2026-06-19 21:42:17 -07:00
..
app fix(ui): reduce SSE reconnect churn and polling overhead on navigation 2026-03-20 11:46:10 -07:00
components feat(KnowledgeBase): add document viewer, download, metadata, and sorting (#721) 2026-06-19 21:42:17 -07:00
context feat: container controls & convienience scripts 2025-08-08 15:07:32 -07:00
css feat(maps): add scale bar and location markers (#636) 2026-04-03 14:26:50 -07:00
hooks feat(content): opt-in automatic updates for installed ZIM & map content 2026-06-09 09:46:21 -07:00
layouts feat: supply depot 2026-06-06 11:08:52 -07:00
lib feat(KnowledgeBase): add document viewer, download, metadata, and sorting (#721) 2026-06-19 21:42:17 -07:00
pages fix(zim): stabilize uploader state to avoid cancel on tab refocus 2026-06-19 20:40:23 -07:00
providers feat(UI): add Night Ops dark mode with theme toggle 2026-03-20 11:46:10 -07:00
tsconfig.json fix(Docs): documentation renderer fixes 2025-12-23 16:00:33 -08:00