From 2df791b80bae2b285b5fd72234d3ab6e321c2368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mirko=20Jeli=C4=8Di=C4=87?= <37325590+jelicicm@users.noreply.github.com> Date: Sat, 10 Sep 2022 20:21:57 +0200 Subject: [PATCH] feat: add option to stay in edit mode after loading from URL. (#1524) * Add option to stay in edit mode after loading from URL. * Stay in Edit mode now default behaviour after scraping recipe from URL. * Fix missing param error. * Fix incorrect read of boolean variable. * Fix stupid error due to not understanding Vue. * minor style and bug fixes Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com> --- frontend/pages/recipe/create/url.vue | 31 +++++++++++++++++----------- 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/frontend/pages/recipe/create/url.vue b/frontend/pages/recipe/create/url.vue index ac7e49ea..2f78fff2 100644 --- a/frontend/pages/recipe/create/url.vue +++ b/frontend/pages/recipe/create/url.vue @@ -1,6 +1,6 @@