From 917b8ee2313b6ca36912c1bdc064dd29f9518ae4 Mon Sep 17 00:00:00 2001 From: Maksim Sukharev Date: Tue, 20 Feb 2024 11:34:15 +0100 Subject: [PATCH] chore: remove upstream patches Signed-off-by: Maksim Sukharev --- .../BreakoutRoomsEditor/BreakoutRoomsParticipantsEditor.vue | 5 ----- src/components/ConversationSettings/DangerZone.vue | 5 ----- src/components/NewMessage/NewMessage.vue | 5 ----- src/components/PermissionsEditor/PermissionsEditor.vue | 5 ----- 4 files changed, 20 deletions(-) diff --git a/src/components/BreakoutRoomsEditor/BreakoutRoomsParticipantsEditor.vue b/src/components/BreakoutRoomsEditor/BreakoutRoomsParticipantsEditor.vue index 786f55d232e..24cc89a3df4 100644 --- a/src/components/BreakoutRoomsEditor/BreakoutRoomsParticipantsEditor.vue +++ b/src/components/BreakoutRoomsEditor/BreakoutRoomsParticipantsEditor.vue @@ -385,9 +385,4 @@ export default { .delete { margin-right: auto; } - -// TODO remove after https://github.com/nextcloud-libraries/nextcloud-vue/issues/5228 -:deep(.modal-wrapper--small .modal-container) { - width: 400px !important; -} diff --git a/src/components/ConversationSettings/DangerZone.vue b/src/components/ConversationSettings/DangerZone.vue index aac6dc0775f..9d09bada2d9 100644 --- a/src/components/ConversationSettings/DangerZone.vue +++ b/src/components/ConversationSettings/DangerZone.vue @@ -235,11 +235,6 @@ h4 { color: var(--color-text-maxcontrast); } &__dialog { - // TODO remove after https://github.com/nextcloud-libraries/nextcloud-vue/issues/5228 - :deep(.modal-wrapper--small .modal-container) { - width: 400px !important; - } - :deep(.modal-container) { padding-block: 4px 8px; padding-inline: 12px 8px; diff --git a/src/components/NewMessage/NewMessage.vue b/src/components/NewMessage/NewMessage.vue index 4ee9b545265..351252e2369 100644 --- a/src/components/NewMessage/NewMessage.vue +++ b/src/components/NewMessage/NewMessage.vue @@ -760,11 +760,6 @@ export default { const possibleMentions = response.data.ocs.data possibleMentions.forEach(possibleMention => { - // TODO fix backend for userMention - if (!possibleMention.title && possibleMention.label) { - possibleMention.title = possibleMention.label - } - // Set icon for candidate mentions that are not for users. if (possibleMention.source === 'calls') { possibleMention.icon = 'icon-user-forced-white' diff --git a/src/components/PermissionsEditor/PermissionsEditor.vue b/src/components/PermissionsEditor/PermissionsEditor.vue index 9febcc8db20..3edd391debe 100644 --- a/src/components/PermissionsEditor/PermissionsEditor.vue +++ b/src/components/PermissionsEditor/PermissionsEditor.vue @@ -266,9 +266,4 @@ export default { .button-update-permission { margin: 0 auto; } - -// TODO remove after https://github.com/nextcloud-libraries/nextcloud-vue/issues/5228 -:deep(.modal-wrapper--small .modal-container) { - width: 400px !important; -}