Tunous / SwipeNews-Issues

Feedback and bug reporting for SwipeNews
7 stars 0 forks source link

Customizable long-press menu for article list #74

Closed kontrastylez closed 7 years ago

kontrastylez commented 7 years ago

Is it possible to make the long-press menu in article list customizable? The only option in this menu, that i normally use, is "mark above as read". As this option is at the end of this menu, it would be nice to change the sorting to move it to the top of the list.

Tunous commented 7 years ago

I don't think that it's worth doing it. It would be useful only for a really small amount of users and there are more popular features to work on.

The correct solution would be to reorder this list based on the popularity of the actions. Right now it's mostly ordered randomly as I was adding options and grouping them.

So the question we have to ask is what is the optimal sort order . Mark above as read action looks to be one of the most popular so it indeed should be located higher.

Tunous commented 7 years ago
  1. Mark above as read
  2. Share link
  3. Toggle read
  4. Toggle starred
  5. Read later

That's top 5 most used actions from here currently...

kontrastylez commented 7 years ago

That's a good solution. Your suggestion for sort order sounds perfect for me.

Tunous commented 7 years ago

Re-order items in article long-press menu

Tunous commented 7 years ago

Here is the order I'm going for:

screenshot_1492007401

Let me know if you think that something is bad.