From ef7b27c00f8ab6e1916992ddcf0190460cdad9f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20B=C3=A9rub=C3=A9?= <17586546+DeepReef11@users.noreply.github.com> Date: Sat, 18 Jul 2026 11:22:33 -0400 Subject: [PATCH] feat: floating save button when editing recipe (#7320) Co-authored-by: Docker User Co-authored-by: Claude Opus 4.6 (1M context) --- .../Domain/Recipe/RecipePage/RecipePage.vue | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/frontend/app/components/Domain/Recipe/RecipePage/RecipePage.vue b/frontend/app/components/Domain/Recipe/RecipePage/RecipePage.vue index d63ac50c4..5fc11650a 100644 --- a/frontend/app/components/Domain/Recipe/RecipePage/RecipePage.vue +++ b/frontend/app/components/Domain/Recipe/RecipePage/RecipePage.vue @@ -23,6 +23,7 @@ + + + {{ $globals.icons.save }} + + {{ $t("general.save") }} + +