[PR #88] [MERGED] Feat/server creation page #348

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

📋 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: mainHead: feat/server-creation-page


📝 Commits (5)

  • dbf594c chore: updated the add server button with new add-new-server page link
  • 9814399 feat: implement server management forms and dialogs for AWS and custom server configurations
  • 8ff03eb feat: enhance server forms for EC2 instance updates and streamline server selection UI
  • 86bbfd1 chore: enhance server selection UI with card components and improved layout
  • 59cc039 chore: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dflow-sh/dflow/pull/88 **Author:** [@manikanta9176](https://github.com/manikanta9176) **Created:** 4/24/2025 **Status:** ✅ Merged **Merged:** 4/24/2025 **Merged by:** [@manikanta9176](https://github.com/manikanta9176) **Base:** `main` ← **Head:** `feat/server-creation-page` --- ### 📝 Commits (5) - [`dbf594c`](https://github.com/dflow-sh/dflow/commit/dbf594c44cb0fbd8adcaffb03d61ddcaed424420) chore: updated the add server button with new add-new-server page link - [`9814399`](https://github.com/dflow-sh/dflow/commit/98143992cd210b1f80890b5f534e667881c68ec1) feat: implement server management forms and dialogs for AWS and custom server configurations - [`8ff03eb`](https://github.com/dflow-sh/dflow/commit/8ff03eb052c378ce24daa9514d11686f6b053a8d) feat: enhance server forms for EC2 instance updates and streamline server selection UI - [`86bbfd1`](https://github.com/dflow-sh/dflow/commit/86bbfd13f04456af22b9b8689a8de15e7cd0798c) chore: enhance server selection UI with card components and improved layout - [`59cc039`](https://github.com/dflow-sh/dflow/commit/59cc039218db0e9809a82deeaecdc5da3bd35ee7) chore: add success and error callbacks to server forms and update onboarding navigation ### 📊 Changes **9 files changed** (+1131 additions, -484 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description #79 --- <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:30 +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#348
No description provided.