You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My interpretation of a suggetion by Vardex 18/05/2k22 in discord companion app dev channel for a better workflow of "Ready for Install"
Issue
After clicking install button and install aura, aura keep showing in weakauras list until it's wiped in app and /reload in game
Implementation
Addon:
On install from "ready for install" mark "slug" as installed and hide it from this section WeakAurasData.Installed[slug] = true
After WeakAuras.AddCompanionData, clear of WeakAurasData.Installed slugs missing
App:
When app refresh data, clean from stash everything in WeakAurasData.Installed
Alternatively, clear stash on every refresh (that's what CB or vardex thing does i guess)
Thoughts:
When installing a new aura we need to know data is coming from "ready for install" to mark it
WeakAuras.AddCompanionData can be called multiple times if more than one updater addon is installed, so how to handle when to remove "installed" flag? (doing it first time opening wa option would work)
The text was updated successfully, but these errors were encountered:
Same issue, surprised that this hasn't been fixed.
It's low priority as a simple /reload fixes it and it's not simple to do right, otherwise if a /reload doesn't work you'r talking about a different issue
My interpretation of a suggetion by Vardex 18/05/2k22 in discord companion app dev channel for a better workflow of "Ready for Install"
Issue
After clicking install button and install aura, aura keep showing in weakauras list until it's wiped in app and /reload in game
Implementation
Addon:
WeakAurasData.Installed[slug] = true
WeakAuras.AddCompanionData
, clear ofWeakAurasData.Installed
slugs missingApp:
WeakAurasData.Installed
Thoughts:
WeakAuras.AddCompanionData
can be called multiple times if more than one updater addon is installed, so how to handle when to remove "installed" flag? (doing it first time opening wa option would work)The text was updated successfully, but these errors were encountered: