refactor: streamline LibraryPage component by integrating ClientLibraryPage for improved structure and error handling

This commit is contained in:
Julien Froidefond
2025-10-16 13:25:51 +02:00
parent f6c702d787
commit 4139d8a059
9 changed files with 167 additions and 62 deletions

View File

@@ -201,6 +201,7 @@
"books": {
"empty": "No books available",
"coverAlt": "Cover of {{title}}",
"defaultCoverAlt": "Cover image",
"status": {
"unread": "Unread",
"read": "Read",
@@ -380,6 +381,10 @@
"enter": "Enter fullscreen",
"exit": "Exit fullscreen"
},
"thumbnails": {
"show": "Show thumbnails",
"hide": "Hide thumbnails"
},
"close": "Close",
"previousPage": "Previous page",
"nextPage": "Next page"
@@ -388,6 +393,11 @@
"endOfSeriesMessage": "You have finished all the books in this series!",
"backToSeries": "Back to series"
},
"navigation": {
"scrollLeft": "Scroll left",
"scrollRight": "Scroll right",
"volume": "Volume {number}"
},
"debug": {
"title": "DEBUG",
"entries": "entry",

View File

@@ -203,6 +203,7 @@
"books": {
"empty": "Aucun tome disponible",
"coverAlt": "Couverture de {{title}}",
"defaultCoverAlt": "Image de couverture",
"status": {
"unread": "Non lu",
"read": "Lu",
@@ -382,6 +383,10 @@
"enter": "Plein écran",
"exit": "Quitter le plein écran"
},
"thumbnails": {
"show": "Afficher les vignettes",
"hide": "Masquer les vignettes"
},
"close": "Fermer",
"previousPage": "Page précédente",
"nextPage": "Page suivante"
@@ -394,6 +399,11 @@
"toggleSidebar": "Afficher/masquer le menu latéral",
"toggleTheme": "Changer le thème"
},
"navigation": {
"scrollLeft": "Défiler vers la gauche",
"scrollRight": "Défiler vers la droite",
"volume": "Tome {number}"
},
"debug": {
"title": "DEBUG",
"entries": "entrée",