miniflux / v2

Minimalist and opinionated feed reader
https://miniflux.app
Apache License 2.0
6.54k stars 706 forks source link

Feed list not ordered by unread count anymore #697

Open Thor77 opened 4 years ago

Thor77 commented 4 years ago

It seems like the latest release, or rather this commit https://github.com/miniflux/miniflux/commit/4cdfd64db0d0b18a5d72ef579da6dc29bbcc6296, changed the ordering of the feed list. The feeds are not ordered by unread count anymore but just by errors/title now.

Is there a reason for this change and are there any plans to revert it/make it configurable?

fguillot commented 4 years ago

The goal of this commit is to render the feeds page faster. The subqueries to fetch counters is too slow. I haven't found a way to keep the unread count order. Feel free to propose a better solution.

shizunge commented 4 years ago

@Thor77 Would you like to have look at https://github.com/miniflux/miniflux/issues/668 I am trying to add sorting to the feed list.

It is currently intentionally done on the client side, which also means if you always want to sort by unread, you need a few clicks every time visiting the feed page.

I can see what I can do, if you want to keep the sorting choice permanently.

Thor77 commented 4 years ago

@shizunge yes, both of your PRs would cover my usecase perfectly, thanks! It would be nice to have an option to set the default sort key in profile settings (or just remember the last selected one), but that's not strictly required imo.

ldexterldesign commented 6 months ago

👋 https://github.com/miniflux/v2/issues/1434