[PR #19] [MERGED] Workspace search on sidebar and workspace table #107

Closed
opened 2026-02-15 16:30:18 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/vector-admin/pull/19
Author: @shatfield4
Created: 8/2/2023
Status: Merged
Merged: 8/3/2023
Merged by: @timothycarambat

Base: masterHead: 18-workspace-search-on-sidebar-and-workspace-table


📝 Commits (5)

  • ed80666 WIP workspace search on sidebare and workspace table
  • e547461 finshed sidebar search component
  • 5e16a78 draft changes
  • 07d4640 implemented search for workspace list
  • 618dda5 Simplify sidebar by splitting into components

📊 Changes

12 files changed (+490 additions, -233 deletions)

View changed files

📝 backend/endpoints/v1/organizations/index.js (+46 -0)
📝 backend/models/organizationWorkspace.js (+18 -8)
📝 frontend/package.json (+1 -0)
frontend/src/components/Sidebar/CreateOrganizationModal/index.tsx (+81 -0)
frontend/src/components/Sidebar/WorkspaceSearch/index.tsx (+134 -0)
📝 frontend/src/components/Sidebar/index.tsx (+48 -138)
📝 frontend/src/index.css (+8 -0)
📝 frontend/src/models/organization.ts (+29 -0)
📝 frontend/src/pages/Dashboard/WorkspacesList/index.tsx (+113 -87)
📝 frontend/src/pages/Dashboard/index.tsx (+5 -0)
📝 frontend/src/pages/DocumentView/index.tsx (+3 -0)
📝 frontend/src/pages/WorkspaceDashboard/index.tsx (+4 -0)

📄 Description

resolves #18


🔄 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/vector-admin/pull/19 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 8/2/2023 **Status:** ✅ Merged **Merged:** 8/3/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `18-workspace-search-on-sidebar-and-workspace-table` --- ### 📝 Commits (5) - [`ed80666`](https://github.com/Mintplex-Labs/vector-admin/commit/ed8066637985872a82a5bfa29b12fe55fbdc859f) WIP workspace search on sidebare and workspace table - [`e547461`](https://github.com/Mintplex-Labs/vector-admin/commit/e547461583a39eea2efc4c55fdfbf1196519b1c2) finshed sidebar search component - [`5e16a78`](https://github.com/Mintplex-Labs/vector-admin/commit/5e16a78b6e90b5d449aeffcc5e192a5cbf423b80) draft changes - [`07d4640`](https://github.com/Mintplex-Labs/vector-admin/commit/07d4640639ce63ce6fd2c6c151bd4981f0dfb468) implemented search for workspace list - [`618dda5`](https://github.com/Mintplex-Labs/vector-admin/commit/618dda55caea0022913258933a6c81af8a7c6cf7) Simplify sidebar by splitting into components ### 📊 Changes **12 files changed** (+490 additions, -233 deletions) <details> <summary>View changed files</summary> 📝 `backend/endpoints/v1/organizations/index.js` (+46 -0) 📝 `backend/models/organizationWorkspace.js` (+18 -8) 📝 `frontend/package.json` (+1 -0) ➕ `frontend/src/components/Sidebar/CreateOrganizationModal/index.tsx` (+81 -0) ➕ `frontend/src/components/Sidebar/WorkspaceSearch/index.tsx` (+134 -0) 📝 `frontend/src/components/Sidebar/index.tsx` (+48 -138) 📝 `frontend/src/index.css` (+8 -0) 📝 `frontend/src/models/organization.ts` (+29 -0) 📝 `frontend/src/pages/Dashboard/WorkspacesList/index.tsx` (+113 -87) 📝 `frontend/src/pages/Dashboard/index.tsx` (+5 -0) 📝 `frontend/src/pages/DocumentView/index.tsx` (+3 -0) 📝 `frontend/src/pages/WorkspaceDashboard/index.tsx` (+4 -0) </details> ### 📄 Description resolves #18 --- <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-15 16:30:18 -05:00
yindo closed this issue 2026-02-15 16:30:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/vector-admin#107