From 183084d574cc3d18f860ff21e418f456a9098a85 Mon Sep 17 00:00:00 2001 From: hay-kot Date: Mon, 7 Jun 2021 16:23:46 -0800 Subject: [PATCH] add better feedback on failed scrape --- frontend/src/components/UI/TheRecipeFab.vue | 48 +++++++++++++++++++-- 1 file changed, 44 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/UI/TheRecipeFab.vue b/frontend/src/components/UI/TheRecipeFab.vue index 2403b491c..98f50ce40 100644 --- a/frontend/src/components/UI/TheRecipeFab.vue +++ b/frontend/src/components/UI/TheRecipeFab.vue @@ -28,8 +28,43 @@ persistent-hint > - - {{ $t("new-recipe.error-message") }} + + + + mdi-robot + + {{ $t("new-recipe.error-title") }} + + + +

+ {{ $t("new-recipe.error-details") }} +

+ +
+ + + +
@@ -65,8 +100,9 @@ - +