[PR #5222] [MERGED] feat : auto-select newly uploaded docs/URLs in my documents list #5358

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/5222
Author: @nehaaprasad
Created: 3/17/2026
Status: Merged
Merged: 3/26/2026
Merged by: @timothycarambat

Base: masterHead: feat/upd-doc-url-rag-ai-aut


📝 Commits (3)

  • 02558c8 auto-select newly uploaded docs/URLs in My Documents list
  • d3a923a fix: improve auto-select reliability and fix debounce/selection bugs
  • 5547728 Merge branch 'master' into feat/upd-doc-url-rag-ai-aut

📊 Changes

2 files changed (+44 additions, -13 deletions)

View changed files

📝 frontend/src/components/Modals/ManageWorkspace/Documents/UploadFile/index.jsx (+8 -7)
📝 frontend/src/components/Modals/ManageWorkspace/Documents/index.jsx (+36 -6)

📄 Description

pull Request Type

  • feat (New feature)

Relevant Issues

resolves #5213

Description

  • Auto-check newly uploaded documents in My Documents.
  • Auto-check newly fetched URLs in My Documents.
  • Refresh keeps selection changes only on success.

Visuals (if applicable)

  • N/A

Additional Information

  • Selects only newly added items.

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/5222 **Author:** [@nehaaprasad](https://github.com/nehaaprasad) **Created:** 3/17/2026 **Status:** ✅ Merged **Merged:** 3/26/2026 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `feat/upd-doc-url-rag-ai-aut` --- ### 📝 Commits (3) - [`02558c8`](https://github.com/Mintplex-Labs/anything-llm/commit/02558c8c210a9c91a168200240a540ffe00d3147) auto-select newly uploaded docs/URLs in My Documents list - [`d3a923a`](https://github.com/Mintplex-Labs/anything-llm/commit/d3a923aef62d48a533d4b04015fc49ec5a66bbe7) fix: improve auto-select reliability and fix debounce/selection bugs - [`5547728`](https://github.com/Mintplex-Labs/anything-llm/commit/554772810332ba9b251cde05ed88a0b5aa90ba45) Merge branch 'master' into feat/upd-doc-url-rag-ai-aut ### 📊 Changes **2 files changed** (+44 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/Modals/ManageWorkspace/Documents/UploadFile/index.jsx` (+8 -7) 📝 `frontend/src/components/Modals/ManageWorkspace/Documents/index.jsx` (+36 -6) </details> ### 📄 Description ### pull Request Type - [x] ✨ feat (New feature) ### Relevant Issues resolves #5213 ### Description - Auto-check newly uploaded documents in My Documents. - Auto-check newly fetched URLs in My Documents. - Refresh keeps selection changes only on success. ### Visuals (if applicable) - N/A ### Additional Information - Selects only newly added items. ### 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#5358