From 492b6286adb74ed58eb6bc33f09a19857127e19f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Odini?= Date: Sat, 30 Nov 2024 20:55:01 +0100 Subject: [PATCH] refactor(UI): right-align all submit buttons. change color of Done buttons (#1068) --- src/components/BarcodeManualInputDialog.vue | 12 ++++-------- src/components/PriceEditDialog.vue | 1 + src/components/ProofEditDialog.vue | 1 + src/components/ProofInputRow.vue | 8 +++++++- src/views/AddPriceMultiple.vue | 3 +-- src/views/AddPriceSingle.vue | 1 + src/views/ProofAddMultiple.vue | 1 + src/views/ProofAddSingle.vue | 1 + 8 files changed, 17 insertions(+), 11 deletions(-) diff --git a/src/components/BarcodeManualInputDialog.vue b/src/components/BarcodeManualInputDialog.vue index d8d1c15390e..72dcba75a59 100644 --- a/src/components/BarcodeManualInputDialog.vue +++ b/src/components/BarcodeManualInputDialog.vue @@ -18,15 +18,11 @@ prepend-inner-icon="mdi-barcode" :hint="barcodeForm.barcode.length.toString()" persistent-hint - /> - - - {{ $t('BarcodeManualInput.Submit') }} - + + diff --git a/src/components/PriceEditDialog.vue b/src/components/PriceEditDialog.vue index 5625da5909f..20b769a229c 100644 --- a/src/components/PriceEditDialog.vue +++ b/src/components/PriceEditDialog.vue @@ -42,6 +42,7 @@ - + {{ $t('Common.Upload') }} {{ $t('Common.UploadMultipleImages', proofImageList.length) }} diff --git a/src/views/AddPriceMultiple.vue b/src/views/AddPriceMultiple.vue index f3a96508418..f98840c2353 100644 --- a/src/views/AddPriceMultiple.vue +++ b/src/views/AddPriceMultiple.vue @@ -102,7 +102,7 @@ - +