[PR #89] [MERGED] v2 Workspace #297

Closed
opened 2026-02-23 17:21:08 -05:00 by yindo · 0 comments
Owner

📋 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-v2Head: v2-workspace


📝 Commits (10+)

  • d7c8c53 WIP Workspace View, add fonts, create header, and mock statistics
  • 3a0a560 Merge branch 'v2-workspace-document' into v2-workspace
  • f87613c update styling for analytics and header
  • ce7e874 Merge branch 'v2-workspace-document' into v2-workspace
  • c78b623 WIP search view, workspace view ui complete
  • 10efa8b WIP searching workspace complete, need to clean up unused vars/add loading states
  • 9686849 loading states complete/no documents found component
  • 677d2fb fix padding for workspace document paginator
  • f2fb81b workspace overhaul styling complete/header functionalities implemented
  • 7c41488 WIP 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/vector-admin/pull/89 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 12/13/2023 **Status:** ✅ Merged **Merged:** 12/21/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `ui-v2` ← **Head:** `v2-workspace` --- ### 📝 Commits (10+) - [`d7c8c53`](https://github.com/Mintplex-Labs/vector-admin/commit/d7c8c5382f08ca0dfa6b98c00932da324211b790) WIP Workspace View, add fonts, create header, and mock statistics - [`3a0a560`](https://github.com/Mintplex-Labs/vector-admin/commit/3a0a560601d2821b2d0b36e4efb988d19cf9acbc) Merge branch 'v2-workspace-document' into v2-workspace - [`f87613c`](https://github.com/Mintplex-Labs/vector-admin/commit/f87613cda377ac14e95439808229ff18041da598) update styling for analytics and header - [`ce7e874`](https://github.com/Mintplex-Labs/vector-admin/commit/ce7e8748926b2a7df9f2a634e9c2c4bbcd27eb1c) Merge branch 'v2-workspace-document' into v2-workspace - [`c78b623`](https://github.com/Mintplex-Labs/vector-admin/commit/c78b62380363c78a9fc687d5284bb2dbd8a7df4f) WIP search view, workspace view ui complete - [`10efa8b`](https://github.com/Mintplex-Labs/vector-admin/commit/10efa8b00a5b4ccfbad633a093bdd3e79ee2f5d7) WIP searching workspace complete, need to clean up unused vars/add loading states - [`9686849`](https://github.com/Mintplex-Labs/vector-admin/commit/96868491f7eb49c7564cf0f0f4b34f29dc3ceb28) loading states complete/no documents found component - [`677d2fb`](https://github.com/Mintplex-Labs/vector-admin/commit/677d2fb0b422f72c2709deb2ca39a8520afcd9a9) fix padding for workspace document paginator - [`f2fb81b`](https://github.com/Mintplex-Labs/vector-admin/commit/f2fb81b35caff80b40de2f1831dded9f9d5b4563) workspace overhaul styling complete/header functionalities implemented - [`7c41488`](https://github.com/Mintplex-Labs/vector-admin/commit/7c41488f3f25709af2d1796b74f5f1a7d46a7e31) WIP fixing vector db dimensions statistic ### 📊 Changes **77 files changed** (+2318 additions, -964 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description Workspace view overhaul --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-23 17:21:08 -05:00
yindo closed this issue 2026-02-23 17:21:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/vector-admin#297