From 533868c41b51c13cade399af3e2d2c262108871b Mon Sep 17 00:00:00 2001 From: matevip Date: Fri, 8 May 2026 15:07:47 +0800 Subject: [PATCH] feat(ui/workflows): canvas add-node toolbar + workspace agent picker --- .../components/workflow/StepPropertyPanel.vue | 97 +++++++++++++++++-- .../components/workflow/WorkflowCanvas.vue | 59 +++++++++++ mateclaw-ui/src/i18n/locales/en-US.ts | 6 +- mateclaw-ui/src/i18n/locales/zh-CN.ts | 6 +- mateclaw-ui/src/views/Workflows.vue | 63 +++++++++++- 5 files changed, 216 insertions(+), 15 deletions(-) diff --git a/mateclaw-ui/src/components/workflow/StepPropertyPanel.vue b/mateclaw-ui/src/components/workflow/StepPropertyPanel.vue index 732b2e72..20b700c8 100644 --- a/mateclaw-ui/src/components/workflow/StepPropertyPanel.vue +++ b/mateclaw-ui/src/components/workflow/StepPropertyPanel.vue @@ -39,13 +39,42 @@