[PR #82] [MERGED] v2 Sidebar #136

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/vector-admin/pull/82
Author: @shatfield4
Created: 12/1/2023
Status: Merged
Merged: 12/5/2023
Merged by: @timothycarambat

Base: ui-v2Head: v2-sidebar


📝 Commits (10+)

  • 3c11d30 WIP v2-sidebar styles
  • b2fb91c Merge branch 'v2-onboarding' into v2-sidebar
  • 458a399 WIP sidebar
  • b5a254d sidebar styles for interactivity & workspace search complete WIP infinite scroll
  • de2f4cd fix infinite scroll in workspace search
  • 644afa5 WIP sidebar
  • e9e1416 fix conditional renders for organization with no workspace & styling
  • 8b228ba remove legacy sidebar
  • 4b706ac Fix: workspace modal not appearing when focused on workspace
  • d23a6a6 Merge branch 'ui-v2' of github.com:Mintplex-Labs/vector-admin into v2-sidebar

📊 Changes

9 files changed (+386 additions, -245 deletions)

View changed files

📝 frontend/package.json (+1 -0)
frontend/src/components/Sidebar/OrganizationTab/index.tsx (+229 -0)
📝 frontend/src/components/Sidebar/WorkspaceSearch/index.tsx (+2 -1)
📝 frontend/src/components/Sidebar/index.tsx (+145 -237)
📝 frontend/src/pages/Dashboard/WorkspacesList/index.tsx (+0 -2)
📝 frontend/tailwind.config.cjs (+3 -0)
📝 frontend/yarn.lock (+5 -0)
📝 package.json (+1 -1)
yarn.lock (+0 -4)

📄 Description

Sidebar redesign


🔄 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/82 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 12/1/2023 **Status:** ✅ Merged **Merged:** 12/5/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `ui-v2` ← **Head:** `v2-sidebar` --- ### 📝 Commits (10+) - [`3c11d30`](https://github.com/Mintplex-Labs/vector-admin/commit/3c11d302db308283f6adfa9455498d68dd127cca) WIP v2-sidebar styles - [`b2fb91c`](https://github.com/Mintplex-Labs/vector-admin/commit/b2fb91cbd10269957d3f10e03fec3cc6c39d33fb) Merge branch 'v2-onboarding' into v2-sidebar - [`458a399`](https://github.com/Mintplex-Labs/vector-admin/commit/458a399dfb05d1307a7d15c09b20786567a5ec5a) WIP sidebar - [`b5a254d`](https://github.com/Mintplex-Labs/vector-admin/commit/b5a254d860a2c5a870e08f96272956b9e8c3481e) sidebar styles for interactivity & workspace search complete WIP infinite scroll - [`de2f4cd`](https://github.com/Mintplex-Labs/vector-admin/commit/de2f4cd8e0b90b997cc39b9d3b7c5cef87065b32) fix infinite scroll in workspace search - [`644afa5`](https://github.com/Mintplex-Labs/vector-admin/commit/644afa59f057f85652c9f3ed7f120d7c470b19ab) WIP sidebar - [`e9e1416`](https://github.com/Mintplex-Labs/vector-admin/commit/e9e141635bb60f28093f2243c8512ca5d14ca00f) fix conditional renders for organization with no workspace & styling - [`8b228ba`](https://github.com/Mintplex-Labs/vector-admin/commit/8b228bad865488c221ba03e1522a83837ba15ea1) remove legacy sidebar - [`4b706ac`](https://github.com/Mintplex-Labs/vector-admin/commit/4b706acd854ee8ae132c64b25b9c9224c5743ec7) Fix: workspace modal not appearing when focused on workspace - [`d23a6a6`](https://github.com/Mintplex-Labs/vector-admin/commit/d23a6a6973a45e576d49ceae01656035803bd52c) Merge branch 'ui-v2' of github.com:Mintplex-Labs/vector-admin into v2-sidebar ### 📊 Changes **9 files changed** (+386 additions, -245 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package.json` (+1 -0) ➕ `frontend/src/components/Sidebar/OrganizationTab/index.tsx` (+229 -0) 📝 `frontend/src/components/Sidebar/WorkspaceSearch/index.tsx` (+2 -1) 📝 `frontend/src/components/Sidebar/index.tsx` (+145 -237) 📝 `frontend/src/pages/Dashboard/WorkspacesList/index.tsx` (+0 -2) 📝 `frontend/tailwind.config.cjs` (+3 -0) 📝 `frontend/yarn.lock` (+5 -0) 📝 `package.json` (+1 -1) ➖ `yarn.lock` (+0 -4) </details> ### 📄 Description Sidebar redesign --- <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:25 -05:00
yindo closed this issue 2026-02-15 16:30:25 -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#136