Skip to content

Commit

Permalink
Merge pull request #11608 from nextcloud/chore/deps/nextcloud-vue-8.7.0
Browse files Browse the repository at this point in the history
chore(deps): Bump @nextcloud/vue from 8.6.2 to 8.7.0
  • Loading branch information
Antreesy authored Feb 20, 2024
2 parents a0051d3 + ba55ed5 commit 3c4a602
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 @@ -36,7 +36,7 @@
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^3.0.0",
"@nextcloud/upload": "^1.0.5",
"@nextcloud/vue": "^8.6.2",
"@nextcloud/vue": "^8.7.0",
"crypto-js": "^4.2.0",
"debounce": "^2.0.0",
"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 @@ -871,11 +871,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 3c4a602

Please sign in to comment.