Add button in 3dot menu to copy status link to clipboard
This commit is contained in:
parent
6e14fb292c
commit
8c5946b728
4 changed files with 26 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
|||
<template>
|
||||
<Popover
|
||||
v-if="canDelete || canMute || canPin"
|
||||
trigger="click"
|
||||
placement="top"
|
||||
class="extra-button-popover"
|
||||
|
@ -45,6 +44,13 @@
|
|||
>
|
||||
<i class="icon-cancel" /><span>{{ $t("status.delete") }}</span>
|
||||
</button>
|
||||
<button
|
||||
v-close-popover
|
||||
class="dropdown-item dropdown-item-icon"
|
||||
@click.prevent="copyLink"
|
||||
>
|
||||
<i class="icon-share" /><span>{{ $t("status.copy_link") }}</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<i
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue