Merge pull request #24343 from nextcloud/backport/24331/stable19
[stable19] Fix contacts menu position and show uid as a tooltip
This commit is contained in:
commit
9ae16703ae
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -26,6 +26,8 @@
|
||||||
:is-no-user="share.type !== SHARE_TYPES.SHARE_TYPE_USER"
|
:is-no-user="share.type !== SHARE_TYPES.SHARE_TYPE_USER"
|
||||||
:user="share.shareWith"
|
:user="share.shareWith"
|
||||||
:display-name="share.shareWithDisplayName"
|
:display-name="share.shareWithDisplayName"
|
||||||
|
:tooltip-message="share.type === SHARE_TYPES.SHARE_TYPE_USER ? share.shareWith : ''"
|
||||||
|
:menu-position="'left'"
|
||||||
:url="share.shareWithAvatar" />
|
:url="share.shareWithAvatar" />
|
||||||
<div v-tooltip.auto="tooltip" class="sharing-entry__desc">
|
<div v-tooltip.auto="tooltip" class="sharing-entry__desc">
|
||||||
<h5>{{ title }}</h5>
|
<h5>{{ title }}</h5>
|
||||||
|
|
Loading…
Reference in New Issue