feat: add retry functionality to ErrorMessage component and implement retry logic in ClientLibraryPage and ClientSeriesPage for improved error handling

This commit is contained in:
Julien Froidefond
2025-10-17 10:21:35 +02:00
parent 946b495ce2
commit 77742bbec2
6 changed files with 186 additions and 12 deletions

View File

@@ -412,6 +412,9 @@
"scrollRight": "Scroll right",
"volume": "Volume {number}"
},
"common": {
"retry": "Retry"
},
"debug": {
"title": "DEBUG",
"entries": "entry",

View File

@@ -414,6 +414,9 @@
"scrollRight": "Défiler vers la droite",
"volume": "Tome {number}"
},
"common": {
"retry": "Réessayer"
},
"debug": {
"title": "DEBUG",
"entries": "entrée",