[PR #117] [MERGED] completed tools subpages #157

Closed
opened 2026-02-15 16:30:30 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/vector-admin/pull/117
Author: @shatfield4
Created: 1/11/2024
Status: Merged
Merged: 1/11/2024
Merged by: @timothycarambat

Base: ui-v2Head: v2-tools-subpages


📝 Commits (3)

  • e400689 completed tools subpages
  • d4f652f remove unneeded files
  • 2e4f8d4 Merge branch 'ui-v2' of github.com:Mintplex-Labs/vector-admin into v2-tools-subpages

📊 Changes

10 files changed (+677 additions, -231 deletions)

View changed files

📝 frontend/src/pages/Tools/MigrateConnection/index.tsx (+147 -39)
📝 frontend/src/pages/Tools/RAGTesting/NewTestForm/PromptInputAndSearchSubmission/index.tsx (+12 -12)
📝 frontend/src/pages/Tools/RAGTesting/NewTestForm/WorkspaceSearch/index.tsx (+8 -7)
📝 frontend/src/pages/Tools/RAGTesting/NewTestForm/index.tsx (+18 -16)
📝 frontend/src/pages/Tools/RAGTesting/RecentRuns/RunsList/index.tsx (+58 -77)
📝 frontend/src/pages/Tools/RAGTesting/RecentRuns/index.tsx (+137 -2)
📝 frontend/src/pages/Tools/RAGTesting/RecentTests/index.tsx (+9 -9)
📝 frontend/src/pages/Tools/RAGTesting/TestDetails/index.tsx (+22 -22)
📝 frontend/src/pages/Tools/RAGTesting/index.tsx (+133 -25)
📝 frontend/src/pages/Tools/ResetConnection/index.tsx (+133 -22)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #105

What is in this change?

Complete all UI to match UI v2 for tool subpages

  • Automatic context drift detection
  • Migrate vector database to another provider
  • Reset vector database

Additional Information

Add any other context about the Pull Request here that was not captured above.

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/117 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 1/11/2024 **Status:** ✅ Merged **Merged:** 1/11/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `ui-v2` ← **Head:** `v2-tools-subpages` --- ### 📝 Commits (3) - [`e400689`](https://github.com/Mintplex-Labs/vector-admin/commit/e4006899eed4a301731d2d62b6dbe87730664c8f) completed tools subpages - [`d4f652f`](https://github.com/Mintplex-Labs/vector-admin/commit/d4f652f54e31153df831f39fb9a40e82a01b63e5) remove unneeded files - [`2e4f8d4`](https://github.com/Mintplex-Labs/vector-admin/commit/2e4f8d4d4341d2d8ff0aeda053d816012c4fb04b) Merge branch 'ui-v2' of github.com:Mintplex-Labs/vector-admin into v2-tools-subpages ### 📊 Changes **10 files changed** (+677 additions, -231 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/pages/Tools/MigrateConnection/index.tsx` (+147 -39) 📝 `frontend/src/pages/Tools/RAGTesting/NewTestForm/PromptInputAndSearchSubmission/index.tsx` (+12 -12) 📝 `frontend/src/pages/Tools/RAGTesting/NewTestForm/WorkspaceSearch/index.tsx` (+8 -7) 📝 `frontend/src/pages/Tools/RAGTesting/NewTestForm/index.tsx` (+18 -16) 📝 `frontend/src/pages/Tools/RAGTesting/RecentRuns/RunsList/index.tsx` (+58 -77) 📝 `frontend/src/pages/Tools/RAGTesting/RecentRuns/index.tsx` (+137 -2) 📝 `frontend/src/pages/Tools/RAGTesting/RecentTests/index.tsx` (+9 -9) 📝 `frontend/src/pages/Tools/RAGTesting/TestDetails/index.tsx` (+22 -22) 📝 `frontend/src/pages/Tools/RAGTesting/index.tsx` (+133 -25) 📝 `frontend/src/pages/Tools/ResetConnection/index.tsx` (+133 -22) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [x] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #105 ### What is in this change? Complete all UI to match UI v2 for tool subpages - Automatic context drift detection - Migrate vector database to another provider - Reset vector database ### Additional Information Add any other context about the Pull Request here that was not captured above. ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [ ] Docker build succeeds locally --- <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-15 16:30:30 -05:00
yindo closed this issue 2026-02-15 16:30:30 -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#157