mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-21 00:15:23 -04:00
[PR #95] [MERGED] v2 Organization page #296
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/95
Author: @shatfield4
Created: 12/18/2023
Status: ✅ Merged
Merged: 12/21/2023
Merged by: @timothycarambat
Base:
ui-v2← Head:v2-organization📝 Commits (8)
5d1a08cWIP header complete organization view5dd88adimplement header update connector and sync buttons/image glitch fixesdb50cb4working organization dashboard table, WIP quick actions & workspaces sidebard12e548organization page complete with quick actions sidebar3f2accalimit some quick actions to admin onlyd0ae466fix no connector bug on new organization connection6079c69sync with ui-v29b6c5e4pr 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.