Skip to content

Commit

Permalink
Merge pull request #11612 from nextcloud/backport/11608/stable28
Browse files Browse the repository at this point in the history
[stable28] chore(deps): Bump @nextcloud/vue from 8.6.2 to 8.7.0
  • Loading branch information
Antreesy authored Feb 21, 2024
2 parents 1bf09d3 + 917b8ee commit aecdfe8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 28 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@nextcloud/moment": "^1.2.2",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.2.1",
"@nextcloud/vue": "^8.6.2",
"@nextcloud/vue": "^8.7.0",
"crypto-js": "^4.2.0",
"debounce": "^1.2.1",
"emoji-mart-vue-fast": "^15.0.0",
Expand Down
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 aecdfe8

Please sign in to comment.