refactor: Amélioration de la page d'accueil et du cache - Suppression du cache.service.ts redondant - Mise à jour de l'ordre des sections (ongoing, onDeck, recentlyRead) - Correction des types et interfaces
This commit is contained in:
@@ -24,4 +24,6 @@ export type AuthErrorCode =
|
||||
| "INVALID_SERVER_URL"
|
||||
| "SERVER_UNREACHABLE"
|
||||
| "NETWORK_ERROR"
|
||||
| "UNKNOWN_ERROR";
|
||||
| "UNKNOWN_ERROR"
|
||||
| "CACHE_CLEAR_ERROR"
|
||||
| "TEST_CONNECTION_ERROR";
|
||||
|
||||
Reference in New Issue
Block a user