Add recipe deletion functionality and enhance inventory consumption details

This commit is contained in:
Nils-Johan Gynther
2026-04-10 18:44:06 +02:00
parent a743f832a2
commit dd17656e4c
7 changed files with 174 additions and 49 deletions
+1
View File
@@ -53,6 +53,7 @@ export type InventoryConsumption = {
amountUsed: string;
comment: string | null;
createdAt: string;
inventoryItem?: { unit: string };
};
export type RecipeIngredient = {
id: number;