-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Adds create branch split-dropdown button to the commit graph #3500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds create branch split-dropdown button to the commit graph #3500
Conversation
478ba78
to
6f41d91
Compare
a842537
to
a291f0b
Compare
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.
but note the testing comment
if (args.state.flags != null) { | ||
counter++; | ||
} | ||
|
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.
I'm a little concerned about this -- since it could impact a bunch of flows, so will need to be tested.
.codicon-custom-git-branch-create { | ||
&:before { | ||
content: '\ea68'; | ||
} | ||
&:after { | ||
content: '\ea60'; | ||
position: absolute; | ||
right: 0; | ||
bottom: 0; | ||
font-size: 0.6em; | ||
line-height: normal; | ||
transform: translate(-50%, 0%); | ||
} | ||
} |
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.
This is fine for here, but a new GlIcon that we can use in other places would be nice.
b47e03a
to
1091131
Compare
Description
Screen.Recording.2024-08-29.at.16.09.54.mov
Checklist
Fixes $XXX -
orCloses #XXX -
prefix to auto-close the issue that your PR addresses