[PR #4740] [MERGED] Refactor WorkspaceFileRow component #4742

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4740
Author: @shatfield4
Created: 12/8/2025
Status: Merged
Merged: 12/9/2025
Merged by: @timothycarambat

Base: masterHead: 4739-feat-refactor-manageworkspace-component-to-use-tailwind-hover-states


📝 Commits (3)

  • 7e2a764 remove event listeners + useState on WorkspaceFileRow
  • c9bcee3 Merge branch 'master' into 4739-feat-refactor-manageworkspace-component-to-use-tailwind-hover-states
  • b8c78cc reduce complexity for render

📊 Changes

1 file changed (+21 additions, -21 deletions)

View changed files

📝 frontend/src/components/Modals/ManageWorkspace/Documents/WorkspaceDirectory/WorkspaceFileRow/index.jsx (+21 -21)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #4739

What is in this change?

  • Refactors the WorkspaceFileRow subcomponent by removing 2 event listeners (onMouseEnter and onMouseLeave) and 1 useState per row rendered for managing hover state
  • Uses CSS to conditionally hide/show on group hover
  • Significantly improves performance in frontend for users that have many files embedded in a workspace
  • No change in UI/UX

Additional Information

  • Previously 10 embedded files would have 20 event listeners and 10 unnecessary useStates just for managing hover state

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/4740 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 12/8/2025 **Status:** ✅ Merged **Merged:** 12/9/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `4739-feat-refactor-manageworkspace-component-to-use-tailwind-hover-states` --- ### 📝 Commits (3) - [`7e2a764`](https://github.com/Mintplex-Labs/anything-llm/commit/7e2a764d652ee6430ebd8540657e313e1eb7f8af) remove event listeners + useState on WorkspaceFileRow - [`c9bcee3`](https://github.com/Mintplex-Labs/anything-llm/commit/c9bcee37c634f57cf52e96c28e435c39493d885c) Merge branch 'master' into 4739-feat-refactor-manageworkspace-component-to-use-tailwind-hover-states - [`b8c78cc`](https://github.com/Mintplex-Labs/anything-llm/commit/b8c78cc4e9f13bc9409b5247b39739e8a63b69f2) reduce complexity for render ### 📊 Changes **1 file changed** (+21 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/Modals/ManageWorkspace/Documents/WorkspaceDirectory/WorkspaceFileRow/index.jsx` (+21 -21) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [x] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #4739 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - Refactors the WorkspaceFileRow subcomponent by removing 2 event listeners (onMouseEnter and onMouseLeave) and 1 useState per row rendered for managing hover state - Uses CSS to conditionally hide/show on group hover - Significantly improves performance in frontend for users that have many files embedded in a workspace - No change in UI/UX ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> - Previously 10 embedded files would have 20 event listeners and 10 unnecessary useStates just for managing hover state ### 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:36:26 -05:00
yindo closed this issue 2026-02-22 18:36:26 -05:00
yindo changed title from [PR #4740] Refactor WorkspaceFileRow component to [PR #4740] [MERGED] Refactor WorkspaceFileRow component 2026-06-05 15:20:08 -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#4742