-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(pipelines): Add ability to scale collapsed pipeline groups (#173)
* feat(pipelines): Add ability to scale collapsed pipeline groups * Add optional chaining operator to condition * Remove unused import --------- Co-authored-by: Jenny <[email protected]>
- Loading branch information
1 parent
d2ac119
commit 3c689e9
Showing
9 changed files
with
139 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 5 additions & 3 deletions
8
...pelineGroupsDemo/TaskGroupSourceAnchor.ts → ...mponents/anchors/TaskGroupSourceAnchor.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 5 additions & 3 deletions
8
...pelineGroupsDemo/TaskGroupTargetAnchor.ts → ...mponents/anchors/TaskGroupTargetAnchor.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
export { default as TaskNodeSourceAnchor } from './TaskNodeSourceAnchor'; | ||
export { default as TaskNodeTargetAnchor } from './TaskNodeTargetAnchor'; | ||
export { default as TaskGroupSourceAnchor } from './TaskGroupSourceAnchor'; | ||
export { default as TaskGroupTargetAnchor } from './TaskGroupTargetAnchor'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.