valantic / vue-template

A custom Vue.js boilerplate based on webpack.
MIT License
7 stars 4 forks source link

#311 Tooltip enhancements #339

Closed patric-eberle closed 10 months ago

patric-eberle commented 10 months ago

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 to type, 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

patric-eberle commented 10 months ago

@BeneRichi can you please also review my changes on this branch? THX.

patric-eberle commented 10 months ago

@BeneRichi applied the requested changes. Please also check my responses to some of the comments and check code again.