mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-18 10:07:07 -04:00
[PR #112] [MERGED] UI v2 #152
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/112
Author: @timothycarambat
Created: 1/9/2024
Status: ✅ Merged
Merged: 1/18/2024
Merged by: @timothycarambat
Base:
master← Head:ui-v2📝 Commits (10+)
7bee226login page redesignffc6098remove unneeded importsda07534added animations to login page1a1f5bascale animation on focus login inputc3f0887minor animation tweak09d0a3fAdd Sign up page739205eremove unused importsdea7252Merge pull request #79 from Mintplex-Labs/v2-login-screen2ce8d44WIP onboarding flow skeleton45522a1Merge branch 'ui-v2' into v2-onboarding📊 Changes
146 files changed (+6557 additions, -4713 deletions)
View changed files
📝
.gitignore(+3 -1)📝
backend/endpoints/v1/workspaces/index.js(+1 -1)📝
backend/models/workspaceDocument.js(+24 -0)📝
backend/utils/vectordatabases/providers/chroma/index.js(+6 -0)📝
backend/utils/vectordatabases/providers/weaviate/index.js(+0 -1)📝
frontend/package.json(+1 -0)📝
frontend/src/App.tsx(+5 -2)📝
frontend/src/components/DocumentPaginator/index.tsx(+36 -5)➖
frontend/src/components/Header/Notifications/index.tsx(+0 -195)📝
frontend/src/components/Header/index.tsx(+4 -101)➕
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/UploadDocumentModal/FileUploadProgress/index.tsx(+4 -4)📝
frontend/src/components/Modals/UploadDocumentModal/index.tsx(+32 -28)➕
frontend/src/components/Modals/UploadModalNoKey.tsx(+77 -0)➕
frontend/src/components/Notifications/index.tsx(+391 -0)📝
frontend/src/components/Preloader.tsx(+2 -2)📝
frontend/src/components/Sidebar/CreateOrganizationModal/index.tsx(+12 -9)➕
frontend/src/components/Sidebar/OrganizationTab/index.tsx(+238 -0)...and 80 more files
📄 Description
Pull Request Type
Relevant Issues
resolves #78
resolves #105
resolves #104
What is in this change?
Total UI overhaul of VectorAdmin
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.