mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #130] [MERGED] Edit template after cretae #358
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#358
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/130
Author: @jagadeesh507
Created: 4/29/2025
Status: ✅ Merged
Merged: 4/29/2025
Merged by: @jagadeesh507
Base:
main← Head:edit-template-after-cretae📝 Commits (9)
20e3d8bchore: folder name renamed293516echore: updateTemplate query621c034fix: redirect path updatedf2a11e8chore: database ports edit added91b990achore: layout update in templateb8c7538chore: typesa639d7echore: edit template ui updated119bc17chore: button for edit templatebf9886bMerge 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.