From 2bae99e731078f2c555329086413a8a277765904 Mon Sep 17 00:00:00 2001 From: Michael Genson <71845777+michael-genson@users.noreply.github.com> Date: Mon, 20 Jul 2026 14:39:20 -0500 Subject: [PATCH] fix: Fix flaky ratings on mobile (#7916) --- .../components/Domain/Recipe/RecipeRating.vue | 117 ++++++++++-------- 1 file changed, 67 insertions(+), 50 deletions(-) diff --git a/frontend/app/components/Domain/Recipe/RecipeRating.vue b/frontend/app/components/Domain/Recipe/RecipeRating.vue index bcacf0d23..908024d66 100644 --- a/frontend/app/components/Domain/Recipe/RecipeRating.vue +++ b/frontend/app/components/Domain/Recipe/RecipeRating.vue @@ -1,38 +1,36 @@