feat: add offline indicator and increase CoinGecko cache to avoid rate limits

This commit is contained in:
2026-02-04 11:06:16 +01:00
parent 9f3ff3e3cb
commit 96538ab1db
3 changed files with 75 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
const CACHE_NAME = 'dgray-v27';
const CACHE_NAME = 'dgray-v28';
const STATIC_ASSETS = [
'/',
'/index.html',
@@ -16,6 +16,8 @@ const STATIC_ASSETS = [
'/js/components/chat-widget.js',
'/js/components/listing-card.js',
'/js/components/search-box.js',
'/js/components/error-boundary.js',
'/js/services/currency.js',
'/locales/de.json',
'/locales/en.json',
'/locales/fr.json',