Workflow V1 #72

Merged
Lars merged 10 commits from develop into main 2026-04-11 10:59:39 +02:00
Showing only changes of commit c0525cf2d2 - Show all commits

View File

@ -42,24 +42,54 @@ export function JoinNode({ data, selected }) {
</div>
</div>
{/* Mehrere Target Handles für eingehende Pfade */}
{/* Mehrere Target Handles für eingehende Pfade (bis zu 8) */}
<Handle
type="target"
position={Position.Top}
id="path_1"
style={{ left: '25%', background: '#17A2B8' }}
style={{ left: '11%', background: '#17A2B8' }}
/>
<Handle
type="target"
position={Position.Top}
id="path_2"
style={{ left: '50%', background: '#17A2B8' }}
style={{ left: '22%', background: '#17A2B8' }}
/>
<Handle
type="target"
position={Position.Top}
id="path_3"
style={{ left: '75%', background: '#17A2B8' }}
style={{ left: '33%', background: '#17A2B8' }}
/>
<Handle
type="target"
position={Position.Top}
id="path_4"
style={{ left: '44%', background: '#17A2B8' }}
/>
<Handle
type="target"
position={Position.Top}
id="path_5"
style={{ left: '56%', background: '#17A2B8' }}
/>
<Handle
type="target"
position={Position.Top}
id="path_6"
style={{ left: '67%', background: '#17A2B8' }}
/>
<Handle
type="target"
position={Position.Top}
id="path_7"
style={{ left: '78%', background: '#17A2B8' }}
/>
<Handle
type="target"
position={Position.Top}
id="path_8"
style={{ left: '89%', background: '#17A2B8' }}
/>
{/* Ein Source Handle für konsolidierten Ausgang */}