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 #175

Open
sindresorhus opened this issue May 7, 2018 · 6 comments
Open

Tooltips #175

sindresorhus opened this issue May 7, 2018 · 6 comments
Assignees
Milestone

Comments

@sindresorhus
Copy link
Contributor

sindresorhus commented May 7, 2018

We need a tooltip solution that use Portals and doesn't require any state handling or lots of boilerplate. It should be easy to wrap existing content with a tooltip.

@sindresorhus sindresorhus added this to the 0.1.0 milestone May 7, 2018
@sindresorhus sindresorhus self-assigned this May 7, 2018
@lukechilds
Copy link
Member

Showing the TXID in a tooltip would be great too. I would still like to have that information accessible somewhere, even though I agree it clutters the UI showing it by default.

Can you easily copy the contents of a tooltip?

@sindresorhus
Copy link
Contributor Author

Can you easily copy the contents of a tooltip?

No. Tooltips are inherently transient. That's what popovers are for. We could use that instead. Would be cool to show TXID info inline in a popover instead of having to leave the app, but that's a lot more work.

@lukechilds
Copy link
Member

Hmmn, ok, not really an issue for 0.1.0 as long as we support block explorers for all currencies we add. I'll remove this from the 0.1.0 milestone.

@lukechilds lukechilds removed this from the 0.1.0 milestone May 7, 2018
@sindresorhus sindresorhus added this to the Official launch milestone May 18, 2018
@sindresorhus sindresorhus removed their assignment Jun 7, 2018
@sindresorhus
Copy link
Contributor Author

sindresorhus commented Jun 12, 2018

Places we want tooltips:

  • The "Create New Portfolio flow, at the "Seed Phrase for Your Portfolio, when the user click copy button. See the animation here: https://framer.cloud/jTdrj screen shot 2018-06-13 at 00 35 17
  • In the "Dashboard", select a currency, click "Deposit", and when you click copy button it should have the same tooltip and animation as the above item. See: https://framer.cloud/tKpjW
  • Better tooltips for the charts. The current ones are ugly and follow the mouse. The tooltip should be pinned to their origin points.
  • Tooltip for the "regenerate seed phrase" button.

@sindresorhus
Copy link
Contributor Author

@lukechilds @kevva I think we should also have a tooltip for the "regenerate seed phrase" button. Thoughts?
screen shot 2018-06-25 at 11 33 16

@lukechilds
Copy link
Member

I think most people will know what it does but definitely no harm in adding a tooltip for more clarity.

@sindresorhus sindresorhus removed this from the Official launch milestone Jun 26, 2018
@sindresorhus sindresorhus added this to the After launch milestone Jul 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants