feat: add rate limiting for CoinGecko API and global error handling
This commit is contained in:
@@ -30,6 +30,11 @@
|
||||
"loading": "Loading...",
|
||||
"error": "Error loading"
|
||||
},
|
||||
"error": {
|
||||
"title": "Something went wrong",
|
||||
"retry": "Try again",
|
||||
"offline": "No internet connection"
|
||||
},
|
||||
"categories": {
|
||||
"electronics": "Electronics",
|
||||
"furniture": "Furniture",
|
||||
|
||||
Reference in New Issue
Block a user