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
Is your feature request related to a problem? Please describe.
Currently there is no way to add one more equippable collection to part without re-setting the whole array.
Describe the solution you'd like
Instead of using setEquippables like now, utilise addEquippable and resetEquippable methods. Perhaps when it's time to save, we can iterate through all current equippables and see if they are still in the new array. If they are, then use add, if not then use set. Also add a button to reset equippable array on the part (onchain)
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently there is no way to add one more equippable collection to part without re-setting the whole array.
Describe the solution you'd like
Instead of using setEquippables like now, utilise addEquippable and resetEquippable methods. Perhaps when it's time to save, we can iterate through all current equippables and see if they are still in the new array. If they are, then use
add
, if not then useset
. Also add a button to reset equippable array on the part (onchain)Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: