hplush / slowreader

Web app to combine feeds from social networks and RSS and to help read more meaningful and deep content
https://dev.slowreader.app
GNU Affero General Public License v3.0
161 stars 37 forks source link

Error when trying to change feed's type #148

Closed pekac closed 6 months ago

pekac commented 7 months ago

Error when trying to change feed's type from "slow" to "fast" from the categories page.

Steps to reproduce:

  1. Go to categories page
  2. Find a feed that is currently marked as "slow" and has unread posts
  3. Change feed's type to "fast"
  4. Go to "fast posts" page
  5. Feed's posts can not be found on "fast posts" page

Result:

Expected result:

Video for more info: changing-feed-type-crop

ai commented 7 months ago

It is more UX issue.

Adding a new filter or changing the category will not move previous posts. The main problem is filters.

Maybe we can load all current posts and change their type on every feed type or filter changes.

chafilin commented 7 months ago

I want to take task