lukashornych / evitalab

Official web-based GUI client for evitaDB e-commerce database. It is built to help developers who use evitaDB with exploring and debugging their domain structure and data. Besides standard query executing, it also supports multiple no-code tools to quickly navigate through domain structure, docs and data without needing to write any queries.
https://github.com/lukashornych/evitalab
Apache License 2.0
7 stars 1 forks source link

Implement delay for tooltips #80

Open lukashornych opened 6 months ago

lukashornych commented 6 months ago

The default behaviour of tooltip in Vuetify is to render tooltip immediately when user hovers on specific component. This is not ideal in our situation. Usually we want to delay the render, so that it is displayed on if user hovers on specific component for some time, lets say 1-2s.