Commit graph

5 commits

Author SHA1 Message Date
Evan Morikawa
431b652e62 fix(lint): various linter fixes 2016-05-06 14:11:05 -07:00
Evan Morikawa
47497dba04 feat(babel6): Fix emoji data 2016-05-06 11:55:48 -07:00
Evan Morikawa
05515c847c feat(babel6): 2,743 lint errors 2016-05-06 11:55:41 -07:00
Jackie Luo
1039ad2c34 fix(composer-emoji): Switch to characters to PNGs (#1898)
* Add PNGs and JSON file

* Add Apple and Twitter emoji

* Fix linter issues and tests

* Get correct path from EmojiStore

* Add emoji regex and update extensions

* Remove the scary regex
2016-04-12 10:27:24 -07:00
Jackie Luo
dcb8478f97 feat(composer-emoji): Add emoji button to composer
Summary: The emoji picker allows users to insert emoji to their messages on click. A few emoji that don't render properly in Chromium are replaced with PNGs, both in the composer view and the message list view, but only the Unicode characters are sent in the message bodies.

Test Plan: TODO

Reviewers: bengotow, evan

Reviewed By: evan

Differential Revision: https://phab.nylas.com/D2787
2016-03-24 10:45:48 -07:00