diff --git a/frontend/src/components/RecipeDetailPanel.vue b/frontend/src/components/RecipeDetailPanel.vue index d4a7cd1..6de6883 100644 --- a/frontend/src/components/RecipeDetailPanel.vue +++ b/frontend/src/components/RecipeDetailPanel.vue @@ -20,7 +20,17 @@ @click="showSaveModal = true" :aria-label="isSaved ? 'Edit saved recipe' : 'Save recipe'" >{{ isSaved ? '★ Saved' : '☆ Save' }} - + + + +

{{ recipe.notes }}

@@ -33,8 +43,19 @@ >View original ↗ - -
+ +
+
+
+
+ Step {{ cookStep + 1 }} of {{ cookStepCount }} +
+ + +
@@ -208,6 +229,47 @@
+ +
+
STEP {{ cookStep + 1 }}
+ +
+ {{ currentStepAnalysis.is_passive ? 'Wait' : 'Active' }} +
+ +

{{ recipe.directions[cookStep] }}

+ +

~{{ currentStepAnalysis.detected_minutes }} min hands-off

+ +
+ + + +
+
+