[PR #214] [MERGED] Implement toast for upload event #3247

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/214
Author: @shatfield4
Created: 8/22/2023
Status: Merged
Merged: 8/23/2023
Merged by: @timothycarambat

Base: masterHead: 213-implement-toast-for-upload-event


📝 Commits (6)

  • 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
  • 23fdcc8 implemented toast instead of success/error msg on modal for upload
  • f06509d merge with master
  • 5694842 left over merge

📊 Changes

5 files changed (+54 additions, -31 deletions)

View changed files

📝 frontend/package.json (+2 -1)
📝 frontend/src/App.jsx (+3 -0)
📝 frontend/src/components/Modals/MangeWorkspace/Upload/index.jsx (+3 -30)
frontend/src/utils/toast.js (+34 -0)
📝 frontend/yarn.lock (+12 -0)

📄 Description

resolves #213

On upload success/error, toastify-react is used to create a reusable util that we will use to display messages to the user.


🔄 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/214 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 8/22/2023 **Status:** ✅ Merged **Merged:** 8/23/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `213-implement-toast-for-upload-event` --- ### 📝 Commits (6) - [`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 - [`23fdcc8`](https://github.com/Mintplex-Labs/anything-llm/commit/23fdcc8dc24634552b5d87ba6ab9112dc81faecf) implemented toast instead of success/error msg on modal for upload - [`f06509d`](https://github.com/Mintplex-Labs/anything-llm/commit/f06509d0c04403639e2c18cd528babb2c1ae5626) merge with master - [`5694842`](https://github.com/Mintplex-Labs/anything-llm/commit/5694842c84ba07a90a5bd4cced6ecdf13c3bc647) left over merge ### 📊 Changes **5 files changed** (+54 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+2 -1) 📝 `frontend/src/App.jsx` (+3 -0) 📝 `frontend/src/components/Modals/MangeWorkspace/Upload/index.jsx` (+3 -30) ➕ `frontend/src/utils/toast.js` (+34 -0) 📝 `frontend/yarn.lock` (+12 -0) </details> ### 📄 Description resolves #213 On upload success/error, toastify-react is used to create a reusable util that we will use to display messages to the user. --- <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#3247