-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Git branch show track information #1644
Git branch show track information #1644
Conversation
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 looks really good! Two small changes...
- The added information to the right should have a foregroundStyle of secondary.
- There should be about 5px of spacing between the two indicators.
Some considerations above are the images to understand the differences:
|
Yeah, to match Xcode, the icon and secondary text would both need to be white when the item is highlighted. |
@phlpsong : why did the branches icon turn blue? |
Yes, I noticed that too. What I changed locally for this icon color issue is not a valid solution which will affect others icon color, I'm still trying to find a workaround. I also tried to use check Screen.Recording.2024-03-23.at.15.58.15.mov |
Registrazione.schermo.2024-03-23.alle.12.37.33.mov |
* feat: source control repo add branch track info * fix: add spacing between track info and update text and icon order * fix: remove unused line
Description
A small improvement to show Git branch information.
Get branch upstream track info when getting branch list and current branch, and show the ahead/behind info in the repo tab.
Checklist
Screenshots