fix: make presentation workflow graph readable

This commit is contained in:
lda
2026-07-10 02:36:53 +07:00 Verified
parent b33e37b732
commit edc5422351
9 changed files with 391 additions and 193 deletions
@@ -1,5 +1,5 @@
import { useEffect, useRef, type KeyboardEvent } from "react";
import { presentationNodes } from "./WorkflowGraphStage.js";
import { presentationNodes } from "./workflow-graph-data.js";
type NodeSpotlightProps = {
readonly nodeId: string;