mirror of
https://github.com/modrinth/code.git
synced 2026-09-02 13:05:50 +00:00
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:
@@ -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}}"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user