From 1bbe77d3913d47d4849e9e1ad8109ed4af109d6a Mon Sep 17 00:00:00 2001 From: tristan Date: Tue, 7 Apr 2026 08:15:16 +0000 Subject: [PATCH] fix: style des composants inputs + affichage des hint/error/success (#25) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | Numéro du ticket | Titre du ticket | |------------------|-----------------| | | | ## Description de la PR ## Modification du .env ## Check list - [ ] Pas de régression - [x] TU/TI/TF rédigée - [x] TU/TI/TF OK - [ ] CHANGELOG modifié Co-authored-by: kevin Co-authored-by: Kevin Boudet Reviewed-on: https://gitea.malio.fr/MALIO-DEV/malio-layer-ui/pulls/25 Co-authored-by: tristan Co-committed-by: tristan --- app/components/malio/input/InputAmount.vue | 116 ++++++++-------- app/components/malio/input/InputNumber.vue | 128 +++++++++--------- app/components/malio/input/InputPassword.vue | 116 ++++++++-------- app/components/malio/input/InputText.vue | 116 ++++++++-------- app/components/malio/input/InputUpload.vue | 120 ++++++++-------- app/components/malio/select/Select.vue | 40 +++--- .../malio/select/SelectCheckbox.vue | 40 +++--- 7 files changed, 345 insertions(+), 331 deletions(-) diff --git a/app/components/malio/input/InputAmount.vue b/app/components/malio/input/InputAmount.vue index 4012ea0..ef58742 100644 --- a/app/components/malio/input/InputAmount.vue +++ b/app/components/malio/input/InputAmount.vue @@ -1,67 +1,69 @@