Skip to content

Commit ef95ac6

Browse files
Fix contacts menu position and show uid as a tooltip
Signed-off-by: Julius Härtl <[email protected]> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
1 parent e99d6b4 commit ef95ac6

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

apps/files_sharing/js/dist/files_sharing_tab.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/files_sharing/js/dist/files_sharing_tab.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)