passiomatic / coldsweat

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

Add the ability to "mute" a feed #100

Open passiomatic opened 8 years ago

passiomatic commented 8 years ago

It would be cool to have a way to "mute" a feed to avoid its entries to appear in the unread list. Feeds like Dribbble popular are nice to have but they clutter the main "unread" view (too many posted entries). The idea is to still fetch the feed but show its entries only in the single feed view.

One can mute a feed right when it is added to Coldsweat (in the Subscribe modal dialog) or in the feed "About" modal dialog.

passiomatic commented 8 years ago

Mostly done in a7656cf0a452d8a4b08298d19e9151ffbaf71068. Need to refine the UI and do proper testing via the Fever API.