FloppyDisco / marauders-map

0 stars 0 forks source link

change how the order of spells is saved and rendered #18

Closed FloppyDisco closed 1 month ago

FloppyDisco commented 1 month ago

add an "order": prop to the Page json, that dictates what order all the spells are displayed in.

remove "order" from the spells:

FloppyDisco commented 1 month ago

adding a new spell will need to add the spell to the "order" property of the page as well

FloppyDisco commented 1 month ago

create a method to get the keybinding for the current page. check how it is being done in the orderPrompt