From 8e2511ea4a614cada3481b659964a0f930837d97 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Sat, 10 May 2025 11:47:38 +0200 Subject: [PATCH] re-factor(front): use new components on plugin pages and pw reset --- front/src/components/auth/Plugin.vue | 35 +++++++++------- front/src/views/auth/PasswordResetConfirm.vue | 40 +++++++++++-------- front/src/views/auth/Plugins.vue | 10 ++--- 3 files changed, 49 insertions(+), 36 deletions(-) diff --git a/front/src/components/auth/Plugin.vue b/front/src/components/auth/Plugin.vue index fcc5765b6..c34a1ab29 100644 --- a/front/src/components/auth/Plugin.vue +++ b/front/src/components/auth/Plugin.vue @@ -67,20 +67,27 @@ const submitAndScan = async () => { :class="['ui form', {loading: isLoading}]" @submit.prevent="submit" > -

{{ plugin.label }}

- - +

{{ plugin.label }}

+ + +

+ + + + +
+
{ class="main" >

{{ labels.changePassword }}

-

{{ t('views.auth.PasswordResetConfirm.header.failure') }} @@ -83,26 +84,33 @@ const submit = async () => { - - {{ t('views.auth.PasswordResetConfirm.link.back') }} - - + + + {{ t('views.auth.PasswordResetConfirm.link.back') }} + + + - + -

{{ labels.title }}

-
{{ labels.title }}

+ -
-
+ />