Freezard / hs-collection-tracker

Tracks your Hearthstone card collection.
https://hs-collection-tracker.glitch.me/
17 stars 6 forks source link

New tooltips needed to replace HearthPwn #82

Closed Freezard closed 5 years ago

Freezard commented 5 years ago

The app is currently using the card tooltips by HearthPwn (http://www.hearthpwn.com/tooltips), which is not supported anymore.

Need to find an alternative API.

Bartwillemsen commented 5 years ago

Tooltips on Hearthstone wiki still seems to work. What API do they use?

Freezard commented 5 years ago

They're using internal tooltip scripts and images. icy-veins too it looks like.

I did write to HearthPwn about it, since they got new owners, might be able to fix it. Otherwise I could do Bootstrap 4 tooltips but not sure how efficient that would be.

Freezard commented 5 years ago

Fixed with Tippy.js using card images from https://art.hearthstonejson.com/.

A bit jerky when images take too long to load, will look into it. Any other issues report them to me.