mirror of
https://github.com/nextcloud/server.git
synced 2026-03-20 17:43:15 -04:00
Merge pull request #36358 from nextcloud/fix/36357-Adapt_tooltips_on_NcAvatar_for_files_sharing
Adapt native tooltip for new structure of NcAvatar
This commit is contained in:
commit
28e35bad0d
7 changed files with 9 additions and 10 deletions
|
|
@ -25,7 +25,7 @@
|
|||
<NcAvatar class="sharing-entry__avatar"
|
||||
:is-no-user="share.type !== SHARE_TYPES.SHARE_TYPE_USER"
|
||||
:user="share.shareWith"
|
||||
:title="share.type === SHARE_TYPES.SHARE_TYPE_USER ? share.shareWithDisplayName : ''"
|
||||
:display-name="share.shareWithDisplayName"
|
||||
:menu-position="'left'"
|
||||
:url="share.shareWithAvatar" />
|
||||
|
||||
|
|
|
|||
|
|
@ -26,8 +26,7 @@
|
|||
:title="share.shareWithDisplayName">
|
||||
<template #avatar>
|
||||
<NcAvatar :user="share.shareWith"
|
||||
:aria-label="share.shareWithDisplayName"
|
||||
:title="share.shareWithDisplayName"
|
||||
:display-name="share.shareWithDisplayName"
|
||||
class="sharing-entry__avatar" />
|
||||
</template>
|
||||
<NcActionText icon="icon-user">
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
<SharingEntrySimple v-if="isSharedWithMe" v-bind="sharedWithMe" class="sharing-entry__reshare">
|
||||
<template #avatar>
|
||||
<NcAvatar :user="sharedWithMe.user"
|
||||
:title="sharedWithMe.displayName"
|
||||
:display-name="sharedWithMe.displayName"
|
||||
class="sharing-entry__avatar" />
|
||||
</template>
|
||||
</SharingEntrySimple>
|
||||
|
|
|
|||
4
dist/core-common.js
vendored
4
dist/core-common.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-common.js.map
vendored
2
dist/core-common.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/files_sharing-files_sharing_tab.js
vendored
4
dist/files_sharing-files_sharing_tab.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files_sharing-files_sharing_tab.js.map
vendored
2
dist/files_sharing-files_sharing_tab.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue