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

CSS tooltips for context menus for #3727 #3770

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

Conversation

Xirt
Copy link

@Xirt Xirt commented Sep 25, 2023

This pull requests implements tooltips for context menus (as defined in "clipboard.vue"-files) to clarify icons for improved usability. On smaller devices, the tooltips will automatically persist instead of being activated on mouse over. Potential improvement could be to use device type i.s.o. screen dimensions to trigger this behavior.

Acceptance Criteria:

  • Tooltips for context menu icons to clarify related actions
  • Fully functional implementation for showing automatic tooltips for context menu items, persistent tooltips on smaller screen sizes
  • No backend changes: no changes to automated tests
  • Tested on various devices / dimensions with major browsers (e.g. Edge, Chrome & FireFox)
  • No DB changes (GUI change only)

@@ -24,56 +24,61 @@
<v-btn
v-if="canShare"
fab dark small
:title="$gettext('Share')"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are unnecessary tabs here, and on other lines too.

@graciousgrey graciousgrey added the needs-analysis Requires further investigation label Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-analysis Requires further investigation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants