Skip to content

Commit

Permalink
Emoji Picker & Comment improvements (directus#11946)
Browse files Browse the repository at this point in the history
* add simple emoji picker and improve comments

* add v-md option to open in new tab

* fix styling when editing comment

* clean up code

* use script setup

* use different emoji lib

* fix inserting emojis into text

* fix search styling

* always show cancel button

* comment style tweaks

* clean up emoji picker

* add placeholder to v-template-input

* cleanup comments some more

* clean up comments sooooome more

* fix notify message on update

* update comment markdown styling

* button and icon hover colors

* move styling to global file

* clean up code

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
Co-authored-by: Ben Haynes <ben@rngr.org>
  • Loading branch information
3 people committed Apr 22, 2022
1 parent 52021e1 commit ad5023c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/package.json
Expand Up @@ -107,6 +107,7 @@
"vue-i18n": "9.1.9",
"vue-router": "4.0.12",
"vuedraggable": "4.1.0",
"wellknown": "0.5.0"
"wellknown": "0.5.0",
"@joeattardi/emoji-button": "^4.6.2"
}
}

0 comments on commit ad5023c

Please sign in to comment.