frostcube / just-rss

A simple RSS reader made with TypeScript, Angular and Ionic
GNU Affero General Public License v3.0
3 stars 1 forks source link

Historical Feed Support #18

Open derme302 opened 1 month ago

derme302 commented 1 month ago

Instead of wiping the feed clean each refresh, keep the most recent articles as long as it doesn't exceed the configurable feed limit.

derme302 commented 2 weeks ago

Putting wontfix here as at the moment I think this goes against the design goals of being simple and straightforward. I think it's confusing if you haven't used the app in a while to have really new and really old articles from each source.

Also pretty concerned about feed performance still, even with the recent improvements. Seems like a way to clog up and slow down the feed with old content.