mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 08:14:30 -04:00
feat: Added a dedicated cookmode dialog that allows for individual scrolling (#4464)
This commit is contained in:
committed by
GitHub
parent
65c35adc9d
commit
d419acd61e
@@ -268,6 +268,7 @@ export interface RecipeStep {
|
||||
title?: string | null;
|
||||
text: string;
|
||||
ingredientReferences?: IngredientReferences[];
|
||||
summary?: string | null;
|
||||
}
|
||||
export interface RecipeAsset {
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user