Item piles grid

WWasp12/24/2022
Rough draft of a grid-based inventory system thing - it can't swap positions of entries yet
WWasp12/24/2022
Let's thread it
WWasp12/24/2022
Right now I'm focusing on getting the bare bones working, it's too early to tell if I'll be about to get fancy with it. This is solely in item piles, and it will remain so.
MMLeahy12/24/2022
Definitely keeping an eye on this effort as in the future quite possibly I can add a generic grid component to TRL / Svelte to accomplish this task so that something like this can be easily reused in any number of packages.
UUUnknown User12/25/2022
Message Not Public
Sign In & Join Server To View
MMLeahy12/25/2022
Wasp is using TRL / Svelte, but this particular effort right now is using a 3rd party library: svelte-grid-extended. IMHO the 3rd party library could use a few touch ups to work better in general and then a potential reusable TRL component could be made rather than a one off implementation in Item Piles.. That would of course more or less require TRL / Svelte to be used, so unless other packages are also made w/ Svelte / TRL the likelihood to be included by an App v1 / stock Foundry package is probably not going to happen.
WWasp12/25/2022
Not by me, but someone else is free to give it a shot