From 1b135b33aa7ace1c4b4e7af3d2ce89ee26f98607 Mon Sep 17 00:00:00 2001 From: Matthias Lodner Date: Fri, 23 Jan 2026 03:15:45 +0100 Subject: [PATCH] Variant ui layout changes. --- frontend/app/components/article/article.vue | 1 - frontend/app/components/variant/variant.vue | 6 +- .../app/components/variant/variantRow.vue | 169 ++++++++++++++---- 3 files changed, 134 insertions(+), 42 deletions(-) diff --git a/frontend/app/components/article/article.vue b/frontend/app/components/article/article.vue index a9838c8..60b440e 100644 --- a/frontend/app/components/article/article.vue +++ b/frontend/app/components/article/article.vue @@ -53,7 +53,6 @@ {{ counter }} von {{ store.ingredientsMaxChars }} Zeichen. - diff --git a/frontend/app/components/variant/variant.vue b/frontend/app/components/variant/variant.vue index c28a8b0..5e9fca7 100644 --- a/frontend/app/components/variant/variant.vue +++ b/frontend/app/components/variant/variant.vue @@ -1,6 +1,5 @@ @@ -24,16 +23,13 @@ - - diff --git a/frontend/app/components/variant/variantRow.vue b/frontend/app/components/variant/variantRow.vue index d089061..911495c 100644 --- a/frontend/app/components/variant/variantRow.vue +++ b/frontend/app/components/variant/variantRow.vue @@ -1,51 +1,148 @@