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",