[PR #1520] [MERGED] [FEAT] Thread bulk edit UX improvements #3705

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1520
Author: @shatfield4
Created: 5/23/2024
Status: Merged
Merged: 5/23/2024
Merged by: @timothycarambat

Base: masterHead: 1513-bug-pressing-ctrl-orcmd-anywhere-in-the-ui-turns-the-threads-unselectable


📝 Commits (4)

  • 425a1c0 update thread bulk edit ux to hold cmd/ctrl to appear + rename default new thread to avoid confusion
  • 8edbede revert new thread defualt name change
  • e2365a5 unset undelete threads
  • 44d6096 comment

📊 Changes

1 file changed (+13 additions, -3 deletions)

View changed files

📝 frontend/src/components/Sidebar/ActiveWorkspaces/ThreadContainer/index.jsx (+13 -3)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #1513

What is in this change?

  • Thread bulk edit feature will only show when holding down cmd or ctrl keys and disappear when not pressed

Additional Information

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/1520 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 5/23/2024 **Status:** ✅ Merged **Merged:** 5/23/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `1513-bug-pressing-ctrl-orcmd-anywhere-in-the-ui-turns-the-threads-unselectable` --- ### 📝 Commits (4) - [`425a1c0`](https://github.com/Mintplex-Labs/anything-llm/commit/425a1c06a33221b47484217efa91ea30be935f47) update thread bulk edit ux to hold cmd/ctrl to appear + rename default new thread to avoid confusion - [`8edbede`](https://github.com/Mintplex-Labs/anything-llm/commit/8edbede077bafd4c819f55cb6badc3caf190f4db) revert new thread defualt name change - [`e2365a5`](https://github.com/Mintplex-Labs/anything-llm/commit/e2365a5344cf9e41e3b9caba31b884206d2f8e5b) unset undelete threads - [`44d6096`](https://github.com/Mintplex-Labs/anything-llm/commit/44d6096bd120171595a843362c103c88ca1b1811) comment ### 📊 Changes **1 file changed** (+13 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/Sidebar/ActiveWorkspaces/ThreadContainer/index.jsx` (+13 -3) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #1513 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - Thread bulk edit feature will only show when holding down `cmd` or `ctrl` keys and disappear when not pressed ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [ ] 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 --- <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:20 -05:00
yindo closed this issue 2026-02-22 18:34:20 -05:00
yindo changed title from [PR #1520] [FEAT] Thread bulk edit UX improvements to [PR #1520] [MERGED] [FEAT] Thread bulk edit UX improvements 2026-06-05 15:14:48 -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#3705