feat: add view mode toggle and update pagination controls in PaginatedSeriesGrid component

This commit is contained in:
Julien Froidefond
2025-11-16 08:05:57 +01:00
parent 3b24fe0f01
commit df3c386199
4 changed files with 209 additions and 3 deletions

View File

@@ -284,7 +284,10 @@
"unread": "Unread",
"progress": "{read}/{total}"
},
"book": "book",
"books": "{count} books",
"books_plural": "{count} books",
"completed": "completed",
"filters": {
"title": "Filters",
"showAll": "Show all",

View File

@@ -284,7 +284,10 @@
"unread": "Non lu",
"progress": "{read}/{total}"
},
"book": "tome",
"books": "{count} tomes",
"books_plural": "{count} tomes",
"completed": "complété",
"filters": {
"title": "Filtres",
"showAll": "Afficher tout",