Reuse the emoji picker for reactions (#7)

Fixes #6

Co-authored-by: FloatingGhost <hannah@coffee-and-dreams.uk>
Reviewed-on: http://akkoma.dev/AkkomaGang/pleroma-fe/pulls/7
This commit is contained in:
floatingghost 2022-06-16 11:41:08 +00:00
parent 52644ec5cb
commit 8c9356b9fd
3 changed files with 11 additions and 73 deletions

View file

@ -3,6 +3,7 @@ pipeline:
when:
event:
- push
- pull_request
image: node:16
commands:
- yarn
@ -13,6 +14,7 @@ pipeline:
when:
event:
- push
- pull_request
image: node:16
commands:
- apt update