[PR #95] [MERGED] v2 Organization page #296

Closed
opened 2026-02-23 17:21:08 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

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

Base: ui-v2Head: v2-organization


📝 Commits (8)

  • 5d1a08c WIP header complete organization view
  • 5dd88ad implement header update connector and sync buttons/image glitch fixes
  • db50cb4 working organization dashboard table, WIP quick actions & workspaces sidebar
  • d12e548 organization page complete with quick actions sidebar
  • 3f2acca limit some quick actions to admin only
  • d0ae466 fix no connector bug on new organization connection
  • 6079c69 sync with ui-v2
  • 9b6c5e4 pr review

📊 Changes

9 files changed (+1422 additions, -234 deletions)

View changed files

📝 frontend/src/components/Header/index.tsx (+1 -0)
📝 frontend/src/layout/AppLayout.tsx (+3 -0)
📝 frontend/src/pages/Dashboard/DocumentsList/index.tsx (+229 -147)
frontend/src/pages/Dashboard/QuickActionSidebar/index.tsx (+84 -0)
📝 frontend/src/pages/Dashboard/Statistics/index.tsx (+49 -56)
📝 frontend/src/pages/Dashboard/WorkspacesList/index.tsx (+1 -1)
📝 frontend/src/pages/Dashboard/index.tsx (+1044 -23)
📝 frontend/src/pages/DocumentView/index.tsx (+4 -2)
📝 frontend/src/pages/WorkspaceDashboard/index.tsx (+7 -5)

📄 Description

Organization main page with quick actions and workspace sidebar overhaul


🔄 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/95 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 12/18/2023 **Status:** ✅ Merged **Merged:** 12/21/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `ui-v2` ← **Head:** `v2-organization` --- ### 📝 Commits (8) - [`5d1a08c`](https://github.com/Mintplex-Labs/vector-admin/commit/5d1a08c92bf7e7991727acbaf4e983f6a8514ba6) WIP header complete organization view - [`5dd88ad`](https://github.com/Mintplex-Labs/vector-admin/commit/5dd88adb77dd6d5b048044b314a5ba83311f2787) implement header update connector and sync buttons/image glitch fixes - [`db50cb4`](https://github.com/Mintplex-Labs/vector-admin/commit/db50cb436f47b823534de277de20581d95aa367b) working organization dashboard table, WIP quick actions & workspaces sidebar - [`d12e548`](https://github.com/Mintplex-Labs/vector-admin/commit/d12e548ac89b46d31eb32481d22af31f12d817e8) organization page complete with quick actions sidebar - [`3f2acca`](https://github.com/Mintplex-Labs/vector-admin/commit/3f2acca224f203080b3e507692ea0579f403b405) limit some quick actions to admin only - [`d0ae466`](https://github.com/Mintplex-Labs/vector-admin/commit/d0ae466f435c132ca74d370f51abe587468f41df) fix no connector bug on new organization connection - [`6079c69`](https://github.com/Mintplex-Labs/vector-admin/commit/6079c69c57aa7fc340cd39f51ecc45b2dffe964b) sync with ui-v2 - [`9b6c5e4`](https://github.com/Mintplex-Labs/vector-admin/commit/9b6c5e49b0775f18405970ead706b9a4cba7dade) pr review ### 📊 Changes **9 files changed** (+1422 additions, -234 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/Header/index.tsx` (+1 -0) 📝 `frontend/src/layout/AppLayout.tsx` (+3 -0) 📝 `frontend/src/pages/Dashboard/DocumentsList/index.tsx` (+229 -147) ➕ `frontend/src/pages/Dashboard/QuickActionSidebar/index.tsx` (+84 -0) 📝 `frontend/src/pages/Dashboard/Statistics/index.tsx` (+49 -56) 📝 `frontend/src/pages/Dashboard/WorkspacesList/index.tsx` (+1 -1) 📝 `frontend/src/pages/Dashboard/index.tsx` (+1044 -23) 📝 `frontend/src/pages/DocumentView/index.tsx` (+4 -2) 📝 `frontend/src/pages/WorkspaceDashboard/index.tsx` (+7 -5) </details> ### 📄 Description Organization main page with quick actions and workspace sidebar overhaul --- <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-23 17:21:08 -05:00
yindo closed this issue 2026-02-23 17:21:08 -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#296