Redesign ingredient card
All checks were successful
Build and Deploy / build-and-push (push) Successful in 1m13s

This commit is contained in:
2026-04-10 15:04:36 +02:00
parent 2883dc858e
commit 86d47f126d
4 changed files with 234 additions and 67 deletions

View File

@@ -26,7 +26,7 @@ import {
renderCalendarGrid,
syncCalendarTodayButton,
} from './mealCalendar.js?v=1';
import { createIngredientCardController, getIngredientCardHTML } from './ingredientCard.js?v=20260410-99';
import { createIngredientCardController, getIngredientCardHTML } from './ingredientCard.js?v=20260410-106';
function esc(s) {
return String(s).replace(/&/g, '&amp;').replace(/</g, '&lt;').replace(/>/g, '&gt;').replace(/"/g, '&quot;');