Skip to content

Limit number of unvisited per RSS Feed in the feeds list #28

@strdr4605

Description

@strdr4605

I see that some of my saved feeds have a long list of posts (50+) in their feed.
I think in this case we could limit the visible list to 15-25 (need to see what is the best number), and add a section with "See other N unvisited".
Not sure what should we use for this:

  • using <details> is an option but it may be confused "Visited from ..." section.
  • Another option is to add a <li>See other N unvisited</li> after the 15-25 <li>, with an onClick to show all list (But this require a specific flag for each Feed list, what should be managed by ReactJS)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions