arazni / blades-in-the-sheets

A Blades in the Dark character sheet progressive web app in WebAssembly
https://arazni.github.io/blades-in-the-sheets/
6 stars 1 forks source link

Support reordering of equipment #36

Open marqueewinq opened 2 weeks ago

marqueewinq commented 2 weeks ago

Currently the equipment list can't be reordered; existing items can't be changed.

marqueewinq commented 2 weeks ago

I can implement this if that is all right

arazni commented 2 weeks ago

Sure, go ahead and clone or fork and I will work on adding you as a collaborator and setting up repo security stuff.

I recommend only allowing the reordering while fix mode is enabled. I don't know off-hand if there's a good drag-and-drop functionality in the UI framework the app is using.

arazni commented 2 weeks ago

Ah never mind, there's no good way to manage permissions for collaborators on a personal repository. Go ahead and make a fork, I think that'll work