Skip to content

Commit

Permalink
Add tooltip to link name in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter committed May 5, 2022
1 parent 9e8199f commit c360938
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/unreleased/enhancement-redesign-link-sharing
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ Enhancement: Redesign link sharing
We have redesigned the public link list in the right sidebar. Links now can be edited in-line and have a similiar look-and-feel to people and group shares.

https://github.com/owncloud/web/pull/6749
https://github.com/owncloud/web/pull/6885
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
</div>
<div v-else class="oc-flex oc-flex-middle oc-text-truncate">
<oc-icon name="link" fill-type="line" />
<p class="oc-files-file-link-url oc-ml-s oc-text-truncate oc-my-rm" v-text="link.url" />
<p
v-oc-tooltip="link.url"
class="oc-files-file-link-url oc-ml-s oc-text-truncate oc-my-rm"
v-text="link.url"
/>
</div>
<oc-button
v-oc-tooltip="copyBtnHint"
Expand Down

0 comments on commit c360938

Please sign in to comment.