feat: add FavoritesService with Directus sync, union merge on login, localStorage migration

This commit is contained in:
2026-02-07 10:41:28 +01:00
parent fc1a1ede66
commit 0c51542df8
7 changed files with 202 additions and 48 deletions

View File

@@ -1,4 +1,4 @@
const CACHE_NAME = 'dgray-v43';
const CACHE_NAME = 'dgray-v44';
const STATIC_ASSETS = [
'/',
'/index.html',
@@ -30,6 +30,7 @@ const STATIC_ASSETS = [
'/js/services/currency.js',
'/js/services/pow-captcha.js',
'/js/services/btcpay.js',
'/js/services/favorites.js',
// Components
'/js/components/app-shell.js',