feat: implement view mode toggle functionality in PaginatedBookGrid and PaginatedSeriesGrid components

This commit is contained in:
Julien Froidefond
2025-11-16 08:02:37 +01:00
parent 2adc6c3f22
commit 3b24fe0f01
10 changed files with 363 additions and 20 deletions

View File

@@ -325,9 +325,14 @@
"progress": "Page {{current}}/{{total}}",
"offline": "Unavailable offline"
},
"pages": "page",
"pages_plural": "pages",
"completed": "completed",
"display": {
"showing": "Showing books {start} to {end} of {total}",
"page": "Page {current} of {total}"
"page": "Page {current} of {total}",
"grid": "Grid view",
"list": "List view"
},
"filters": {
"showAll": "Show all",