flash1293 / listhero

Shopping list app with custom redux-based sync and share mechanism

Home Page:https://listhero.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reinstantiate item to prior position in list when item is returned from Last Recently Used

bnfinet opened this issue · comments

When an item is "resurrected" from "Last Recently Used" it would be nice if it remembered its prior order in the list.

@bnfinet I like the idea, but I'm unsure what "prior order" even means in this situation, because the list can change after an item is removed from the list (by moving, removing, or adding items).
It could be -

  • the same position counted from the top
  • before the same item as before
  • after the same item as before
  • a mixture of the possibilities above

What do you think about this?