From 9b86a4d827613b4c89e8296be2871a54995558ef Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Sun, 11 Mar 2018 18:13:16 +0100 Subject: [PATCH] Attempt to improve ingredients edition --- cuizin/js_src/components/EditForm.vue | 34 +++++++------- .../js_src/components/IngredientListTile.vue | 44 +++++++++++++++++++ 2 files changed, 61 insertions(+), 17 deletions(-) create mode 100644 cuizin/js_src/components/IngredientListTile.vue diff --git a/cuizin/js_src/components/EditForm.vue b/cuizin/js_src/components/EditForm.vue index aea9f42..4232b7a 100644 --- a/cuizin/js_src/components/EditForm.vue +++ b/cuizin/js_src/components/EditForm.vue @@ -23,7 +23,7 @@ @@ -51,16 +51,12 @@

{{ $t('new.ingredients') }}

- - - - delete - - - - {{ ingredient }} - - +

{{ $t('new.none') }}

@@ -97,14 +93,18 @@