mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-19 13:16:03 -04:00
[PR #101] [MERGED] v2 modals #304
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/101
Author: @shatfield4
Created: 12/22/2023
Status: ✅ Merged
Merged: 12/28/2023
Merged by: @timothycarambat
Base:
ui-v2← Head:v2-modals📝 Commits (10+)
86d5ce2dashboard sync modal redesigna9c98f9dashboard sync modal error607c52cupdate connector modal redesign239ff37new connector modal redesign3439104Upload document modal (select workspace to upload to) complete7f78993Upload document modal (actual file upload) complete0e0fda0Create new organization modal complete9d3a8dfCreate new workspace modal complete and redirect to new workspace on creationd2b96f6Create new user modal completec7b8f55Edit user modal complete📊 Changes
28 files changed (+1523 additions, -5922 deletions)
View changed files
📝
backend/models/workspaceDocument.js(+0 -1)➕
frontend/src/components/Modals/NewConnectorModal.tsx(+472 -0)➕
frontend/src/components/Modals/SyncConnectorModal.tsx(+93 -0)➕
frontend/src/components/Modals/UpdateConnectorModal.tsx(+483 -0)➕
frontend/src/components/Modals/UploadModalNoKey.tsx(+77 -0)📝
frontend/src/components/Sidebar/CreateOrganizationModal/index.tsx(+12 -9)📝
frontend/src/index.css(+5 -7)📝
frontend/src/pages/Dashboard/Connector/index.tsx(+4 -947)➖
frontend/src/pages/Dashboard/DocumentsList/UploadModal/UploadModalNoKey.tsx(+0 -68)📝
frontend/src/pages/Dashboard/DocumentsList/UploadModal/index.tsx(+21 -23)📝
frontend/src/pages/Dashboard/DocumentsList/index.tsx(+2 -2)📝
frontend/src/pages/Dashboard/WorkspacesList/CreateWorkspaceModal/index.tsx(+22 -19)📝
frontend/src/pages/Dashboard/index.tsx(+12 -948)📝
frontend/src/pages/DocumentView/FragmentList/EditEmbeddingConfirmation/index.tsx(+86 -101)📝
frontend/src/pages/DocumentView/FragmentList/MetadataEditor/index.tsx(+71 -72)📝
frontend/src/pages/DocumentView/FragmentList/index.tsx(+8 -5)➖
frontend/src/pages/DocumentView/UploadModal/UploadModalNoKey.tsx(+0 -68)📝
frontend/src/pages/DocumentView/UploadModal/index.tsx(+9 -11)📝
frontend/src/pages/DocumentView/index.tsx(+11 -11)📝
frontend/src/pages/OrganizationSettings/index.tsx(+17 -953)...and 8 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.