Skip to content

changelog: also render pagination above the table#15

Merged
jelmer merged 1 commit into
masterfrom
pagination-above
Apr 22, 2026
Merged

changelog: also render pagination above the table#15
jelmer merged 1 commit into
masterfrom
pagination-above

Conversation

@jelmer

@jelmer jelmer commented Apr 22, 2026

Copy link
Copy Markdown
Member

Previously, "Newer"/"Older" only appeared below the log table, so users on long pages had to scroll all the way down before they could move between pages. Render the same controls above the table too.

HTML doesn't allow two elements with the same id, so the bottom copy keeps id="pages" and the top copy uses only classes; the shared pagination styling is also accessible via the new .pages selector.

Fixes: https://bugs.launchpad.net/loggerhead/+bug/522118

Previously, "Newer"/"Older" only appeared below the log table, so
users on long pages had to scroll all the way down before they could
move between pages. Render the same controls above the table too.

HTML doesn't allow two elements with the same id, so the bottom copy
keeps `id="pages"` and the top copy uses only classes; the shared
pagination styling is also accessible via the new `.pages` selector.

Fixes: https://bugs.launchpad.net/loggerhead/+bug/522118
@jelmer
jelmer merged commit e07fa6b into master Apr 22, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant