Automatically switch to next page after loading more entries#16324
Open
raguramag7 wants to merge 3 commits into
Open
Automatically switch to next page after loading more entries#16324raguramag7 wants to merge 3 commits into
raguramag7 wants to merge 3 commits into
Conversation
raguramag7
marked this pull request as ready for review
July 24, 2026 02:57
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related issues and pull requests
Closes #16269
PR Description
This change updates the pagination behavior so that clicking "Load More >>>" automatically loads the next page of search results and moves to it when the current page is the last loaded page. This removes the need to click "Load More >>>" and then "Next >". The "Next >" button continues to work as before when more pages are already available.
Analogies
Like honey, this change makes the user experience smoother by removing an unnecessary extra step.
Like chocolate, it provides a small but satisfying improvement.
Like the moon, it quietly guides users forward while staying in the background.
jabref-contrib-policy:4.2:reviewed:okSteps to test
Launch JabRef.
Perform a search that returns enough results to enable pagination.
Navigate to the last currently loaded page.
Click "Load More >>>".
Verify that the next set of results is loaded automatically and switched to the next page.
Verify that when another page is already available, "Next >" behaves as before.
AI usage
ChatGPT (OpenAI GPT-5.5) was used only to help understand the issue and clarify the expected behavior. The implementation, testing, and final code were completed, reviewed, and are fully owned by me.
Checklist
CHANGELOG.mdin a way that can be understood by the average user (if change is visible to the user)