Skip to content

Commit 3c4a602

Browse files
authored
Merge pull request #11608 from nextcloud/chore/deps/nextcloud-vue-8.7.0
chore(deps): Bump @nextcloud/vue from 8.6.2 to 8.7.0
2 parents a0051d3 + ba55ed5 commit 3c4a602

File tree

6 files changed

+8
-28
lines changed

6 files changed

+8
-28
lines changed

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@nextcloud/paths": "^2.1.0",
3737
"@nextcloud/router": "^3.0.0",
3838
"@nextcloud/upload": "^1.0.5",
39-
"@nextcloud/vue": "^8.6.2",
39+
"@nextcloud/vue": "^8.7.0",
4040
"crypto-js": "^4.2.0",
4141
"debounce": "^2.0.0",
4242
"emoji-mart-vue-fast": "^15.0.0",

src/components/BreakoutRoomsEditor/BreakoutRoomsParticipantsEditor.vue

-5
Original file line numberDiff line numberDiff line change
@@ -385,9 +385,4 @@ export default {
385385
.delete {
386386
margin-right: auto;
387387
}
388-
389-
// TODO remove after https://github.com/nextcloud-libraries/nextcloud-vue/issues/5228
390-
:deep(.modal-wrapper--small .modal-container) {
391-
width: 400px !important;
392-
}
393388
</style>

src/components/ConversationSettings/DangerZone.vue

-5
Original file line numberDiff line numberDiff line change
@@ -235,11 +235,6 @@ h4 {
235235
color: var(--color-text-maxcontrast);
236236
}
237237
&__dialog {
238-
// TODO remove after https://github.com/nextcloud-libraries/nextcloud-vue/issues/5228
239-
:deep(.modal-wrapper--small .modal-container) {
240-
width: 400px !important;
241-
}
242-
243238
:deep(.modal-container) {
244239
padding-block: 4px 8px;
245240
padding-inline: 12px 8px;

src/components/NewMessage/NewMessage.vue

-5
Original file line numberDiff line numberDiff line change
@@ -871,11 +871,6 @@ export default {
871871
const possibleMentions = response.data.ocs.data
872872

873873
possibleMentions.forEach(possibleMention => {
874-
// TODO fix backend for userMention
875-
if (!possibleMention.title && possibleMention.label) {
876-
possibleMention.title = possibleMention.label
877-
}
878-
879874
// Set icon for candidate mentions that are not for users.
880875
if (possibleMention.source === 'calls') {
881876
possibleMention.icon = 'icon-user-forced-white'

src/components/PermissionsEditor/PermissionsEditor.vue

-5
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,4 @@ export default {
266266
.button-update-permission {
267267
margin: 0 auto;
268268
}
269-
270-
// TODO remove after https://github.com/nextcloud-libraries/nextcloud-vue/issues/5228
271-
:deep(.modal-wrapper--small .modal-container) {
272-
width: 400px !important;
273-
}
274269
</style>

0 commit comments

Comments
 (0)