[PR #2053] [MERGED] Finetune ui improvements #3869

Closed
opened 2026-02-22 18:34:40 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2053
Author: @shatfield4
Created: 8/5/2024
Status: Merged
Merged: 8/12/2024
Merged by: @timothycarambat

Base: masterHead: finetune-ui-improvements


📝 Commits (9)

  • 13c0956 WIP finetune ui improvements
  • 9161d26 lint
  • 6a51c35 update order details page finetuning ui
  • d011cea data upload, confirmation, and order placed finetune ui update
  • c9cece8 update finetune layout
  • fe16c7d remove unneeded imports
  • 02d6e2c uncomment url
  • fc7a64d confirmation and data upload component ui updates
  • 808b39f finetun main container layout fix

📊 Changes

10 files changed (+540 additions, -518 deletions)

View changed files

📝 frontend/src/pages/FineTuning/Steps/Confirmation/index.jsx (+99 -68)
📝 frontend/src/pages/FineTuning/Steps/DataUpload/index.jsx (+95 -96)
📝 frontend/src/pages/FineTuning/Steps/FulfillmentPolicy/index.jsx (+42 -46)
📝 frontend/src/pages/FineTuning/Steps/Introduction/index.jsx (+38 -37)
📝 frontend/src/pages/FineTuning/Steps/OrderDetails/index.jsx (+57 -63)
📝 frontend/src/pages/FineTuning/Steps/OrderPlaced/index.jsx (+56 -42)
📝 frontend/src/pages/FineTuning/Steps/Privacy/index.jsx (+72 -76)
📝 frontend/src/pages/FineTuning/Steps/TermsAndConditions/index.jsx (+51 -68)
📝 frontend/src/pages/FineTuning/Steps/index.jsx (+9 -9)
📝 frontend/src/pages/FineTuning/index.jsx (+21 -13)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #xxx

What is in this change?

Additional Information

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/anything-llm/pull/2053 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 8/5/2024 **Status:** ✅ Merged **Merged:** 8/12/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `finetune-ui-improvements` --- ### 📝 Commits (9) - [`13c0956`](https://github.com/Mintplex-Labs/anything-llm/commit/13c0956eb3e83c962ebae1eff61be6147299a490) WIP finetune ui improvements - [`9161d26`](https://github.com/Mintplex-Labs/anything-llm/commit/9161d268654199e013af31f985e374146aa450d1) lint - [`6a51c35`](https://github.com/Mintplex-Labs/anything-llm/commit/6a51c351d048586963349b0a313d5804cb8d2f53) update order details page finetuning ui - [`d011cea`](https://github.com/Mintplex-Labs/anything-llm/commit/d011cea39726aff3f4269c92b9eaaf571ea6593b) data upload, confirmation, and order placed finetune ui update - [`c9cece8`](https://github.com/Mintplex-Labs/anything-llm/commit/c9cece88c92b6215068c940b2f492afbfc775fa4) update finetune layout - [`fe16c7d`](https://github.com/Mintplex-Labs/anything-llm/commit/fe16c7dfb4bb249ab49ac5a17d2781315bd18c69) remove unneeded imports - [`02d6e2c`](https://github.com/Mintplex-Labs/anything-llm/commit/02d6e2cfcaeec7ead24d7aa64889cdefd00bcb70) uncomment url - [`fc7a64d`](https://github.com/Mintplex-Labs/anything-llm/commit/fc7a64d9b2c834a8f1028767ffbc46e1a561636d) confirmation and data upload component ui updates - [`808b39f`](https://github.com/Mintplex-Labs/anything-llm/commit/808b39f9a02904c4d301435ee676b6643f6ec14e) finetun main container layout fix ### 📊 Changes **10 files changed** (+540 additions, -518 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/pages/FineTuning/Steps/Confirmation/index.jsx` (+99 -68) 📝 `frontend/src/pages/FineTuning/Steps/DataUpload/index.jsx` (+95 -96) 📝 `frontend/src/pages/FineTuning/Steps/FulfillmentPolicy/index.jsx` (+42 -46) 📝 `frontend/src/pages/FineTuning/Steps/Introduction/index.jsx` (+38 -37) 📝 `frontend/src/pages/FineTuning/Steps/OrderDetails/index.jsx` (+57 -63) 📝 `frontend/src/pages/FineTuning/Steps/OrderPlaced/index.jsx` (+56 -42) 📝 `frontend/src/pages/FineTuning/Steps/Privacy/index.jsx` (+72 -76) 📝 `frontend/src/pages/FineTuning/Steps/TermsAndConditions/index.jsx` (+51 -68) 📝 `frontend/src/pages/FineTuning/Steps/index.jsx` (+9 -9) 📝 `frontend/src/pages/FineTuning/index.jsx` (+21 -13) </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 #xxx ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> ### 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 - [x] 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-22 18:34:40 -05:00
yindo closed this issue 2026-02-22 18:34:40 -05:00
yindo changed title from [PR #2053] Finetune ui improvements to [PR #2053] [MERGED] Finetune ui improvements 2026-06-05 15:15:39 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3869