weirdgloop / osrs-dps-calc

Web-based DPS calculator for Old School RuneScape
GNU General Public License v3.0
30 stars 42 forks source link

Ability to reorder loadouts #531

Open Supalosa opened 4 weeks ago

Supalosa commented 4 weeks ago

What feature would you like to see?

It's common to screenshot the Results pane to quickly share the results of a DPS calculation.

When adding a loadout, the new loadout is added to the end. Sometimes, I'd like to move a loadout, to "group" related loadouts together - this saves me from having to delete + re-add loadouts.

I propose being able to drag and drop the Loadout handles to reorder them, with a visual drag-handle effect on hover to make this interaction discoverable for the user. Quick MS Paint mockup below:

image

Evidence

No response

Supalosa commented 4 weeks ago

I'm happy to contribute this feature using something like react-dnd or pragmatic-drag-and-drop.