fix(dashboard): restore graph visual preferences (#247) #250
Reference in New Issue
Block a user
Delete Branch "fix/dashboard-graph-visual-247"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Restore workflow graph visual preferences that were never committed to code.
Why
The graph had visual clutter (dashed FALLBACK edges, FALLBACK labels, clickable inactive nodes, overlapping feedback edges).
Changes
Phase 1 (closes #248)
Phase 2 (closes #249)
Ref
Closes #247, #248, #249
LGTM. Clean implementation across both phases:
Phase 1: Unified solid edges (removed dashed fallback styling), hidden FALLBACK labels, conditional cursor-pointer only on non-default state nodes — all good.
Phase 2: Alternating left/right feedback edge routing via per-target counter is a nice approach. The
sideparameter and directional multiplierdkeep the path math clean.Approved.