From 3f9d096ed03e165a2b911c7cb6240046ce68a9d0 Mon Sep 17 00:00:00 2001 From: MarekWo Date: Thu, 12 Mar 2026 07:28:02 +0100 Subject: [PATCH] chore(sw): bump cache to v5, add filter-utils.js to cached assets Co-Authored-By: Claude Opus 4.6 --- app/static/js/sw.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/static/js/sw.js b/app/static/js/sw.js index 9b1c19b..80b8e0b 100644 --- a/app/static/js/sw.js +++ b/app/static/js/sw.js @@ -1,4 +1,4 @@ -const CACHE_NAME = 'mc-webui-v4'; +const CACHE_NAME = 'mc-webui-v5'; const ASSETS_TO_CACHE = [ '/', '/static/css/style.css', @@ -6,6 +6,7 @@ const ASSETS_TO_CACHE = [ '/static/js/dm.js', '/static/js/contacts.js', '/static/js/message-utils.js', + '/static/js/filter-utils.js', '/static/js/console.js', '/static/images/android-chrome-192x192.png', '/static/images/android-chrome-512x512.png',