feat: add pagination size selection and compact view toggle in series grid
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user