From 590178b8f27dff3a18a75cda8ee5036fc8363ba6 Mon Sep 17 00:00:00 2001 From: Ida Date: Wed, 13 May 2026 16:24:38 +0200 Subject: [PATCH] feat: ctrl c shortcut und pfeil zeichnen --- .../editor/Automation2FlowEditor.tsx | 12 +++- .../FlowEditor/editor/CanvasHeader.tsx | 12 +--- .../FlowEditor/editor/FlowCanvas.tsx | 72 +++++++++++++++++-- 3 files changed, 76 insertions(+), 20 deletions(-) diff --git a/src/components/FlowEditor/editor/Automation2FlowEditor.tsx b/src/components/FlowEditor/editor/Automation2FlowEditor.tsx index 8a9a6e2..d250b94 100644 --- a/src/components/FlowEditor/editor/Automation2FlowEditor.tsx +++ b/src/components/FlowEditor/editor/Automation2FlowEditor.tsx @@ -854,7 +854,10 @@ export const Automation2FlowEditor: React.FC = ({ in
{/* Left panel: Workspace (Chats / Dateien / Quellen) */} {leftPanelOpen && (<> -
+
{(['ai', 'chats', 'files', 'sources'] as const).map((tab) => (
{configurableSelected && selectedNode && ( -
+
= ({ in {/* Right panel: Nodes + Tracing tabs */}
_startResize('right', e)} /> -
+
-