FloppyDisco / marauders-map

0 stars 0 forks source link

add an "order" prompt, used when adding a new spell #19

Open FloppyDisco opened 2 hours ago

FloppyDisco commented 2 hours ago

this prompt will determine where the new spell will be displayed in the page

this issue should be completed AFTER issue #18.

for this prompt, disable the key input.

use onDidChangeActive to: evaluate the index value of the current spell in the order of the page increment or decrement the index of the spell in the order property refresh the quickpick with the new order of items

the spell should start at the bottom of the page

user story: moving up and down with arrow keys should move the spell on the page. confirm with enter.

FloppyDisco commented 2 hours ago

do this issue in conjunction with issue #20