mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 13:55:56 +03:00
[PR #88] [MERGED] Feat/server creation page #348
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#348
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/88
Author: @manikanta9176
Created: 4/24/2025
Status: ✅ Merged
Merged: 4/24/2025
Merged by: @manikanta9176
Base:
main← Head:feat/server-creation-page📝 Commits (5)
dbf594cchore: updated the add server button with new add-new-server page link9814399feat: implement server management forms and dialogs for AWS and custom server configurations8ff03ebfeat: enhance server forms for EC2 instance updates and streamline server selection UI86bbfd1chore: enhance server selection UI with card components and improved layout59cc039chore: add success and error callbacks to server forms and update onboarding navigation📊 Changes
9 files changed (+1131 additions, -484 deletions)
View changed files
📝
src/app/(frontend)/(dashboard)/servers/[id]/page.tsx(+10 -4)➕
src/app/(frontend)/(dashboard)/servers/add-new-server/page.tsx(+29 -0)📝
src/app/(frontend)/(dashboard)/servers/page.tsx(+28 -17)📝
src/app/(frontend)/onboarding/add-server/page.tsx(+1 -1)📝
src/components/servers/AttachCustomServerForm.tsx(+23 -218)📝
src/components/servers/CreateEC2InstanceForm.tsx(+643 -241)➕
src/components/servers/ServerForm.tsx(+292 -0)➕
src/components/servers/ServerFormDialog.tsx(+102 -0)📝
src/components/servers/ServerList.tsx(+3 -3)📄 Description
#79
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.