Infinte scroll for all comments
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 64
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the comment on a page is only shown if one is on the current page.

Solutions:
- Toggle button to show all or only on the current page
- Infinite scroll where the comments on the current page are shown. See how Acrobat Reader solves that issue when infinite scroll is enabled @koppor
Search for empty string should display all entries dependent on "show all" toggle button: If "all": show all, if "current page": show all entries of current page.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the comment list and the existing toggle between current-page and all comments. Check how an empty-string search applies the selected scope. Done means comments can load progressively while preserving the current-page behavior, and the search results follow the toggle selection.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100