Skip to content

Commit ebfd85a

Browse files
committed
Fix contacts menu position and show uid as a tooltip
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 parent f07f915 commit ebfd85a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/files_sharing/src/components/SharingEntry.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
:is-no-user="share.type !== SHARE_TYPES.SHARE_TYPE_USER"
2727
:user="share.shareWith"
2828
:display-name="share.shareWithDisplayName"
29+
:tooltip-message="share.type === SHARE_TYPES.SHARE_TYPE_USER ? share.shareWith : ''"
30+
:menu-position="'left'"
2931
:url="share.shareWithAvatar" />
3032
<div v-tooltip.auto="tooltip" class="sharing-entry__desc">
3133
<h5>{{ title }}</h5>

0 commit comments

Comments
 (0)