mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-25 04:25:23 -04:00
[PR #85] [MERGED] v2 workspace document #137
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/85
Author: @shatfield4
Created: 12/7/2023
Status: ✅ Merged
Merged: 12/21/2023
Merged by: @timothycarambat
Base:
ui-v2← Head:v2-workspace-document📝 Commits (10+)
d3f4dbbWIP workspace documentc2daeeaWIP workspace document UIe906e8aworking header for document view4adb2e5WIP fixing document search139a48cMerge branch 'embedding-overview-search-fix' into v2-workspace-documente679037Add upload document modal for embeddings overview page6e7df0dworking search in document view WIP loading states/no resultsccc1409show no results when no search results and loader for searchinga7b8490Merge branch 'master' of github.com:Mintplex-Labs/vector-admin into v2-workspace-documentbf0b067update dialog styles📊 Changes
18 files changed (+850 additions, -553 deletions)
View changed files
📝
frontend/src/components/DocumentPaginator/index.tsx(+34 -5)📝
frontend/src/components/Header/index.tsx(+3 -101)📝
frontend/src/components/Sidebar/OrganizationTab/index.tsx(+16 -7)📝
frontend/src/components/Sidebar/index.tsx(+6 -10)➕
frontend/src/images/logo/logo-sky.svg(+11 -0)📝
frontend/src/index.css(+34 -1)📝
frontend/src/layout/AppLayout.tsx(+3 -3)📝
frontend/src/models/document.ts(+1 -2)📝
frontend/src/models/workspace.ts(+1 -2)📝
frontend/src/pages/Dashboard/DocumentsList/index.tsx(+0 -92)📝
frontend/src/pages/DocumentView/FragmentList/SearchView/index.tsx(+119 -176)📝
frontend/src/pages/DocumentView/FragmentList/index.tsx(+145 -127)➕
frontend/src/pages/DocumentView/UploadModal/FileUploadProgress/index.tsx(+84 -0)➕
frontend/src/pages/DocumentView/UploadModal/UploadModalNoKey.tsx(+68 -0)➕
frontend/src/pages/DocumentView/UploadModal/index.tsx(+213 -0)📝
frontend/src/pages/DocumentView/index.tsx(+89 -4)📝
frontend/src/pages/WorkspaceDashboard/DocumentsList/SearchView/index.tsx(+1 -23)📝
frontend/src/utils/constants.ts(+22 -0)📄 Description
UI redesign for embeddings overview page.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.