Skip to content

Commit 18f5a17

Browse files
juliusknorrbackportbot[bot]
authored andcommitted
Fix contacts menu position and show uid as a tooltip
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 parent e99d6b4 commit 18f5a17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)