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:
HJ 2025-08-21 06:56:13 +00:00
commit 0424992a35
15 changed files with 325 additions and 36 deletions

View file

@ -62,6 +62,7 @@
:title="'@'+notification.from_profile.screen_name_ui"
:html="notification.from_profile.name_html"
:emoji="notification.from_profile.emoji"
:is-local="notification.from_profile.is_local"
/>
</bdi>
<!-- eslint-enable vue/no-v-html -->