[PR #5223] [CLOSED] feat : add “Date added” column and enable resizable documents modal #5357

Closed
opened 2026-06-05 15:21:06 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/5223
Author: @nehaaprasad
Created: 3/17/2026
Status: Closed

Base: masterHead: feat/upd-doc-url-data-add-colum


📝 Commits (2)

  • f8d8285 add “Date added” column and enable resizable documents modal
  • e0ce262 update

📊 Changes

8 files changed (+72 additions, -31 deletions)

View changed files

📝 frontend/src/components/Modals/ManageWorkspace/Documents/Directory/FileRow/index.jsx (+11 -4)
📝 frontend/src/components/Modals/ManageWorkspace/Documents/Directory/FolderRow/index.jsx (+3 -3)
📝 frontend/src/components/Modals/ManageWorkspace/Documents/Directory/index.jsx (+29 -11)
📝 frontend/src/components/Modals/ManageWorkspace/Documents/UploadFile/index.jsx (+3 -3)
📝 frontend/src/components/Modals/ManageWorkspace/Documents/WorkspaceDirectory/index.jsx (+4 -4)
📝 frontend/src/components/Modals/ManageWorkspace/Documents/index.jsx (+9 -5)
📝 frontend/src/components/Modals/ManageWorkspace/index.jsx (+7 -1)
📝 server/utils/files/index.js (+6 -0)

📄 Description

Pull Request Type

  • feat (New feature)

Relevant Issues

resolves #5218

Description

-- Adds a Date added column to the document/URL picker shown during RAG uploads, using the actual time the item was added to AnythingLLM and sorting newest-first. Updates the modal layout so it is horizontally resizable, letting users widen the window to better view long URLs.

Visuals (if applicable)

N/A

Additional Information

  • Date added is derived server-side from the stored document metadata file timestamp and returned as addedAt for display/sorting.

Developer Validations

[ ] I ran yarn lint from the root of the repo & committed changes
[ ] Relevant documentation has been updated (if applicable)
[ ] I have tested my code functionality
[ ] Docker build succeeds locally


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/5223 **Author:** [@nehaaprasad](https://github.com/nehaaprasad) **Created:** 3/17/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat/upd-doc-url-data-add-colum` --- ### 📝 Commits (2) - [`f8d8285`](https://github.com/Mintplex-Labs/anything-llm/commit/f8d8285f33c24791f317770d17bce5a8e3ec13c0) add “Date added” column and enable resizable documents modal - [`e0ce262`](https://github.com/Mintplex-Labs/anything-llm/commit/e0ce262aeef64fa62715d88e085114a0cf749a5c) update ### 📊 Changes **8 files changed** (+72 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/Modals/ManageWorkspace/Documents/Directory/FileRow/index.jsx` (+11 -4) 📝 `frontend/src/components/Modals/ManageWorkspace/Documents/Directory/FolderRow/index.jsx` (+3 -3) 📝 `frontend/src/components/Modals/ManageWorkspace/Documents/Directory/index.jsx` (+29 -11) 📝 `frontend/src/components/Modals/ManageWorkspace/Documents/UploadFile/index.jsx` (+3 -3) 📝 `frontend/src/components/Modals/ManageWorkspace/Documents/WorkspaceDirectory/index.jsx` (+4 -4) 📝 `frontend/src/components/Modals/ManageWorkspace/Documents/index.jsx` (+9 -5) 📝 `frontend/src/components/Modals/ManageWorkspace/index.jsx` (+7 -1) 📝 `server/utils/files/index.js` (+6 -0) </details> ### 📄 Description ### Pull Request Type - [x] ✨ feat (New feature) ### Relevant Issues resolves #5218 ### Description -- Adds a Date added column to the document/URL picker shown during RAG uploads, using the actual time the item was added to AnythingLLM and sorting newest-first. Updates the modal layout so it is horizontally resizable, letting users widen the window to better view long URLs. ### Visuals (if applicable) N/A ### Additional Information - Date added is derived server-side from the stored document metadata file timestamp and returned as addedAt for display/sorting. ### Developer Validations [ ] I ran yarn lint from the root of the repo & committed changes [ ] Relevant documentation has been updated (if applicable) [ ] I have tested my code functionality [ ] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 15:21:06 -04:00
yindo closed this issue 2026-06-05 15:21:06 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#5357