[PR #4118] [CLOSED] feat: workspace search bar #4524

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4118
Author: @wiktorbromberekfotc
Created: 7/10/2025
Status: Closed

Base: masterHead: workspace-filtering


📝 Commits (2)

  • 516f562 feat: workspace search bar
  • b39ff36 Merge branch 'master' into workspace-filtering

📊 Changes

4 files changed (+88 additions, -4 deletions)

View changed files

📝 frontend/src/components/Sidebar/ActiveWorkspaces/index.jsx (+10 -2)
frontend/src/components/Sidebar/SearchBar.jsx/index.jsx (+59 -0)
📝 frontend/src/components/Sidebar/index.jsx (+7 -2)
📝 frontend/src/models/workspace.js (+12 -0)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #4117

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/4118 **Author:** [@wiktorbromberekfotc](https://github.com/wiktorbromberekfotc) **Created:** 7/10/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `workspace-filtering` --- ### 📝 Commits (2) - [`516f562`](https://github.com/Mintplex-Labs/anything-llm/commit/516f562c3d229a26ac32a726b0d68ab5f830b651) feat: workspace search bar - [`b39ff36`](https://github.com/Mintplex-Labs/anything-llm/commit/b39ff366bea4e1936deb9c456562718d09cdbbe6) Merge branch 'master' into workspace-filtering ### 📊 Changes **4 files changed** (+88 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/Sidebar/ActiveWorkspaces/index.jsx` (+10 -2) ➕ `frontend/src/components/Sidebar/SearchBar.jsx/index.jsx` (+59 -0) 📝 `frontend/src/components/Sidebar/index.jsx` (+7 -2) 📝 `frontend/src/models/workspace.js` (+12 -0) </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 #4117 ### What is in this change? <!-- This changes add a search bar to the sidebar component enabling users to filter their workspaces. --> ### 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:36:00 -05:00
yindo closed this issue 2026-02-22 18:36:00 -05:00
yindo changed title from [PR #4118] feat: workspace search bar to [PR #4118] [CLOSED] feat: workspace search bar 2026-06-05 15:19:00 -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#4524