-
Notifications
You must be signed in to change notification settings - Fork 323
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
A help tooltip when hovering the icons near the node. #5933
Comments
Stijn Seghers reports a new STANDUP for today (2023-03-21): Progress: I learned about our FRP framework for a bit and then started on adding those tooltips. I'm hoping to make this "tooltip on hover" pattern reusable since we're already doing this in a bunch of places. It should be finished by 2023-03-23. |
Stijn Seghers reports a new STANDUP for today (2023-03-22): Progress: I've attached tooltips to all ToggleButton components. Added some tests. PR is ready for review. It should be finished by 2023-03-22. |
Implements #5933: adding tooltips to the buttons next to nodes. To make the UI consistent, I've added tooltips to the `ToggleButton` class directly, since whenever you have an icon button, it seems helpful to have a tooltip. `ToggleButton` is only used for the profiling button in the top-right corner and the buttons next to nodes. The output context switch button [isn't implemented yet](#5929), but once it is, adding a tooltip should be one-liner. ![Recording 2023-03-22 at 17 21 58](https://user-images.githubusercontent.com/607786/226972920-81033b37-001f-49eb-9fc6-453120f01760.gif)
A tooltip with brief information about the icon should be displayed for:
QA Acceptance Criteria
The text was updated successfully, but these errors were encountered: