passiomatic / coldsweat

Web RSS aggregator and reader compatible with the Fever API
MIT License
145 stars 21 forks source link

Request: display items in reverse chronicle order #107

Open jeroenh opened 7 years ago

jeroenh commented 7 years ago

I like to read my news oldest to newest. Could there be an option to display it like that in the web interface?

passiomatic commented 7 years ago

Edit the database query to list entries from oldest to newest is trivial. However, I'm wondering how to design the UI to reflect the sorting order. I can imagine to add a sort of two state button somewhere on top of the entry list.

Also I believe that the sort order setting should be stored somewhere (via a cookie perhaps), so one doesn't have to sort entries each time it uses the web UI.

jeroenh commented 7 years ago

It seems to me that this would be an account setting. This seems like a personal issue that you would set once to your preference and almost never change afterwards. So a toggle in the account settings would seem most appropriate?