MKHenson / hatchery-editor

Engine for building, deploying and sharing web apps within the Webinate community
GNU General Public License v2.0
0 stars 0 forks source link

Convert Tooltip Manager #42

Closed MKHenson closed 8 years ago

MKHenson commented 8 years ago

The tooltip manager is reliant on the old Component system and does not work with the switch to React. We need to convert it to React. Instead of having a global manager for tooltips, it makes more sense to allow individual components to define their own tooltips. To do this, we can create a new tooltip react Component which wraps content and displays itself when the mouse enters the area. Similar to something like this: http://styleguide.cfapps.io/react_base_tooltips.html

MKHenson commented 8 years ago

We can close this once the tooltip manager has been removed

MKHenson commented 8 years ago

Previous Tooltip manager has now been removed and converted to TSX