Skip to content

feat : add “Date added” column and enable resizable documents modal#5223

Closed
nehaaprasad wants to merge 2 commits intoMintplex-Labs:masterfrom
nehaaprasad:feat/upd-doc-url-data-add-colum
Closed

feat : add “Date added” column and enable resizable documents modal#5223
nehaaprasad wants to merge 2 commits intoMintplex-Labs:masterfrom
nehaaprasad:feat/upd-doc-url-data-add-colum

Conversation

@nehaaprasad
Copy link
Copy Markdown
Contributor

@nehaaprasad nehaaprasad commented Mar 18, 2026

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

@timothycarambat
Copy link
Copy Markdown
Member

Closing because we actually need designs for this as we will also want to add table sorting as well of the files within their folders to order the data properly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEAT]: When uploading doc/URL to RAG AI, add "date added" column.

2 participants