New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reading list: add pagination or infinite scroll #3122
Comments
|
Notes from tech meeting:
|
|
@jessleenyc |
|
Hi @bellsenawat it's all yours, thank you! Please provide screenshots along with the code |
|
I have a question |
|
@bellsenawat it should actually apply to any view, tags filters included |
|
I think this issue has been resolved |
|
Closed by #3221 |
Is your feature request related to a problem? Please describe.
Right now the reading list only displays the latest 64 items. If a user has more they can't access the other items until they've unsaved or archived "N - 64" articles.
See https://github.com/thepracticaldev/dev.to/blob/master/app/javascript/readingList/readingList.jsx#L24
Describe the solution you'd like
Either have a "Load more" button like listings have to load other items, or have infinite scrolling based pagination
The text was updated successfully, but these errors were encountered: