FredrikNoren / ungit

The easiest way to use git. On any platform. Anywhere.
MIT License
10.43k stars 636 forks source link

Make "Push" button less hidden #136

Closed eighteight closed 10 years ago

eighteight commented 11 years ago

After I commit to local repository, and need to push into remote repository, I spend some time looking for a "Push" button. I think it should not be hidden and appear only when I start dragging the "Master" icon. I think a better solution to have it always present, possibly dimmed, and get activated once I start dragging the "Master" icon.

Ajedi32 commented 11 years ago

:+1: Before I watched the introduction video I had no idea that many of these features even existed in ungit. The UI in some areas here could be a bit more intuitive.

My suggestion would be that clicking on a branch name selects the branch and displays the relevant set of buttons. (Including push.) Or perhaps a right-click menu would work... anyone else have any thoughts on this?

notslang commented 11 years ago

+1 for click or right-click bringing up the buttons... maybe it could even be the "selected" commit shows its buttons... like the selection features discussed in #129

FredrikNoren commented 11 years ago

Yeah my idea was to introduce some kind of select state in the future, which might improve this a bit.

FredrikNoren commented 10 years ago

Selected state was introduced in b86f8a2e53b5ff6e7785d0ec1c9d8cba8993965a, hope that makes things easier. Closing this issue for now, re-open if it's still a problem