[PR #2359] [MERGED] Improve remove document UX #3965

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

📋 Pull Request Information

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

Base: masterHead: 2354-feat-improve-remove-document-from-workspace-ux


📝 Commits (10+)

  • a3c82d8 wip improve remove document ux
  • 8ae4dab fix border ui bugs when adding files to workspace
  • f7583df sort workspacedirectory put adding files at top
  • 7ad6c2b fix workspace file row ui shifting
  • f01abed fix selected items bug when adding another item with items already selected on workspace
  • 8ff9cdc Merge branch 'master' into 2354-feat-improve-remove-document-from-workspace-ux
  • b3e251d fix tooltip
  • e5c5aa5 lint
  • f59d123 refactor
  • 1c03633 fix bug where unadding single item while selected would stay selected

📊 Changes

2 files changed (+206 additions, -37 deletions)

View changed files

📝 frontend/src/components/Modals/ManageWorkspace/Documents/WorkspaceDirectory/WorkspaceFileRow/index.jsx (+39 -8)
📝 frontend/src/components/Modals/ManageWorkspace/Documents/WorkspaceDirectory/index.jsx (+167 -29)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #2354

What is in this change?

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/2359 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 9/23/2024 **Status:** ✅ Merged **Merged:** 9/25/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `2354-feat-improve-remove-document-from-workspace-ux` --- ### 📝 Commits (10+) - [`a3c82d8`](https://github.com/Mintplex-Labs/anything-llm/commit/a3c82d802b379cfd24e908a6e92d85acead95611) wip improve remove document ux - [`8ae4dab`](https://github.com/Mintplex-Labs/anything-llm/commit/8ae4dab0d54312e113278abe46cf9d0bf20f943d) fix border ui bugs when adding files to workspace - [`f7583df`](https://github.com/Mintplex-Labs/anything-llm/commit/f7583dfb355f8205dd50841aeea32b9191685e19) sort workspacedirectory put adding files at top - [`7ad6c2b`](https://github.com/Mintplex-Labs/anything-llm/commit/7ad6c2bce4bafeb0c34b88cc01ee79f2ea2ecd4f) fix workspace file row ui shifting - [`f01abed`](https://github.com/Mintplex-Labs/anything-llm/commit/f01abeda14ea1dee4639aee03bf21d440a7cc254) fix selected items bug when adding another item with items already selected on workspace - [`8ff9cdc`](https://github.com/Mintplex-Labs/anything-llm/commit/8ff9cdcd541c73e2ae14aa7828141857e7dbe986) Merge branch 'master' into 2354-feat-improve-remove-document-from-workspace-ux - [`b3e251d`](https://github.com/Mintplex-Labs/anything-llm/commit/b3e251d12e9eccb4a8e30c661cf49f85764d5d51) fix tooltip - [`e5c5aa5`](https://github.com/Mintplex-Labs/anything-llm/commit/e5c5aa551b798e54b9118c0f810fdfc2d01e3cb7) lint - [`f59d123`](https://github.com/Mintplex-Labs/anything-llm/commit/f59d123b2183b5d10d3cb8f89227b3c846e8bdda) refactor - [`1c03633`](https://github.com/Mintplex-Labs/anything-llm/commit/1c0363380008ee8a0f7b4ed1f3383d6a2bcec68d) fix bug where unadding single item while selected would stay selected ### 📊 Changes **2 files changed** (+206 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/Modals/ManageWorkspace/Documents/WorkspaceDirectory/WorkspaceFileRow/index.jsx` (+39 -8) 📝 `frontend/src/components/Modals/ManageWorkspace/Documents/WorkspaceDirectory/index.jsx` (+167 -29) </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 #2354 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> ### 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. --> - [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:51 -05:00
yindo closed this issue 2026-02-22 18:34:51 -05:00
yindo changed title from [PR #2359] Improve remove document UX to [PR #2359] [MERGED] Improve remove document UX 2026-06-05 15:16: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#3965