feat: add client-side pagination to jobs table (25 per page)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -708,6 +708,8 @@ const en: Record<TranslationKey, string> = {
|
||||
"pagination.show": "Show",
|
||||
"pagination.displaying": "Displaying {{count}} items",
|
||||
"pagination.range": "{{start}}-{{end}} of {{total}}",
|
||||
"pagination.previous": "Previous",
|
||||
"pagination.next": "Next",
|
||||
|
||||
// Book detail
|
||||
"bookDetail.libraries": "Libraries",
|
||||
|
||||
@@ -706,6 +706,8 @@ const fr = {
|
||||
"pagination.show": "Afficher",
|
||||
"pagination.displaying": "Affichage de {{count}} éléments",
|
||||
"pagination.range": "{{start}}-{{end}} sur {{total}}",
|
||||
"pagination.previous": "Précédent",
|
||||
"pagination.next": "Suivant",
|
||||
|
||||
// Book detail
|
||||
"bookDetail.libraries": "Bibliothèques",
|
||||
|
||||
Reference in New Issue
Block a user