feat: add rate limiting for CoinGecko API and global error handling

This commit is contained in:
2026-02-04 10:57:47 +01:00
parent 28ac3e03e0
commit 9f3ff3e3cb
6 changed files with 277 additions and 3 deletions

View File

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