-
-
Notifications
You must be signed in to change notification settings - Fork 355
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
Improve tooltips on mouse hover #1661
Labels
enhancement
New feature or request
Comments
I implemented a first iteration of tooltips. What's left to do:
|
lwouis
added a commit
that referenced
this issue
Jun 7, 2022
lwouis
added a commit
that referenced
this issue
Jun 7, 2022
lwouis
pushed a commit
that referenced
this issue
Jun 7, 2022
lwouis
pushed a commit
that referenced
this issue
Jun 21, 2022
# [6.45.0](v6.44.0...v6.45.0) (2022-06-21) ### Bug Fixes * better guess at focus order on launch (closes [#1694](#1694)) ([be8631e](be8631e)) * may avoid rare crashes ([e32beea](e32beea)) ### Features * add bengali localization ([2d32823](2d32823)) * improve chinese and german localizations ([69bfb41](69bfb41)) * improve tooltips on mouse hover (closes [#1661](#1661)) ([38262f1](38262f1)) * quitting an app twice force-quits it (closes [#1529](#1529)) ([bfcbaac](bfcbaac))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had the idea today to show a native tooltip on hover, so that titles that are long thus truncated can still be read. Also it would help the UX of mouse-hover icons. Maybe it could be a replacement for #1403.
It would also help with #1260 and #1529
I was also thinking that it could be the way to add windows to the blacklist for #539, instead of having an app picker. We could have one more icon on window hover to blacklist/un-blacklist. It would be more direct. Maybe too many icons though. Maybe we could move some into a dropdown menu.
The text was updated successfully, but these errors were encountered: