[PR #208] [MERGED] Success fail messages for upload document #3245

Closed
opened 2026-02-22 18:33:22 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/208
Author: @shatfield4
Created: 8/21/2023
Status: Merged
Merged: 8/22/2023
Merged by: @timothycarambat

Base: masterHead: 205-improve-reporting-back-to-user-on-document-upload


📝 Commits (4)

  • f9c6adc WIP success fail messages for upload document
  • 7053954 added success/error msgs for uploading feedback and disabled fileUploadProgress in backend
  • 233682c Merge branch 'master' into 205-improve-reporting-back-to-user-on-document-upload
  • e0ad12d remove unused middleware

📊 Changes

5 files changed (+64 additions, -44 deletions)

View changed files

📝 frontend/src/components/Modals/MangeWorkspace/Upload/FileUploadProgress/index.jsx (+12 -3)
📝 frontend/src/components/Modals/MangeWorkspace/Upload/index.jsx (+39 -0)
📝 frontend/src/models/workspace.js (+3 -1)
📝 server/endpoints/workspaces.js (+10 -14)
server/utils/middleware/fileUploadProgress.js (+0 -26)

📄 Description

resolves #205

The user should receive feedback from the upload document modal when a document is uploaded to avoid confusion if the document was successfully uploaded or not.


🔄 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/208 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 8/21/2023 **Status:** ✅ Merged **Merged:** 8/22/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `205-improve-reporting-back-to-user-on-document-upload` --- ### 📝 Commits (4) - [`f9c6adc`](https://github.com/Mintplex-Labs/anything-llm/commit/f9c6adcdabb788e5f13fe3ee9fb68809403358cd) WIP success fail messages for upload document - [`7053954`](https://github.com/Mintplex-Labs/anything-llm/commit/7053954579e52da04ce018c13b6a51b790b52c9f) added success/error msgs for uploading feedback and disabled fileUploadProgress in backend - [`233682c`](https://github.com/Mintplex-Labs/anything-llm/commit/233682c2748bdcb61d1a4f4e7d614fd9ba50efae) Merge branch 'master' into 205-improve-reporting-back-to-user-on-document-upload - [`e0ad12d`](https://github.com/Mintplex-Labs/anything-llm/commit/e0ad12d023b32141e18c280db6c8720c979ccc28) remove unused middleware ### 📊 Changes **5 files changed** (+64 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/Modals/MangeWorkspace/Upload/FileUploadProgress/index.jsx` (+12 -3) 📝 `frontend/src/components/Modals/MangeWorkspace/Upload/index.jsx` (+39 -0) 📝 `frontend/src/models/workspace.js` (+3 -1) 📝 `server/endpoints/workspaces.js` (+10 -14) ➖ `server/utils/middleware/fileUploadProgress.js` (+0 -26) </details> ### 📄 Description resolves #205 The user should receive feedback from the upload document modal when a document is uploaded to avoid confusion if the document was successfully uploaded or not. --- <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-02-22 18:33:22 -05:00
yindo closed this issue 2026-02-22 18:33:22 -05: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#3245