mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-01 18:20:51 -04:00
[PR #19] [MERGED] Workspace search on sidebar and workspace table #107
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:18-workspace-search-on-sidebar-and-workspace-table📝 Commits (5)
ed80666WIP workspace search on sidebare and workspace tablee547461finshed sidebar search component5e16a78draft changes07d4640implemented search for workspace list618dda5Simplify 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.