The Wayback Machine - https://web.archive.org/web/20220322110730/https://github.com/atom/github/issues/1774
Skip to content
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

Tooltips for Git and GitHub buttons in status bar #1774

Open
annthurium opened this issue Oct 31, 2018 · 2 comments
Open

Tooltips for Git and GitHub buttons in status bar #1774

annthurium opened this issue Oct 31, 2018 · 2 comments

Comments

@annthurium
Copy link
Contributor

@annthurium annthurium commented Oct 31, 2018

While conducting a user interview yesterday, @kuychaco pointed out that there are no tooltips for the Git and GitHub buttons in the status bar. The branch management button also does not have a hover tooltip (the menu is itself a tooltip, but ehh, that's more of an implementation detail.)

Tooltips that trigger on hover might help users understand what these buttons do before they click and or improve discoverability. Or they might just annoy our users and take up valuable screen real estate. Seems worth investigating.

@simurai
Copy link
Member

@simurai simurai commented Nov 1, 2018

improve discoverability. Or they might just annoy

Good question. Personally it would annoy me seeing the tooltip every time, but only because I know the meaning of those buttons. For example in Gmail, I appreciate having tooltips because I forget what some icons mean.

Here an idea. Have some sort of "smart" tooltips:

  • If a button gets used a lot, don't show a tooltip
  • If a button rarely gets used, show a tooltip

Probably out of scope for the near future. 😄

Another idea: Add tooltips but also increase the delay a bit until they show. Maybe same as fetch/pull/push that has quite a long delay. Then for fast clickers no tooltips would show up.

@StarTrooper08
Copy link

@StarTrooper08 StarTrooper08 commented Nov 5, 2020

This is great idea of adding tooltip . So that the beginners could able understand the tools and control.
I would like to give a try to contribute to this issue #1848 . But before that can I get to know some detailed information about this scenario . Since I m a beginner to open source but have hands on programming from years . Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment