dmdorman / hero6e-foundryvtt

MIT License
7 stars 7 forks source link

Framework items sometimes out of order due to async #1138

Open aeauseth opened 1 month ago

aeauseth commented 1 month ago

The Elemental Control "Core Ice" should be before 1) Ice Amour.

image

image Cold Hearted (2).zip

aeauseth commented 1 month ago

Re-uploading seems to fix. I suspect it is due to recent HDC upload optimizations to bulk upload items, which is now asynchronous, therefore item order it no longer certain. May need a final sorting pass of items, rework actor-sheet.hbs to render actor sheet child items specifically, instead of assuming they are in expected order. Or better yet, rework the actor sheet to have a UI that allows drag/drop of items to re-order.

image