[PR #719] [CLOSED] Feat/node clone #1023

Closed
opened 2026-03-03 01:07:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/719
Author: @usual2970
Created: 5/22/2025
Status: Closed

Base: mainHead: feat/node_clone


📝 Commits (6)

📊 Changes

12 files changed (+277 additions, -20 deletions)

View changed files

📝 ui/src/components/workflow/WorkflowElement.tsx (+5 -0)
📝 ui/src/components/workflow/node/AddNode.tsx (+25 -7)
📝 ui/src/components/workflow/node/ApplyNode.tsx (+1 -1)
📝 ui/src/components/workflow/node/BranchNode.tsx (+6 -2)
ui/src/components/workflow/node/CloneNode.tsx (+20 -0)
📝 ui/src/components/workflow/node/ConditionNode.tsx (+6 -0)
📝 ui/src/components/workflow/node/_SharedNode.tsx (+40 -6)
📝 ui/src/domain/workflow.ts (+90 -0)
📝 ui/src/i18n/locales/en/nls.workflow.nodes.json (+4 -0)
📝 ui/src/i18n/locales/zh/nls.workflow.nodes.json (+4 -0)
📝 ui/src/pages/workflows/WorkflowDetail.tsx (+31 -4)
📝 ui/src/stores/workflow/index.ts (+45 -0)

📄 Description

  • 新增节点复制功能

🔄 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/certimate-go/certimate/pull/719 **Author:** [@usual2970](https://github.com/usual2970) **Created:** 5/22/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/node_clone` --- ### 📝 Commits (6) - [`6f570f3`](https://github.com/certimate-go/certimate/commit/6f570f310fb2644d7c6e28d43419927c79d40175) add clone node - [`19bbe1f`](https://github.com/certimate-go/certimate/commit/19bbe1f069003f64bc706b432af7db463e944c00) add clone node - [`c713d47`](https://github.com/certimate-go/certimate/commit/c713d4705e5cdc3f3f9c816334bd8ce2429a5a0a) add clone alert - [`dd0d477`](https://github.com/certimate-go/certimate/commit/dd0d477484d69dac4ce6b1d6b55e66131fd682fd) improve node clone - [`0bbd54b`](https://github.com/certimate-go/certimate/commit/0bbd54b29785c761306d491ac665ca8f2d9d6e08) refactor code - [`0a85e8d`](https://github.com/certimate-go/certimate/commit/0a85e8ddb71b3d6f8799dae6411252ce1f06b55d) improve clone node ### 📊 Changes **12 files changed** (+277 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `ui/src/components/workflow/WorkflowElement.tsx` (+5 -0) 📝 `ui/src/components/workflow/node/AddNode.tsx` (+25 -7) 📝 `ui/src/components/workflow/node/ApplyNode.tsx` (+1 -1) 📝 `ui/src/components/workflow/node/BranchNode.tsx` (+6 -2) ➕ `ui/src/components/workflow/node/CloneNode.tsx` (+20 -0) 📝 `ui/src/components/workflow/node/ConditionNode.tsx` (+6 -0) 📝 `ui/src/components/workflow/node/_SharedNode.tsx` (+40 -6) 📝 `ui/src/domain/workflow.ts` (+90 -0) 📝 `ui/src/i18n/locales/en/nls.workflow.nodes.json` (+4 -0) 📝 `ui/src/i18n/locales/zh/nls.workflow.nodes.json` (+4 -0) 📝 `ui/src/pages/workflows/WorkflowDetail.tsx` (+31 -4) 📝 `ui/src/stores/workflow/index.ts` (+45 -0) </details> ### 📄 Description - [x] 新增节点复制功能 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:07:20 +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/certimate#1023
No description provided.