Open elmisback opened 1 month ago
Looked up at react tooltip and its functionality, waiting for error explanations to be completed so I can start on this
@zaneenders You can let Parth handle this!
Started working considering Jaela's deselect tooltip. Mermaid graph has a complicated system so we cannot access svg while rendering so I am working on updating svg and adding a child element which is our object where we hover. Probably half way on the process, will try to get tooltip ready before Friday
Pushed code with react tooltip in localerror to main
We'll want to put the old text in the tooltip! (concrete values)
Fixed all the issues with tooltip and now tooltip works perfectly in the local error component.
Added multiline display in tooltip. Started on implementing tooltip in error explanation component
Instead of using the title tag, we can use react tooltip/onmouseover like other parts of the application to display important info.