mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-25 04:25:23 -04:00
[PR #89] [MERGED] v2 Workspace #141
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/89
Author: @shatfield4
Created: 12/13/2023
Status: ✅ Merged
Merged: 12/21/2023
Merged by: @timothycarambat
Base:
ui-v2← Head:v2-workspace📝 Commits (10+)
d7c8c53WIP Workspace View, add fonts, create header, and mock statistics3a0a560Merge branch 'v2-workspace-document' into v2-workspacef87613cupdate styling for analytics and headerce7e874Merge branch 'v2-workspace-document' into v2-workspacec78b623WIP search view, workspace view ui complete10efa8bWIP searching workspace complete, need to clean up unused vars/add loading states9686849loading states complete/no documents found component677d2fbfix padding for workspace document paginatorf2fb81bworkspace overhaul styling complete/header functionalities implemented7c41488WIP fixing vector db dimensions statistic📊 Changes
77 files changed (+2318 additions, -964 deletions)
View changed files
📝
backend/endpoints/v1/workspaces/index.js(+1 -0)📝
backend/models/organization.js(+2 -2)📝
backend/models/workspaceDocument.js(+25 -0)📝
backend/storage/settings.json(+164 -164)📝
backend/utils/vectordatabases/providers/chroma/index.js(+6 -0)📝
frontend/src/components/DocumentPaginator/index.tsx(+3 -1)➖
frontend/src/fonts/Satoshi-Black.eot(+0 -0)➖
frontend/src/fonts/Satoshi-Black.ttf(+0 -0)➖
frontend/src/fonts/Satoshi-Black.woff(+0 -0)➖
frontend/src/fonts/Satoshi-Black.woff2(+0 -0)➖
frontend/src/fonts/Satoshi-BlackItalic.eot(+0 -0)➖
frontend/src/fonts/Satoshi-BlackItalic.ttf(+0 -0)➖
frontend/src/fonts/Satoshi-BlackItalic.woff(+0 -0)➖
frontend/src/fonts/Satoshi-BlackItalic.woff2(+0 -0)➖
frontend/src/fonts/Satoshi-Bold.eot(+0 -0)➖
frontend/src/fonts/Satoshi-Bold.woff(+0 -0)➖
frontend/src/fonts/Satoshi-Bold.woff2(+0 -0)➖
frontend/src/fonts/Satoshi-BoldItalic.eot(+0 -0)➖
frontend/src/fonts/Satoshi-BoldItalic.ttf(+0 -0)➖
frontend/src/fonts/Satoshi-BoldItalic.woff(+0 -0)...and 57 more files
📄 Description
Workspace view overhaul
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.