react-photo-studio icon indicating copy to clipboard operation
react-photo-studio copied to clipboard

Add Hover Tracking to Everything

Open chase-manning opened this issue 4 years ago • 0 comments

Almost all clickables in React Photo Studio should have a hover action for them.
This hover action should ultimately show a little description of that that clickable does.
For now, we should add tracking to all of these so that we know what is being hovered.
This has been implemented already in the Tool.tsx file where we track the hovers for tools.
The logic here can be used for the others.
This logic is quite dense though, and manually adding it to all clickables will be very time consuming and messy.
And approach needs to be created that allows for it to be passively added to all clickables.

Yikes! Good luck! 😆

chase-manning avatar Jan 24 '21 00:01 chase-manning