m-i-n-a-r / randomix

🎲 An open source app to choose randomly between numbers, answers, options and so on
MIT License
160 stars 20 forks source link

Feature request: Pin recent option #65

Open sphh opened 3 weeks ago

sphh commented 3 weeks ago

I have a list of items I use quite regularly. Then I add list of items on a per-use basis. These per-use lists move the regularly used ones down on the list (and if there are too many, they might fall off the end of the list).

A way around this problem could be to pin a list of items in the history: Such a pinned list of items would always stay at the top of the list and could not be pushed of the list.

m-i-n-a-r commented 3 weeks ago

Like the other issue, you already can, just long press on an item to preserve it!

sphh commented 3 weeks ago

I noticed, that the list of items become bold, when I long press it. I did not know, that this is how pinned list of items are displayed.

Maybe the following is more obvious:

  1. Display a pin beside the list of items. This can be toggled – pinned and unpinned.
  2. Long pressing the list of items opens a menu with the items Delete and also Pin. Maybe an Edit item?