Skip to content

Commit

Permalink
chore: remove upstream patches
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Sukharev <[email protected]>
  • Loading branch information
Antreesy committed Feb 20, 2024
1 parent c271ff8 commit 917b8ee
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
</style>
5 changes: 0 additions & 5 deletions src/components/ConversationSettings/DangerZone.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
5 changes: 0 additions & 5 deletions src/components/NewMessage/NewMessage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
5 changes: 0 additions & 5 deletions src/components/PermissionsEditor/PermissionsEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
</style>

0 comments on commit 917b8ee

Please sign in to comment.