react-photo-studio
react-photo-studio copied to clipboard
Add Hover Tracking to Everything
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! 😆