If source control pane is small, you might not realize you're pushing
See original GitHub issueWhen it’s small:
When it’s bigger:
I didn’t realize this was also gonna sync since the & Sync
part was hidden.
Issue Analytics
- State:
- Created a year ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Source Control bug when creating or changing branch in ...
Open a workspace with several projects; Try to create/change branch on one project; It will create/change the branch for every project.
Read more >Source Control Tab on Vscode not working, stuck with ...
I could solve the issue by changing the branch in the UI of vscode by clicking on the branch and setting the correct...
Read more >Save vs Commit in Xcode?
Hi all,. I noticed in Xcode that you can save files using the usual File then Save, or you can commit files using...
Read more >Wrong User When Pushing To GitHub from Visual Studio ...
In order to resolve this, go into Windows and go to Control Panel, then search for the Credential Manager. Then delete the GitHub...
Read more >Commit to Git: Source Control in Visual Studio 2015
This multi-mode button defaults to Commit Staged, but it also can push and sync (this makes sense only in the context of being...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
That looks good to me! 👍
That is something that has been implemented for the “Sync Changes” button as that one is quite complex with multiple icons and text segments. For that particular button it does make sense to drop the label altogether when there is not enough room.
As I said, I do think that in case of the dropdown button we adopt the pattern of have one single label and then using text overflow (
...
) in case there is not enough room. Here is a prototype of how that would look like. @daviddossett, should we go ahead with this?