-
Notifications
You must be signed in to change notification settings - Fork 44
feat(viz): add ability to insert branch steps #1140
Conversation
fix(viz): use correct index for insert branch step
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Codecov Report
@@ Coverage Diff @@
## main #1140 +/- ##
==========================================
- Coverage 48.43% 48.31% -0.12%
==========================================
Files 51 51
Lines 1627 1631 +4
Branches 364 368 +4
==========================================
Hits 788 788
- Misses 793 798 +5
+ Partials 46 45 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So the simplest would be to have 2x |
I don't see a filter step, but I think I know what you mean. But that's why I mentioned prepend step would need to be supported, and right now it's not. To me that should be in a separate PR. Actually I'm thinking about it and even if we allowed appending/prepending steps in a branch, it will look really weird to users until we solve #1133 , because it will have two + buttons in between two steps, the user won't know the difference between those buttons, or know that one is to add inside of a branch and the other for outside of the branch. |
This PR adds the ability to insert a step in between two branch steps. Resolves #1114.
Changes
insert
edge type for branch stepsinsertStep
logic into its own testable functionScreenshots