-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: bump @nextcloud/vue to v8.0.0-beta.8 #10626
Conversation
7cb5c08
to
41a3277
Compare
425abd0
to
9baf377
Compare
9baf377
to
5acdc26
Compare
@@ -706,6 +706,11 @@ export default { | |||
const possibleMentions = response.data.ocs.data | |||
|
|||
possibleMentions.forEach(possibleMention => { | |||
// TODO fix backend for userMention |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can not, because other clients rely on the naming,
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then I'll guess it will be better to patch response on web-client only, rather then provide both label
and name
?
src/components/ConversationSettings/ConversationSettingsDialog.vue
Outdated
Show resolved
Hide resolved
Signed-off-by: Maksim Sukharev <[email protected]>
Signed-off-by: Maksim Sukharev <[email protected]>
5acdc26
to
a7c1ed7
Compare
Set height to 100%, align icon within empty space Signed-off-by: Maksim Sukharev <[email protected]>
Fix scroll and paddings due to new wrapper, fix close button Signed-off-by: Maksim Sukharev <[email protected]>
Replace *title prop => *name prop Signed-off-by: Maksim Sukharev <[email protected]>
rename import, remove deep styles, fix appearance Signed-off-by: Maksim Sukharev <[email protected]>
…cDateTimePicker rename imports, remove or replace outdated props Signed-off-by: Maksim Sukharev <[email protected]>
transform backend response for UserMention Signed-off-by: Maksim Sukharev <[email protected]>
rename *title => *name props, adjust tests, remove deep styles Signed-off-by: Maksim Sukharev <[email protected]>
a7c1ed7
to
948a640
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and good to go.
|
||
&__loading, | ||
&__empty-content { | ||
flex: 1; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to ? as empty content has flex-grow: 1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only for &__loading
seems to be required.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will fix in a follow-up 👀
☑️ Resolves
@nextcloud/vue
to v8.0.0-beta.8🖼️ Screenshots
🚧 Tasks
fix backend for NcAutocompleteResult (provide title instead of label or both)provide compatibility for frontend and mobile clients (endpoint:chat/{token}/mentions
)n/no-missing-import
for library components🏁 Checklist
docs/
has been updated or is not required