[PR #130] [MERGED] Edit template after cretae #358

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

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/130
Author: @jagadeesh507
Created: 4/29/2025
Status: Merged
Merged: 4/29/2025
Merged by: @jagadeesh507

Base: mainHead: edit-template-after-cretae


📝 Commits (9)

  • 20e3d8b chore: folder name renamed
  • 293516e chore: updateTemplate query
  • 621c034 fix: redirect path updated
  • f2a11e8 chore: database ports edit added
  • 91b990a chore: layout update in template
  • b8c7538 chore: types
  • a639d7e chore: edit template ui updated
  • 119bc17 chore: button for edit template
  • bf9886b Merge branch 'main' into edit-template-after-cretae

📊 Changes

22 files changed (+731 additions, -313 deletions)

View changed files

📝 src/actions/templates/index.ts (+29 -1)
📝 src/actions/templates/validator.ts (+5 -1)
📝 src/app/(frontend)/(dashboard)/layout.client.tsx (+9 -2)
📝 src/app/(frontend)/(dashboard)/layout.tsx (+22 -21)
src/app/(frontend)/(dashboard)/templates/compose/page.tsx (+13 -0)
src/app/(frontend)/(dashboard)/templates/create/page.tsx (+0 -7)
📝 src/app/(frontend)/(dashboard)/templates/page.tsx (+1 -1)
📝 src/components/reactflow/reactflow.config.tsx (+1 -1)
📝 src/components/templates/TemplateDetails.tsx (+7 -6)
src/components/templates/compose/AddDatabaseService.tsx (+224 -0)
📝 src/components/templates/compose/AddDockerService.tsx (+7 -5)
📝 src/components/templates/compose/AddGithubService.tsx (+5 -4)
📝 src/components/templates/compose/ChooseService.tsx (+47 -119)
📝 src/components/templates/compose/ContextMenu.tsx (+2 -2)
📝 src/components/templates/compose/DeploymentOrder.tsx (+0 -0)
📝 src/components/templates/compose/EditServiceName.tsx (+0 -0)
📝 src/components/templates/compose/UpdateServiceDetails.tsx (+37 -23)
src/components/templates/compose/index.tsx (+313 -0)
📝 src/components/templates/compose/types.ts (+0 -0)
src/components/templates/create/AddDatabaseService.tsx (+0 -119)

...and 2 more files

📄 Description

No description provided


🔄 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/130 **Author:** [@jagadeesh507](https://github.com/jagadeesh507) **Created:** 4/29/2025 **Status:** ✅ Merged **Merged:** 4/29/2025 **Merged by:** [@jagadeesh507](https://github.com/jagadeesh507) **Base:** `main` ← **Head:** `edit-template-after-cretae` --- ### 📝 Commits (9) - [`20e3d8b`](https://github.com/dflow-sh/dflow/commit/20e3d8b356d1ccf45517808c33aa672018e997c4) chore: folder name renamed - [`293516e`](https://github.com/dflow-sh/dflow/commit/293516e02509233e0ab9c62c07c5a444e1049532) chore: updateTemplate query - [`621c034`](https://github.com/dflow-sh/dflow/commit/621c0347e602dc76317d3fbf31420d0e20b14370) fix: redirect path updated - [`f2a11e8`](https://github.com/dflow-sh/dflow/commit/f2a11e8b022167ad336a346d38f160d18a6c1b1f) chore: database ports edit added - [`91b990a`](https://github.com/dflow-sh/dflow/commit/91b990ae6d1c83c671bc3ddb665a1eebf8750a48) chore: layout update in template - [`b8c7538`](https://github.com/dflow-sh/dflow/commit/b8c7538c2256b6f82a206f2523032f43ec8ed950) chore: types - [`a639d7e`](https://github.com/dflow-sh/dflow/commit/a639d7e2bffe0a5c86d2e3ddd01348a55bd4e2c5) chore: edit template ui updated - [`119bc17`](https://github.com/dflow-sh/dflow/commit/119bc17fc29efce2a178b26302f6e2f692ebe7f1) chore: button for edit template - [`bf9886b`](https://github.com/dflow-sh/dflow/commit/bf9886bc53e3f2d9ea968eafe6c7e2a886010fb2) Merge branch 'main' into edit-template-after-cretae ### 📊 Changes **22 files changed** (+731 additions, -313 deletions) <details> <summary>View changed files</summary> 📝 `src/actions/templates/index.ts` (+29 -1) 📝 `src/actions/templates/validator.ts` (+5 -1) 📝 `src/app/(frontend)/(dashboard)/layout.client.tsx` (+9 -2) 📝 `src/app/(frontend)/(dashboard)/layout.tsx` (+22 -21) ➕ `src/app/(frontend)/(dashboard)/templates/compose/page.tsx` (+13 -0) ➖ `src/app/(frontend)/(dashboard)/templates/create/page.tsx` (+0 -7) 📝 `src/app/(frontend)/(dashboard)/templates/page.tsx` (+1 -1) 📝 `src/components/reactflow/reactflow.config.tsx` (+1 -1) 📝 `src/components/templates/TemplateDetails.tsx` (+7 -6) ➕ `src/components/templates/compose/AddDatabaseService.tsx` (+224 -0) 📝 `src/components/templates/compose/AddDockerService.tsx` (+7 -5) 📝 `src/components/templates/compose/AddGithubService.tsx` (+5 -4) 📝 `src/components/templates/compose/ChooseService.tsx` (+47 -119) 📝 `src/components/templates/compose/ContextMenu.tsx` (+2 -2) 📝 `src/components/templates/compose/DeploymentOrder.tsx` (+0 -0) 📝 `src/components/templates/compose/EditServiceName.tsx` (+0 -0) 📝 `src/components/templates/compose/UpdateServiceDetails.tsx` (+37 -23) ➕ `src/components/templates/compose/index.tsx` (+313 -0) 📝 `src/components/templates/compose/types.ts` (+0 -0) ➖ `src/components/templates/create/AddDatabaseService.tsx` (+0 -119) _...and 2 more files_ </details> ### 📄 Description _No description provided_ --- <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:33 +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#358
No description provided.