feat: add offline indicator and increase CoinGecko cache to avoid rate limits
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user