vue-xivtooltips icon indicating copy to clipboard operation
vue-xivtooltips copied to clipboard

Add Statuses and Item tooltips

Open ghost opened this issue 4 years ago • 2 comments

Just like it says on the tin. Will likely need a few things:

  • [ ] Refactor axios object to accept grabbing multiple types of things
  • [ ] StatusTooltip component (js, html/css)
  • [ ] StatusFetch component (js, minimal html/css)
  • [ ] ItemTooltip component (js, html/css)
  • [ ] ItemFetch component (js, minimal html/css)

ghost avatar Jun 23 '20 00:06 ghost

Item will prob have a bad time, since you need to deal with item effect categories and the diff way they present stuff. I imagine you mostly care about food+pots tho, which aren't too bad. Can run you thru the deets if you need.

ayyaruq avatar Nov 15 '20 01:11 ayyaruq

Ack has an implementation in the react tooltips that fetches by sheet that's probably worth taking a look at for the axios refactor. I can probably shave off a few kb if I move away from axios as well, since it isn't like I'm really embedding it in vue for 'native' reasons.

ghost avatar Nov 18 '20 04:11 ghost