diff options
author | Ansh <anshnanda10@gmail.com> | 2023-08-23 16:29:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-23 16:29:23 -0700 |
commit | 6487a875426d098432fa708dc493ce150385ce91 (patch) | |
tree | 41f5366b1781a43c70d1bef92ad22afb92fe43b1 /.eslintrc.js | |
parent | 8ab5eb6583b6ddd4ed03ef2b1a55ef83fa0c0625 (diff) | |
download | voidsky-6487a875426d098432fa708dc493ce150385ce91.tar.zst |
[APP-836] Emoji picker for web (#1254)
* add emoji-mart package for emoji dropdown picker * remove emoji picker modal * load emoji mart data not as part of the main bundle * remove @emoji-mart/data * setup emoji insertion with events * get emoji data from local static assets * close emoji picker after one emoji has been inserted * Switch emoji picker trigger to an icon * Update emoji-mart-data.js * make grabbing emoji data work on more browsers --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
Diffstat (limited to '.eslintrc.js')
-rw-r--r-- | .eslintrc.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index a6881033a..9d6e6df80 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -16,6 +16,7 @@ module.exports = { '*.lock', '.husky', 'patches', + 'bskyweb', '*.html', 'bskyweb', ], |