feat: pagination go to button (#7158)

* feat: paginator go to button

- Added a way in the paginator to select the page number you want to go to instead of clicking the arrow's.

* localization

---------

Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>
This commit is contained in:
Jeff
2026-08-20 20:12:21 +00:00
committed by GitHub
co-authored by Prospector
parent a85b8eed3f
commit bcd7133251
2 changed files with 100 additions and 8 deletions
+9
View File
@@ -6530,6 +6530,15 @@
"ui.confirm-leave-modal.title": {
"defaultMessage": "Leave page?"
},
"ui.pagination.go-to-page": {
"defaultMessage": "Go to page"
},
"ui.pagination.next-page": {
"defaultMessage": "Next page"
},
"ui.pagination.previous-page": {
"defaultMessage": "Previous page"
},
"ui.stacked-admonitions.alert-count": {
"defaultMessage": "{count, plural, one {# alert} other {# alerts}}"
},