[PR #287] [MERGED] Feat vps order revamp #415

Closed
opened 2026-03-03 11:29:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/287
Author: @pavanbhaskardev
Created: 7/1/2025
Status: Merged
Merged: 7/1/2025
Merged by: @pavanbhaskardev

Base: mainHead: feat-vps-order-revamp


📝 Commits (3)

  • 6ca41c8 chore: updated UI of vps-order page
  • 89d622a chore: update UI fields of VPS order form
  • f9221fd chore: updated VPS order form

📊 Changes

17 files changed (+578 additions, -457 deletions)

View changed files

📝 src/actions/cloud/dFlow/index.ts (+1 -1)
📝 src/actions/templates/index.ts (+0 -18)
📝 src/components/security/BasicInfoSection.tsx (+1 -20)
📝 src/components/security/CreateSSHKeyForm.tsx (+1 -2)
📝 src/components/security/CreateSecurityGroupForm.tsx (+1 -20)
📝 src/components/servers/dflowVpsForm/AccountConnectionStatus.tsx (+1 -8)
📝 src/components/servers/dflowVpsForm/DflowVpsFormProvider.tsx (+3 -1)
📝 src/components/servers/dflowVpsForm/OrderForm.tsx (+2 -4)
📝 src/components/servers/dflowVpsForm/PaymentStatusSection.tsx (+1 -0)
📝 src/components/servers/dflowVpsForm/form-fields/BackupOptionsSection.tsx (+107 -77)
📝 src/components/servers/dflowVpsForm/form-fields/DisplayNameField.tsx (+2 -1)
📝 src/components/servers/dflowVpsForm/form-fields/ImageVersionField.tsx (+79 -56)
📝 src/components/servers/dflowVpsForm/form-fields/PriceSummarySection.tsx (+73 -68)
📝 src/components/servers/dflowVpsForm/form-fields/RegionField.tsx (+128 -56)
📝 src/components/servers/dflowVpsForm/form-fields/StorageTypeField.tsx (+81 -56)
📝 src/components/servers/dflowVpsForm/form-fields/TermLengthSection.tsx (+95 -67)
📝 src/components/servers/dflowVpsForm/utils.ts (+2 -2)

📄 Description

  1. Updated the VPS order creation UI

🔄 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/dflow-sh/dflow/pull/287 **Author:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Created:** 7/1/2025 **Status:** ✅ Merged **Merged:** 7/1/2025 **Merged by:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Base:** `main` ← **Head:** `feat-vps-order-revamp` --- ### 📝 Commits (3) - [`6ca41c8`](https://github.com/dflow-sh/dflow/commit/6ca41c8693ee308cebc17d587d4db13bcfb17b77) chore: updated UI of vps-order page - [`89d622a`](https://github.com/dflow-sh/dflow/commit/89d622a9943c107337c1fe4cf57a3464434f8c21) chore: update UI fields of VPS order form - [`f9221fd`](https://github.com/dflow-sh/dflow/commit/f9221fdfaabda2ece089e86225b274a5e38612e1) chore: updated VPS order form ### 📊 Changes **17 files changed** (+578 additions, -457 deletions) <details> <summary>View changed files</summary> 📝 `src/actions/cloud/dFlow/index.ts` (+1 -1) 📝 `src/actions/templates/index.ts` (+0 -18) 📝 `src/components/security/BasicInfoSection.tsx` (+1 -20) 📝 `src/components/security/CreateSSHKeyForm.tsx` (+1 -2) 📝 `src/components/security/CreateSecurityGroupForm.tsx` (+1 -20) 📝 `src/components/servers/dflowVpsForm/AccountConnectionStatus.tsx` (+1 -8) 📝 `src/components/servers/dflowVpsForm/DflowVpsFormProvider.tsx` (+3 -1) 📝 `src/components/servers/dflowVpsForm/OrderForm.tsx` (+2 -4) 📝 `src/components/servers/dflowVpsForm/PaymentStatusSection.tsx` (+1 -0) 📝 `src/components/servers/dflowVpsForm/form-fields/BackupOptionsSection.tsx` (+107 -77) 📝 `src/components/servers/dflowVpsForm/form-fields/DisplayNameField.tsx` (+2 -1) 📝 `src/components/servers/dflowVpsForm/form-fields/ImageVersionField.tsx` (+79 -56) 📝 `src/components/servers/dflowVpsForm/form-fields/PriceSummarySection.tsx` (+73 -68) 📝 `src/components/servers/dflowVpsForm/form-fields/RegionField.tsx` (+128 -56) 📝 `src/components/servers/dflowVpsForm/form-fields/StorageTypeField.tsx` (+81 -56) 📝 `src/components/servers/dflowVpsForm/form-fields/TermLengthSection.tsx` (+95 -67) 📝 `src/components/servers/dflowVpsForm/utils.ts` (+2 -2) </details> ### 📄 Description 1. Updated the VPS order creation UI --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:29:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dflow#415
No description provided.