icykoneko / ff14-fish-tracker-app

FF14 Fish Tracker App
https://ff14fish.carbuncleplushy.com
MIT License
61 stars 21 forks source link

Add Fisher's Intuition buff timer display to tooltip #97

Closed nukes327 closed 3 years ago

nukes327 commented 3 years ago

This addresses a common question on the fishcord, and the data is already there so it doesn't really hurt to just display it

icykoneko commented 3 years ago

Tooltip is fine, but I dunno if you remember back with Fish Eyes was a buff, I displayed the time below it. The code's gone now, but this is what it used to look like. I think the stylesheet would still work for it. The has-duration is needed, followed by the <span> element. The existing stylesheet rule is bound to Fish Eyes still, but since that's not even used anymore, you might be able to modify that rule to match the intuition buff.

Lemme know if you wanna include that as part of this PR, or I can merge this as-is.

https://github.com/icykoneko/ff14-fish-tracker-app/blob/d5fb4e26a71c74a8cf3ddeff3b0d98cec6aef0ed/index.html#L211-L215

nukes327 commented 3 years ago

I do believe it's better repurposing the Fish Eyes style rule instead yeah