Extract ingredientCard

This commit is contained in:
2026-04-10 14:01:54 +02:00
parent 12369465d7
commit 2883dc858e
4 changed files with 544 additions and 620 deletions

View File

@@ -11,7 +11,7 @@
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<title>Recipe App - Modular</title>
<link rel="manifest" href="./manifest.webmanifest?v=20260408-97">
<link rel="manifest" href="./manifest.webmanifest?v=20260410-99">
<link rel="icon" type="image/png" sizes="192x192" href="./icons/icon-192.png">
<link rel="apple-touch-icon" href="./icons/apple-touch-icon.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
@@ -600,7 +600,7 @@
</div>
<script>
const APP_ASSET_VERSION = '20260408-97';
const APP_ASSET_VERSION = '20260410-99';
const APP_VERSION_STORAGE_KEY = 'recipe-app-asset-version';
const APP_VERSION_QUERY_KEY = 'appv';
@@ -634,7 +634,7 @@
})();
</script>
<script type="module">
const appVersion = window.__APP_ASSET_VERSION__ || '20260408-97';
const appVersion = window.__APP_ASSET_VERSION__ || '20260410-99';
const recoveryKey = `recipe-app-recovery-${appVersion}`;
function renderBootstrapError(message) {