-
Notifications
You must be signed in to change notification settings - Fork 247
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 tooltips to action icons in request page #2790
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
failed: Error: DropdownMenuTrigger
must be used within DropdownMenu
Addressing your review. View activity logs for details. |
9a0ffb8
to
412e577
Compare
@colegottdank I've addressed your review. Add another review if minor changes are needed. If major changes are needed, retry the issue from the Tusk app with additional context. |
Fixes #2788
This change adds tooltips to action icons in the request page to improve user experience by providing clear indications of each icon's function. The tooltips have been added to the refresh button, the live/start live button, and the view change button. Additionally, title attributes have been added to dropdown menu items for simple tooltips.
Tips: