Skip to content
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

Feat: Added tooltip for icons and panel with request name located in CollectionToolBar #2337

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

42ama
Copy link

@42ama 42ama commented May 18, 2024

Description

Resolves #2327 by adding tooltips requested in issue:

  • Tooltip for Runner button
  • Tooltip for Variables button
  • Tooltip for the Collection button
  • Tooltip for the panel with the name of the request
  • Fixed style for IconDeviceFloppy in QueryUrl

Added user-select: none; property to tooltip styles, because if you quickly move the cursor to the tooltip area, it doesn't disappear and you can select text in it.

Before:
before

After:
after

Contribution Checklist:

  • The pull request only addresses one issue or adds one feature.
  • The pull request does not introduce any breaking changes
  • I have added screenshots or gifs to help explain the change if applicable.
  • I have read the contribution guidelines.
  • Create an issue and link to the pull request.

Note: Keeping the PR small and focused helps make it easier to review and merge. If you have multiple changes you want to make, please consider submitting them as separate pull requests.

Publishing to New Package Managers

Please see here for more information.

…ectionToolBar

+ Added `user-select: none;` property to tooltip style of IconDeviceFloppy icon in QueryUrl
@42ama 42ama changed the title + Added tooltip for icons and panel with request name located in CollectionToolBar Feat: Added tooltip for icons and panel with request name located in CollectionToolBar May 18, 2024
@42ama
Copy link
Author

42ama commented May 24, 2024

@helloanoop hi, can you take a look and validate the PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Icons Lack Descriptions, Causing Usability Issues
1 participant