20260317a: Replace Break Mattutino/Spuntino Serale with Torta/Succo di Frutta in recipe meals

This commit is contained in:
dadaloop82
2026-03-17 06:28:42 +00:00
parent c154f94b05
commit 9491cf0e0b
3 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -4831,12 +4831,12 @@ async function loadLog(more = false) {
// ===== RECIPE GENERATION ===== // ===== RECIPE GENERATION =====
const MEAL_TYPES = [ const MEAL_TYPES = [
{ id: 'colazione', icon: '☀️', label: 'Colazione', from: 6, to: 9 }, { id: 'colazione', icon: '☀️', label: 'Colazione', from: 6, to: 11 },
{ id: 'break', icon: '🥐', label: 'Break Mattutino', from: 9, to: 11 },
{ id: 'pranzo', icon: '🍽️', label: 'Pranzo', from: 11, to: 14 }, { id: 'pranzo', icon: '🍽️', label: 'Pranzo', from: 11, to: 14 },
{ id: 'merenda', icon: '🍪', label: 'Merenda', from: 14, to: 17 }, { id: 'merenda', icon: '🍪', label: 'Merenda', from: 14, to: 17 },
{ id: 'cena', icon: '🌙', label: 'Cena', from: 17, to: 22 }, { id: 'cena', icon: '🌙', label: 'Cena', from: 17, to: 6 },
{ id: 'spuntino', icon: '🌜', label: 'Spuntino Serale', from: 22, to: 6 }, { id: 'torta', icon: '🎂', label: 'Torta', from: -1, to: -1 },
{ id: 'succo', icon: '🧃', label: 'Succo di Frutta', from: -1, to: -1 },
]; ];
function getMealType() { function getMealType() {
BIN
View File
Binary file not shown.
+2 -2
View File
@@ -9,7 +9,7 @@
<title>Dispensa Manager</title> <title>Dispensa Manager</title>
<link rel="manifest" href="manifest.json"> <link rel="manifest" href="manifest.json">
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🏠</text></svg>"> <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🏠</text></svg>">
<link rel="stylesheet" href="assets/css/style.css?v=20260316i"> <link rel="stylesheet" href="assets/css/style.css?v=20260317a">
<!-- QuaggaJS for barcode scanning --> <!-- QuaggaJS for barcode scanning -->
<script src="https://cdn.jsdelivr.net/npm/@ericblade/quagga2@1.8.4/dist/quagga.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/@ericblade/quagga2@1.8.4/dist/quagga.min.js"></script>
</head> </head>
@@ -911,6 +911,6 @@
</div> </div>
</div> </div>
<script src="assets/js/app.js?v=20260316i"></script> <script src="assets/js/app.js?v=20260317a"></script>
</body> </body>
</html> </html>