From ce52cfb857fc7741d665ce07c1bb633d615be4ce Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Fri, 15 Jul 2022 09:26:28 +0200 Subject: [PATCH] Fix HTML validation of material design icons Signed-off-by: Joas Schilling --- .../ConversationPermissionsSettings.vue | 4 +--- .../LinkShareSettings.vue | 8 ++------ .../NotificationsSettings.vue | 18 +++-------------- .../DeviceChecker/DeviceChecker.vue | 8 ++------ .../MessagesGroup/Message/Message.vue | 14 +++---------- src/components/MessagesList/MessagesList.vue | 4 +--- .../AudioRecorder/AudioRecorder.vue | 4 +--- .../NewMessageForm/NewMessageForm.vue | 8 ++------ .../Participant/Participant.vue | 20 +++++-------------- 9 files changed, 20 insertions(+), 68 deletions(-) diff --git a/src/components/ConversationSettings/ConversationPermissionsSettings.vue b/src/components/ConversationSettings/ConversationPermissionsSettings.vue index f10fdaf2472..aa45c33ba1e 100644 --- a/src/components/ConversationSettings/ConversationPermissionsSettings.vue +++ b/src/components/ConversationSettings/ConversationPermissionsSettings.vue @@ -70,9 +70,7 @@ :aria-label="t('spreed', 'Edit permissions')" class="nc-button nc-button__main" @click="showPermissionsEditor = true"> - +
diff --git a/src/components/ConversationSettings/NotificationsSettings.vue b/src/components/ConversationSettings/NotificationsSettings.vue index 2af6da5c367..e7609e332f7 100644 --- a/src/components/ConversationSettings/NotificationsSettings.vue +++ b/src/components/ConversationSettings/NotificationsSettings.vue @@ -26,51 +26,39 @@ class="radio-element" :class="{'radio-element--active': isNotifyAlways}" @click.prevent.exact="setNotificationLevel(1)"> - - - diff --git a/src/components/DeviceChecker/DeviceChecker.vue b/src/components/DeviceChecker/DeviceChecker.vue index 94b681bcc77..4bf55a4fa38 100644 --- a/src/components/DeviceChecker/DeviceChecker.vue +++ b/src/components/DeviceChecker/DeviceChecker.vue @@ -145,9 +145,7 @@ @click="silentCall= true"> {{ t('spreed', 'The conversation participants will not be notified about this call') }} + :size="16" /> diff --git a/src/components/MessagesList/MessagesGroup/Message/Message.vue b/src/components/MessagesList/MessagesGroup/Message/Message.vue index 46c94abef7a..d9e46070a96 100644 --- a/src/components/MessagesList/MessagesGroup/Message/Message.vue +++ b/src/components/MessagesList/MessagesGroup/Message/Message.vue @@ -84,14 +84,10 @@ the main body of the message as well as a quote. :aria-label="sendingErrorIconTooltip" @click="handleRetry">
- +
- +
diff --git a/src/components/MessagesList/MessagesList.vue b/src/components/MessagesList/MessagesList.vue index c48c03b5635..5c56d034713 100644 --- a/src/components/MessagesList/MessagesList.vue +++ b/src/components/MessagesList/MessagesList.vue @@ -55,9 +55,7 @@ get the messagesList array and loop through the list to generate the messages. class="scroll-to-bottom" @click="smoothScrollToBottom"> diff --git a/src/components/NewMessageForm/AudioRecorder/AudioRecorder.vue b/src/components/NewMessageForm/AudioRecorder/AudioRecorder.vue index 01977880d9e..4d1d127ba6b 100644 --- a/src/components/NewMessageForm/AudioRecorder/AudioRecorder.vue +++ b/src/components/NewMessageForm/AudioRecorder/AudioRecorder.vue @@ -60,9 +60,7 @@ :class="{'audio-recorder__trigger--recording': isRecording}" @click="stop"> diff --git a/src/components/NewMessageForm/NewMessageForm.vue b/src/components/NewMessageForm/NewMessageForm.vue index 9b27799b226..b349b889004 100644 --- a/src/components/NewMessageForm/NewMessageForm.vue +++ b/src/components/NewMessageForm/NewMessageForm.vue @@ -114,9 +114,7 @@ @click.prevent="handleSubmit({ silent: true })"> {{ silentSendInfo }} + :size="16" /> @@ -127,9 +125,7 @@ :aria-label="t('spreed', 'Send message')" @click.prevent="handleSubmit({ silent: false })"> diff --git a/src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue b/src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue index 463fdb023f2..8a8673e095c 100644 --- a/src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue +++ b/src/components/RightSidebar/Participants/ParticipantsList/Participant/Participant.vue @@ -133,36 +133,28 @@ :close-after-click="true" @click="applyDefaultPermissions"> {{ t('spreed', 'Reset custom permissions') }} {{ t('spreed', 'Grant all permissions') }} {{ t('spreed', 'Remove all permissions') }} {{ t('spreed', 'Edit permissions') }} @@ -177,9 +169,7 @@ :close-after-click="true" @click="sendCallNotification"> {{ t('spreed', 'Send call notification') }}