From ec25aebdd92bedc7a76e09d9b3a9885726651d2b Mon Sep 17 00:00:00 2001 From: Hera Zhao Date: Mon, 6 Apr 2026 22:01:36 +0000 Subject: [PATCH] Fix carousel: full-width image slides with transform animation Replaced horizontal scroll tags with original-style carousel: - Full-width slides with background image + gradient overlay - translateX transform animation (0.4s ease) - Left/right arrow buttons (semi-transparent, blur backdrop) - Dot indicators with active state (elongated pill) - Category filter banner when a category is selected - Click slide to filter recipes by category tag Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/views/RecipeSearch.vue | 188 ++++++++++++++++++++-------- 1 file changed, 134 insertions(+), 54 deletions(-) diff --git a/frontend/src/views/RecipeSearch.vue b/frontend/src/views/RecipeSearch.vue index 0cfffa5..8156170 100644 --- a/frontend/src/views/RecipeSearch.vue +++ b/frontend/src/views/RecipeSearch.vue @@ -1,21 +1,38 @@