feat: add pagination size selection and compact view toggle in series grid

This commit is contained in:
Julien Froidefond
2025-03-28 13:51:44 +01:00
parent 7834003482
commit fcd084863a
10 changed files with 294 additions and 36 deletions

View File

@@ -173,10 +173,12 @@
"title": "Filters",
"showAll": "Show all",
"unread": "Unread",
"search": "Search series..."
"search": "Search series...",
"normal": "Normal",
"compact": "Compact"
},
"display": {
"showing": "Showing series {start} to {end} of {total}",
"showing": "{start}-{end} of {total}",
"page": "Page {current} of {total}"
},
"header": {

View File

@@ -173,10 +173,12 @@
"title": "Filtres",
"showAll": "Afficher tout",
"unread": "À lire",
"search": "Rechercher une série..."
"search": "Rechercher une série...",
"normal": "Affichage normal",
"compact": "Affichage compact"
},
"display": {
"showing": "Affichage des séries {start} à {end} sur {total}",
"showing": "{start}-{end} sur {total}",
"page": "Page {current} sur {total}"
},
"header": {