From 473c58894c99b58a098514e25c26f736f1275499 Mon Sep 17 00:00:00 2001 From: Dorian Date: Wed, 18 Feb 2026 11:15:00 +0000 Subject: [PATCH] Update service worker cache revision and enhance documentation structure - Updated the cache revision for index.html in the service worker to ensure proper asset management. - Added a separator in the INTRO-ASSETS-REPLACE.md file for improved organization. - Removed a commented line in SplashScreen.vue to clean up the code. --- neode-ui/dev-dist/sw.js | 2 +- neode-ui/public/assets/INTRO-ASSETS-REPLACE.md | 2 ++ neode-ui/src/components/SplashScreen.vue | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/neode-ui/dev-dist/sw.js b/neode-ui/dev-dist/sw.js index e826b1e3..939f3963 100644 --- a/neode-ui/dev-dist/sw.js +++ b/neode-ui/dev-dist/sw.js @@ -82,7 +82,7 @@ define(['./workbox-21a80088'], (function (workbox) { 'use strict'; "revision": "3ca0b8505b4bec776b69afdba2768812" }, { "url": "index.html", - "revision": "0.b6sm1j93jm8" + "revision": "0.t09hvan4eu8" }], {}); workbox.cleanupOutdatedCaches(); workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), { diff --git a/neode-ui/public/assets/INTRO-ASSETS-REPLACE.md b/neode-ui/public/assets/INTRO-ASSETS-REPLACE.md index 0a2ff064..ca541919 100644 --- a/neode-ui/public/assets/INTRO-ASSETS-REPLACE.md +++ b/neode-ui/public/assets/INTRO-ASSETS-REPLACE.md @@ -25,6 +25,8 @@ To change the intro splash and dashboard tab backgrounds **without touching any --- +--- + ## Dashboard Tab Backgrounds | Filename | Tab | diff --git a/neode-ui/src/components/SplashScreen.vue b/neode-ui/src/components/SplashScreen.vue index a98f504a..6c655fe5 100644 --- a/neode-ui/src/components/SplashScreen.vue +++ b/neode-ui/src/components/SplashScreen.vue @@ -448,7 +448,6 @@ onMounted(() => { document.body.classList.add('splash-complete') emit('complete') } - // Typing starts only after user taps "Tap to start" (required for loop-start + music) }) onBeforeUnmount(() => {