From 8ff2c05e05e20b11d59fb9d378ff82ce8e020f1a Mon Sep 17 00:00:00 2001 From: upsiflu Date: Mon, 30 Dec 2024 11:50:57 +0100 Subject: [PATCH] feat(ui): form layout --- front/src/components/auth/LoginForm.vue | 8 +-- front/src/components/auth/SignupForm.vue | 26 ++------- front/src/components/ui/Button.vue | 6 --- front/src/components/ui/Layout.vue | 32 +++++------ front/src/components/ui/input.scss | 1 + front/src/views/auth/PasswordReset.vue | 62 +++++++++++----------- front/ui-docs/components/ui/input.md | 67 ++++++++---------------- 7 files changed, 78 insertions(+), 124 deletions(-) diff --git a/front/src/components/auth/LoginForm.vue b/front/src/components/auth/LoginForm.vue index e8e766779..01427c85c 100644 --- a/front/src/components/auth/LoginForm.vue +++ b/front/src/components/auth/LoginForm.vue @@ -80,7 +80,7 @@ const submit = async () => { - -
{ -
diff --git a/front/src/components/auth/SignupForm.vue b/front/src/components/auth/SignupForm.vue index b18f96516..014d4cc0a 100644 --- a/front/src/components/auth/SignupForm.vue +++ b/front/src/components/auth/SignupForm.vue @@ -106,7 +106,7 @@ fetchInstanceSettings() :show-signup="false" /> -
{{ t('components.auth.SignupForm.message.registrationClosed') }} - {{ t('components.auth.SignupForm.message.requiresReview') }} - -
-
-
-
-
-
-
- -
-