-
Notifications
You must be signed in to change notification settings - Fork 722
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better feed management #668
Comments
split the big commit into 3 smaller commits. The first two commits are |
OK strange question, is there a way to sort feeds by category on the feeds page? Right now my feeds are all out of order. I suppose the other question is, is there a way to sort categories into alphabetical order? My former reader does this and I really like it. |
I am using 2.0.21. And my categories seems already sorted alphabetically. |
awesome PR! |
It could be done, I think. |
2nd question |
I have created a pull request for a better feed management: #642
Here I am talking about the visible changes. Hopefully this helps the code review.
--- click to show the sort menu. click again to hide the sort menu.
--- click each item in the sort menu to sort the feeds.
--- click item again to sort in the reverse order.
--- add a path "history/read"
--- If from "all entries", the link goes to "history/entry/<number>" for both read and marked entries
--- If from "only read entries", the link goes to "history/read/entry/<number>", which includes only read entries.
The text was updated successfully, but these errors were encountered: