From d68f5b35ee67c8fa90546dab780d7a3f03a3c4bc Mon Sep 17 00:00:00 2001 From: Hera Zhao Date: Tue, 7 Apr 2026 21:30:34 +0000 Subject: [PATCH] Rewrite RecipeDetailOverlay to match main branch layout Card view: branded recipe card image (html2canvas), language toggle, save image, copy text, favorite, save to diary, translation editor. Editor view: volume/dilution controls, ingredient table with add row, tag management with candidates, notes, total cost. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../src/components/RecipeDetailOverlay.vue | 1465 ++++++++++++++--- 1 file changed, 1202 insertions(+), 263 deletions(-) diff --git a/frontend/src/components/RecipeDetailOverlay.vue b/frontend/src/components/RecipeDetailOverlay.vue index 20a4d26..9a7e1e9 100644 --- a/frontend/src/components/RecipeDetailOverlay.vue +++ b/frontend/src/components/RecipeDetailOverlay.vue @@ -1,7 +1,7 @@