From 8d46fd78c7ada7600afe7b74932a6f2380964592 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 7 Apr 2021 22:42:34 +0300 Subject: migrate to v-slot --- src/components/notifications/notification_filters.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/components/notifications') diff --git a/src/components/notifications/notification_filters.vue b/src/components/notifications/notification_filters.vue index e86a0fcc..ba0e90a0 100644 --- a/src/components/notifications/notification_filters.vue +++ b/src/components/notifications/notification_filters.vue @@ -5,9 +5,7 @@ placement="bottom" :bound-to="{ x: 'container' }" > - -- cgit v1.2.3-70-g09d2 From 19439910772ed5205edbb258b3d8a97315dde9b5 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Wed, 30 Mar 2022 12:33:56 +0300 Subject: make all clickable icons into actual buttons --- src/components/importer/importer.vue | 18 ++++++++++++------ src/components/login_form/login_form.vue | 12 ++++++++---- src/components/mfa_form/recovery_form.vue | 12 ++++++++---- src/components/mfa_form/totp_form.vue | 14 +++++++++----- src/components/notification/notification.vue | 24 ++++++++++++++++-------- src/components/notifications/notifications.scss | 4 ---- 6 files changed, 53 insertions(+), 31 deletions(-) (limited to 'src/components/notifications') diff --git a/src/components/importer/importer.vue b/src/components/importer/importer.vue index ddc3010e..5df238e2 100644 --- a/src/components/importer/importer.vue +++ b/src/components/importer/importer.vue @@ -20,20 +20,26 @@ > {{ submitButtonLabel || $t('importer.submit') }} -
+
-
+ +
+ diff --git a/src/components/login_form/login_form.vue b/src/components/login_form/login_form.vue index bfabb946..87fa37c6 100644 --- a/src/components/login_form/login_form.vue +++ b/src/components/login_form/login_form.vue @@ -76,11 +76,15 @@ >
{{ error }} - + > + +
diff --git a/src/components/mfa_form/recovery_form.vue b/src/components/mfa_form/recovery_form.vue index 7c594228..a9cf39aa 100644 --- a/src/components/mfa_form/recovery_form.vue +++ b/src/components/mfa_form/recovery_form.vue @@ -56,11 +56,15 @@ >
{{ error }} - + > + +
diff --git a/src/components/mfa_form/totp_form.vue b/src/components/mfa_form/totp_form.vue index 4ee13992..709eb9b8 100644 --- a/src/components/mfa_form/totp_form.vue +++ b/src/components/mfa_form/totp_form.vue @@ -58,12 +58,16 @@ >
{{ error }} - + > + +
diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue index ff7a21f1..9ecb034f 100644 --- a/src/components/notification/notification.vue +++ b/src/components/notification/notification.vue @@ -172,18 +172,26 @@ v-if="notification.type === 'follow_request'" style="white-space: nowrap;" > -