fuck my ass with a garden gnome
Some checks failed
Nicolium CI / Test and upload artifacts (22.x) (push) Has been cancelled
Nicolium CI / release (push) Has been cancelled
Nicolium CI / deploy (push) Has been cancelled
pl-api CI / Test for pl-api formatting (22.x) (push) Has been cancelled
pl-hooks CI / Test for a successful build (22.x) (push) Has been cancelled

This commit is contained in:
2026-03-23 01:55:16 +00:00
parent ca2acf3cff
commit a4a05c5133
2 changed files with 2 additions and 4 deletions

View File

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover, interactive-widget=resizes-content"
content="width=device-width, initial-scale=1, viewport-fit=cover, interactive-widget=resizes-content"
/>
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />

View File

@ -328,13 +328,11 @@ const handleNotificationClick = (event: NotificationEvent) => {
// --- Asset caching ---
const CACHE_NAME = 'ncd-assets-v2';
const CACHE_NAME = 'ncd-assets-v3';
/** URL patterns to cache with a cache-first strategy. */
const CACHEABLE_PATTERNS = [
/\/packs\/emoji\/.*\.svg$/, // Built-in emoji SVGs
/\/packs\/assets\/.*\.woff2?$/, // Font files
/\/packs\/assets\/.*\.css$/, // Stylesheets
/\/emoji\/.*\.(png|svg|gif|webp)$/, // Custom instance emojis
];