feat: added title based tooltips and updated handle styling to reflect in and output handles

ref: N25B-450
This commit is contained in:
JGerla
2026-01-22 13:04:56 +01:00
parent f92467b409
commit bb053fda21
9 changed files with 30 additions and 27 deletions

View File

@@ -58,7 +58,7 @@ export default function StartNode(props: NodeProps<StartNode>) {
</div>
<SingleConnectionHandle type="source" position={Position.Right} id="source" rules={[
allowOnlyConnectionsFromHandle([{nodeType:"phase",handleId:"target"}])
]}/>
]} title="Connect to a phaseNode"/>
</div>
</>
);