baaron4 / GW2-Elite-Insights-Parser

Binary parser for the .evtc files that arcdps generates after a boss encounter. This will generate a .html file where the results can be easily reviewed.
MIT License
133 stars 47 forks source link

Updated combat replay tooltips #883

Closed Linkaaaaa closed 6 months ago

Linkaaaaa commented 6 months ago

Standardized the tooltip look in the combat replay to be consistent with the rest of the components and added some specifications to the global decoration settings

EliphasNUIT commented 6 months ago

Using bootstrap tooltips for animated things don't work properly, when the element that is under the mouse moves or is removed, the tooltip permanently remains on screen. For static stuff it is fine.

EliphasNUIT commented 6 months ago

Hmmm looks like I was not diligent enough on previous PRs modifying CR components, some bootstrap tooltips snuck in. I'm fixing them.

Linkaaaaa commented 6 months ago

I've reverted those, it's sad since some of those reverted were the ones i got asked to update, current :title takes a while to show up when hovering

EliphasNUIT commented 6 months ago

Thanks!