Skip to content

Commit 3f29167

Browse files
christian-byrnegithub-actions
andauthored
fix progress state on Vue nodes in subgraphs (#5842)
## Summary Fixes two errors with subgraph progress states: 1. Nodes inside subgraphs were not having progress state shown 2. Subgraph nodes (outer representation) themselves did not have a visible progress state 1 is fixed by using locator IDs instead of local node IDs. 2 is fixed by ensuring the subgraph title button does not wrap to a newline and thus block the progress bar under the node header. ## Changes - **What**: Updated `useNodeExecutionState` composable to use `nodeLocatorId` for tracking execution state across subgraph boundaries - **What**: Modified NodeHeader layout to fix subgraph enter button positioning with proper flexbox gap ## Review Focus Execution state tracking accuracy for nested subgraph nodes and NodeHeader layout consistency across different node types. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-5842-fix-progress-state-on-Vue-nodes-in-subgraphs-27c6d73d365081cb8335c8bb5dbd74f7) by [Unito](https://www.unito.io) --------- Co-authored-by: github-actions <[email protected]>
1 parent ac72999 commit 3f29167

20 files changed

+28
-29
lines changed
-1.53 KB
Loading
-1 Bytes
Loading
-26 Bytes
Loading
-15 Bytes
Loading
54 Bytes
Loading
51 Bytes
Loading
56 Bytes
Loading
39 Bytes
Loading
47 Bytes
Loading
-822 Bytes
Loading

0 commit comments

Comments
 (0)