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.
Lifted from #4453. Makes the pagination control more compact while attempting to maintain its existing functionality.
Shows the current and total page count, with buttons to go to the next, previous, first and last pages.
Includes a dropdown control to the right of the count number that gives a selection of pages around the current page:
Clicking on the count values show a dialog to enter a page number:
(Note: the colour and border-radii of the page count control in the above two screenshots are outdated, and I didn't want to redo them)
For reference, this is the existing pagination control:
and on mobile:
To summarise the difference in functionality: