summaryrefslogtreecommitdiffstats
path: root/webapp/make-emojis
Commit message (Collapse)AuthorAgeFilesLines
* [PLT-7317] Fix emoji picker preview (#7136)Saturnino Abril2017-08-081-0/+1
| | | | | | * fix emoji picker preview * make use of sprite-sheet CSS for all system emojis
* PLT-7262 Stopped including emoji sprite sheets multiple times in CSS (#7077)Harrison Healey2017-08-011-2/+4
| | | | | | * PLT-7262 Stopped including emoji sprite sheets multiple times in CSS * Changed EmojiPickerItem to be a PureComponent
* Fixed error thrown when viewing a channel containing an invalid emoji ↵Harrison Healey2017-08-011-0/+13
| | | | | | | | reaction (#7080) * Added better error handling for when reacting with a non-existant emoji * Re-added emoji aliases ca, za, and pk
* Refresh the emoji library (#7001)Chris2017-07-251-0/+178
* refresh the emoji library * fix img_trans.gif * compress sprite sheet * remove note on compression - webpack seems to handle compression decently * better emoji sheet preloading * requested changes