From 269706fb0920b9beaf47e4471b2806e24962a1a3 Mon Sep 17 00:00:00 2001 From: SrGesus <108523575+SrGesus@users.noreply.github.com> Date: Mon, 27 Jan 2025 18:08:20 +0000 Subject: [PATCH] fix: Add snackbar to indicate unsaved changes --- .../Domain/Recipe/RecipePage/RecipePage.vue | 36 ++++++++++++++++--- 1 file changed, 31 insertions(+), 5 deletions(-) diff --git a/frontend/components/Domain/Recipe/RecipePage/RecipePage.vue b/frontend/components/Domain/Recipe/RecipePage/RecipePage.vue index b6b7d420d..ebf61baf8 100644 --- a/frontend/components/Domain/Recipe/RecipePage/RecipePage.vue +++ b/frontend/components/Domain/Recipe/RecipePage/RecipePage.vue @@ -1,5 +1,20 @@