Merge branch 'copy-emoji-one' into 'develop'
Allow copying a single emoji from a pack, copying emojis from posts, and show a popover on emoji click See merge request pleroma/pleroma-fe!2207
This commit is contained in:
commit
0424992a35
15 changed files with 325 additions and 36 deletions
|
|
@ -79,6 +79,7 @@
|
|||
<RichContent
|
||||
:html="retweeterHtml"
|
||||
:emoji="retweeterUser.emoji"
|
||||
:is-local="retweeterUser.is_local"
|
||||
/>
|
||||
</router-link>
|
||||
<router-link
|
||||
|
|
@ -139,6 +140,7 @@
|
|||
<RichContent
|
||||
:html="status.user.name"
|
||||
:emoji="status.user.emoji"
|
||||
:is-local="status.user.is_local"
|
||||
/>
|
||||
</h4>
|
||||
<h4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue