-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
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
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed