Route diagram: iteration navigator for split/loop compound nodes #49
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Iteration Navigator + Count Badge
Count Badge (×3) on compound nodes
Split/loop compound nodes should display a
×Nbadge showing the iteration count. This is a visual indicator separate from the full navigator UI.Full Iterator Navigator
When clicking a compound node with iterations, show a tab bar
[Iter 0] [Iter 1] [Iter 2]inside or near the node. Selecting an iteration updates child node durations, particles, and the detail panel.Implementation
RouteDiagramSvg.tsx— add iteration count badge on compound nodesIterationNavigator.tsx— tab bar inside compound nodesuseExecutionOverlay.ts— exposeselectIteration(nodeId, index)and current iteration state