feat: add auto-generated pseudonyms and identicon avatars for users

This commit is contained in:
2026-02-11 07:20:06 +01:00
parent fc0ac5add2
commit 526036c907
12 changed files with 133 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
const CACHE_NAME = 'kashilo-v51';
const CACHE_NAME = 'kashilo-v52';
const STATIC_ASSETS = [
'/',
'/index.html',
@@ -37,6 +37,7 @@ const STATIC_ASSETS = [
'/js/services/btcpay.js',
'/js/services/favorites.js',
'/js/services/notifications.js',
'/js/services/identity.js',
// Components
'/js/components/app-shell.js',