manonz / dividni.online

0 stars 0 forks source link

Editing variables #2

Open manonz opened 1 month ago

manonz commented 1 month ago

Variable issues:

  1. Can we add a mechanism to edit the variables.
  2. Clicking on a variable deletes the variable. Can this be prevented?
  3. Can we allow re-ordering the variables in the list? (E.g., if we want to insert - not append - a variable, there is no way now, other than to delete a lot of already-created variables and start again).
jessicagomesng commented 1 month ago

Have completed number 2, thanks for catching that bug! I'll work on number 1 and then see what I can do about #3 :)

jessicagomesng commented 3 weeks ago

Thanks for your patience Mano, I've opened pr #3 to address 1! 3 might take a little longer as I'll have to look at the HTML5 drag & drop api but will let you know when it's ready

manonz commented 3 weeks ago

Thanks Jess!