Add skill training advisor with recipe data and one-click goals.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-22 15:28:51 +02:00
parent e233e3c762
commit 567bbd3de0
21 changed files with 3447 additions and 18 deletions
+5 -1
View File
@@ -1,4 +1,4 @@
const CACHE = "if-viewer-static-v6";
const CACHE = "if-viewer-static-v7";
const ASSETS = [
"/static/style.css",
"/static/favicon.svg",
@@ -13,6 +13,10 @@ const ASSETS = [
const NETWORK_FIRST = new Set([
"/static/pwa.js",
"/static/style.css",
"/static/i18n.js",
"/static/locales/en.json",
"/static/locales/de.json",
"/static/app.js",
]);
self.addEventListener("install", (event) => {