mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #287] [MERGED] Feat vps order revamp #415
Labels
No labels
backend
bug
developer
documentation
enhancement
enhancement
enhancement
feature
feature
fix
frontend
frontend
good first issue
help wanted
pull-request
safety-check
security
styles
styles
templates
templates
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dflow#415
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/dflow-sh/dflow/pull/287
Author: @pavanbhaskardev
Created: 7/1/2025
Status: ✅ Merged
Merged: 7/1/2025
Merged by: @pavanbhaskardev
Base:
main← Head:feat-vps-order-revamp📝 Commits (3)
6ca41c8chore: updated UI of vps-order page89d622achore: update UI fields of VPS order formf9221fdchore: 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.