You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Show split branch option only when branch not conflicted
Enhance the split branches experience:
- Only show the option to split the branch if the branch is not conflicted, by evaluating the isBranchConflicted status with ReduxResult.
- Add isBranchConflicted method to stackService to query branch conflict state easily from context menu components.
This makes the split branch menu option conditional on the branch's conflict status, improving clarity and preventing unsupported actions.
0 commit comments