-
Notifications
You must be signed in to change notification settings - Fork 5
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
#311 Tooltip enhancements #339
Conversation
@BeneRichi can you please also review my changes on this branch? THX. |
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.
Browser review looks fine 👍
@BeneRichi applied the requested changes. Please also check my responses to some of the comments and check code again. |
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.
I've tested again. Works still fine. Amazing!
# Conflicts: # src/plugins/tooltip/c-tooltip.vue # src/plugins/tooltip/directives/directive.ts # src/types/custom-directive.d.ts
Pull request
This PR improves the tooltip implementation according to the findings from the last project. It will mainly prevent duplicated items in the code. I also decided to change a related TS
interface
totype
, which had some side effects.Note: there is still a bug when using multiple tooltips beside each other. Since this issue already exists in the source project, and I was a bit overwhelmed by the issue, I made a bug ticket for now: #337
Ticket
#311
Browser testing
Checklist
Review/Test checklist