-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Feature: Added support for local branch checkout #12316
Conversation
Shouldn't Branches, main, pr/12302 labels aligned in the same line? |
Yeah, but reduce left and right paddings? I guess have to set style of flyout padding so that you dont have to make paddings negative. |
You can try this. But UI thing is not a priprity; we can do that after. <Flyout.FlyoutPresenterStyle>
<Style TargetType="FlyoutPresenter">
<Setter Property="Padding" Value="8" />
<Setter Property="CornerRadius" Value="{StaticResource OverlayCornerRadius}" />
</Style>
</Flyout.FlyoutPresenterStyle> |
The UI will be changed a bit in phase 3 so we can make these changes then. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
LGTM
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 tested out of curiosity, and works ok for me!
Wait I just found a bug |
Can you confirm that everything works properly if you switch to a non git directory? |
It works after your latest fix. |
Resolved / Related Issues
Related Feature: Git integration #11014
Notes
Validation
How did you test these changes?
Screenshots (optional)