From 1e5b648a71c6a77f8d8f39a85eb1d3c8b8a67935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20S=C3=A1nchez?= Date: Fri, 13 Jan 2023 17:00:32 +0100 Subject: [PATCH] fix: remove Firefox icon border when using animate-spin (#1081) --- components/common/CommonInputImage.vue | 14 ++++++++------ .../NotificationEnablePushNotification.client.vue | 5 ++++- .../NotificationPreferences.client.vue | 12 +++++++++--- components/publish/PublishWidget.vue | 8 ++++++-- components/tiptap/TiptapHashtagList.vue | 4 +++- components/tiptap/TiptapMentionList.vue | 4 +++- components/user/UserSignIn.vue | 5 ++++- error.vue | 4 +++- pages/settings/profile/appearance.vue | 8 ++++---- 9 files changed, 44 insertions(+), 20 deletions(-) diff --git a/components/common/CommonInputImage.vue b/components/common/CommonInputImage.vue index 595d5786..4a002ed2 100644 --- a/components/common/CommonInputImage.vue +++ b/components/common/CommonInputImage.vue @@ -88,17 +88,19 @@ watch(file, (image, _, onCleanup) => { w-full h-full > -
-
-
+ + + -
-
-
+ + + + diff --git a/components/notification/NotificationEnablePushNotification.client.vue b/components/notification/NotificationEnablePushNotification.client.vue index 3b1c654b..2df3248b 100644 --- a/components/notification/NotificationEnablePushNotification.client.vue +++ b/components/notification/NotificationEnablePushNotification.client.vue @@ -66,7 +66,10 @@ const isLegacyAccount = computed(() => !currentUser.value?.vapidKey) :disabled="busy || isLegacyAccount" @click="$emit('subscribe')" > -
@@ -169,7 +172,10 @@ onActivated(() => (busy = false)) :class="busy ? 'border-transparent' : null" :disabled="busy" > -
-
+
+
+
{{ $t('state.uploading') }}
-
+ +
+ {{ $t('action.save_changes') }} {{ $t('action.reply') }} {{ !isSending ? $t('action.publish') : $t('state.publishing') }} diff --git a/components/tiptap/TiptapHashtagList.vue b/components/tiptap/TiptapHashtagList.vue index d8c063aa..0aa486aa 100644 --- a/components/tiptap/TiptapHashtagList.vue +++ b/components/tiptap/TiptapHashtagList.vue @@ -46,7 +46,9 @@ defineExpose({
diff --git a/components/tiptap/TiptapMentionList.vue b/components/tiptap/TiptapMentionList.vue index 08bad3d6..81f0e5c6 100644 --- a/components/tiptap/TiptapMentionList.vue +++ b/components/tiptap/TiptapMentionList.vue @@ -46,7 +46,9 @@ defineExpose({
diff --git a/components/user/UserSignIn.vue b/components/user/UserSignIn.vue index e74b5fdc..f64cdc7f 100644 --- a/components/user/UserSignIn.vue +++ b/components/user/UserSignIn.vue @@ -208,7 +208,10 @@ onClickOutside($$(input), () => {
diff --git a/error.vue b/error.vue index 897b1d5b..1e5aa429 100644 --- a/error.vue +++ b/error.vue @@ -47,7 +47,9 @@ const reload = async () => { {{ message }}
diff --git a/pages/settings/profile/appearance.vue b/pages/settings/profile/appearance.vue index f1636580..60ce26f0 100644 --- a/pages/settings/profile/appearance.vue +++ b/pages/settings/profile/appearance.vue @@ -172,10 +172,10 @@ onReactivated(refreshInfo) flex gap-x-2 items-center :disabled="submitting || !isCanSubmit" > -