1
0
mirror of https://github.com/flarum/core.git synced 2025-08-07 00:47:00 +02:00

feat: improved page navigation for users list (#3741)

* feat: add first and last page buttons

* feat: add textbox-based page navigation

* feat: add query parameter page navigation
This commit is contained in:
David Wheatley
2023-02-21 13:04:30 +00:00
committed by GitHub
parent 0da069ba9f
commit 408a92b4ea
3 changed files with 117 additions and 8 deletions

View File

@@ -273,6 +273,9 @@ core:
pagination:
back_button: Previous page
first_button: Go to first page
go_to_page_textbox_a11y_label: Go directly to page number
last_button: Go to last page
next_button: Next page
page_counter: Page {current} of {total}