New Icons in New UI #2928
Replies: 7 comments 8 replies
|
Hi Bryan, can you elaborate on what you mean by "can't find them"? If it helps, here is an example for an icon without tooltip: And here is an example with a working tooltip: Our default tooltip delay is at 500 at the moment. This can be changed depending on the location of the icon and it's context though. |
|
Not all icons need tooltips. For example the ones in the left panel already have a descriptive term next to it, so it is not necessary for the beginning. Let's start with the icons that can be clicked (trigger an action) and have no descriptive text next to it. Here is a good read about tooltips & UX: https://www.nngroup.com/articles/tooltip-guidelines/#:~:text=Don't%20use%20tooltips%20for,seem%20like%20an%20unusual%20request. |
|
@jkppr Can I use the title property for tooltip instead of wrapping the icon with "<v - tooltip>"? Sometimes, wrapping it with "<v - tooltip>" doesn't work. I find it easier to just use the title property. |
|
@bryankhor07 feel free to send some partial PR my way for review when you have added a tooltip to some icons already. This way we prevent that there will be one big PR in the end and can include feedback early. |
|
I think you are looking for this one: https://github.com/google/timesketch/blob/master/timesketch/frontend-ng/src/views/Sketch.vue#L66 |



Uh oh!
There was an error while loading. Please reload this page.
I can't seem to find the icons in the new UI. My teammates and I are trying to add tooltips to these new icons but we can't find them. The list of icons is in here -> #2693
All reactions