-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Add title/tooltip on hover icons. #3393
Comments
Thanks! Component that could eventually be useful: https://storybook.twenty.com/?path=/story/ui-display-tooltip-tooltip--default&args=place:left;noArrow:!true cc @Bonapara for approval and guidance |
Thanks @seAfnan! Let's use the component Felix suggested:
Please adjust the tooltip to display at the top. This will ensure the associated value remains visible during hover. Set noArrow to |
Preferably i'd also see the name of the field next to it especially when it's Empty. Replacing the greyed out |
IconMap -> Location I am working on this, please suggest the text to show on tooltip. |
thanks @seAfnan the tooltip label should come from the metadata framework, we don't want to hardcode it. |
@daallgeier good suggestion. @Bonapara is making the calls on design so leaving it to him to decide! |
@daallgeier, this is a great idea! The only thing is that it should only be implemented when the field label is hidden (to avoid duplicating the field name) such as under: But this is still a good idea that would especially be interesting for kanban cards: To help the understanding, I believe we should display the field name on the show page: This does not resolve the issue. We still want to display a tooltip over the field icon. It will be particularly useful on the Kanban board where the field name is hidden. @daallgeier, I'm creating a new issue to tackle two things: 1. Switch the placeholder from |
Created #3406 to address this. Thanks @daallgeier for the idea 🙌 |
Scope & Context
There should a title or nice tooltip on hover icons to clarify its purpose.
Current behavior
Now there is no title/tooltip when we hover over icons. They looks almost same and we don't know their purpose.
Expected behavior
There should be a nice tooltip like title on hover.
The text was updated successfully, but these errors were encountered: