From e7db587a9e3da7799842356b972d9a8078ee6bf7 Mon Sep 17 00:00:00 2001 From: f97 Date: Fri, 16 Sep 2022 23:42:52 +0700 Subject: [PATCH] feat: add emoji picker in editor (#221) * feat: add vietnamese * feat: add emoji picker in editor * fix failing checks * move emoji button before upload button * move script to body index.html * Update web/index.html Co-authored-by: boojack --- web/index.html | 1 + web/package.json | 1 + web/src/components/Editor/EmojiPicker.tsx | 41 +++++++++++++++++++++++ web/src/components/MemoEditor.tsx | 28 ++++++++++++++++ web/src/less/memo-editor.less | 8 +++++ web/yarn.lock | 5 +++ 6 files changed, 84 insertions(+) create mode 100644 web/src/components/Editor/EmojiPicker.tsx diff --git a/web/index.html b/web/index.html index 925ec066..d461a35f 100644 --- a/web/index.html +++ b/web/index.html @@ -12,6 +12,7 @@