[PR #1302] [MERGED] Feat/quick delete chat #3645

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1302
Author: @imtiazmehmood
Created: 5/7/2024
Status: Merged
Merged: 5/8/2024
Merged by: @timothycarambat

Base: masterHead: feat/quick-delete-chat


📝 Commits (7)

  • 9095771 feat:quick delete chat thread
  • 18bfc85 update:pull request template
  • 5f1de28 refactor bulk-deletion implementation
  • 3b35e17 unset pull_request_changes
  • 44214c4 add border none for desktop support
  • 1a62cc8 unset marks when toggling bulk mode
  • df8ed33 Merge branch 'master' into feat/quick-delete-chat

📊 Changes

5 files changed (+164 additions, -14 deletions)

View changed files

📝 frontend/src/components/Sidebar/ActiveWorkspaces/ThreadContainer/ThreadItem/index.jsx (+51 -12)
📝 frontend/src/components/Sidebar/ActiveWorkspaces/ThreadContainer/index.jsx (+77 -1)
📝 frontend/src/models/workspaceThread.js (+12 -0)
📝 server/endpoints/workspaceThreads.js (+23 -0)
📝 server/models/workspaceThread.js (+1 -1)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #1264

What is in this change?

Add fast delete for chat

Additional Information

By clicking the control button, checkboxes will appear next to the threads. Users can select thread items for deletion. At the bottom, with New Thread button, there is a Delete Selected button is provided to delete all selected threads.

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • 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/1302 **Author:** [@imtiazmehmood](https://github.com/imtiazmehmood) **Created:** 5/7/2024 **Status:** ✅ Merged **Merged:** 5/8/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `feat/quick-delete-chat` --- ### 📝 Commits (7) - [`9095771`](https://github.com/Mintplex-Labs/anything-llm/commit/9095771d9d47892056b16dd202488b086bcab579) feat:quick delete chat thread - [`18bfc85`](https://github.com/Mintplex-Labs/anything-llm/commit/18bfc852f4aec49c111b06bc31793cc7e5ddd0e1) update:pull request template - [`5f1de28`](https://github.com/Mintplex-Labs/anything-llm/commit/5f1de28968c6d7fa231911efa202d8688687e646) refactor bulk-deletion implementation - [`3b35e17`](https://github.com/Mintplex-Labs/anything-llm/commit/3b35e17b17749b7a9cd4cc024eede402a29b3259) unset pull_request_changes - [`44214c4`](https://github.com/Mintplex-Labs/anything-llm/commit/44214c499a8ed8bbdf06a67ac2b12136d7ffa712) add border none for desktop support - [`1a62cc8`](https://github.com/Mintplex-Labs/anything-llm/commit/1a62cc847cc321743d2a2fbd105bef36b5444123) unset marks when toggling bulk mode - [`df8ed33`](https://github.com/Mintplex-Labs/anything-llm/commit/df8ed33cec9a9d838c5e334e4121ab3a804cf2fb) Merge branch 'master' into feat/quick-delete-chat ### 📊 Changes **5 files changed** (+164 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/Sidebar/ActiveWorkspaces/ThreadContainer/ThreadItem/index.jsx` (+51 -12) 📝 `frontend/src/components/Sidebar/ActiveWorkspaces/ThreadContainer/index.jsx` (+77 -1) 📝 `frontend/src/models/workspaceThread.js` (+12 -0) 📝 `server/endpoints/workspaceThreads.js` (+23 -0) 📝 `server/models/workspaceThread.js` (+1 -1) </details> ### 📄 Description ### Pull Request Type - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues resolves #1264 ### What is in this change? Add fast delete for chat ### Additional Information By clicking the control button, checkboxes will appear next to the threads. Users can select thread items for deletion. At the bottom, with `New Thread` button, there is a `Delete Selected` button is provided to delete all selected threads. ### Developer Validations - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] 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-02-22 18:34:12 -05:00
yindo closed this issue 2026-02-22 18:34:12 -05:00
yindo changed title from [PR #1302] Feat/quick delete chat to [PR #1302] [MERGED] Feat/quick delete chat 2026-06-05 15:14:29 -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#3645