DFortun81 / AllTheThings

ALL THE THINGS - Addon for Tracking Collections & Account Completion in World of Warcraft
Other
120 stars 76 forks source link

Currency tooltip showing remaining cost or missing items label on mouseover (for currencies with a lot of items like Bronze) #1655

Closed matcoga closed 1 month ago

matcoga commented 1 month ago

Since DF-3.12.3, the tooltip on mouseover for some currencies like Bronze was modified to no longer show the list of remaining things to buy. As explained in https://github.com/DFortun81/AllTheThings/issues/1649, this was done for performance reasons.

However, this has the effect of incorrectly showing a currency with no things at all if you don't think of using the command "/att Currency".

Tooltip for Bronze : image

Tooltip for a currency without anything to buy (like crests) : image

Tooltip for a currency for which everything was bought : image

Tooltip for an incomplete currency : image

There are no visible difference to tell the first two apart.

Is it possible to add only the total cost of remaining items to the mouseover tooltip without undoing the performance gained since DF-3.12.3 ?

Or can an information text be added to the mouseover tootip indicating that there are still items to be bought (but too much to be shown directly in the tooltip) ?

Goldenshacal commented 1 month ago

Or can an information text be added to the mouseover tootip indicating that there are still items to be bought (but too much to be shown directly in the tooltip) ?

With the next release we do this, similar how marks of honor work