Mike Greiling
8bb2013279
dynamically import emoji helpers for gl-emoji custom tag prototype
2017-06-28 13:04:34 -05:00
Mike Greiling
9d6bbc92c9
move glEmojiTag method to emoji helper
2017-06-27 00:54:34 -05:00
Mike Greiling
27a1348f20
split emoji support methods from the async module
2017-06-27 00:10:17 -05:00
Mike Greiling
527e7edbc4
replace emojiAlias references with normalizeEmojiName helper
2017-06-26 22:50:57 -05:00
Mike Greiling
d099744dd4
centralize emoji helper methods
2017-06-23 14:23:20 -05:00
Mike Greiling
5a044dc25b
refactor option defaults
2017-06-23 14:23:12 -05:00
Eric Eastwood
c88d9cf34c
Fix NPE with horse racing emoji check
...
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32587
2017-06-02 15:44:14 -05:00
Phil Hughes
a7a3c48bcc
Double quotes around gl emoji title
2017-05-03 10:54:30 +01:00
Phil Hughes
81a37ca1ee
Moved the title onto the emoji tag
...
This adds the description in all places emojis are used
2017-04-24 17:08:12 +01:00
Eric Eastwood
a8a52a587d
Protect against unknown emojis in frequently used list
...
See https://gitlab.slack.com/archives/frontend/p1489690607738864
2017-03-16 17:22:21 -05:00
Eric Eastwood
ee9930145f
Update emojis to use harmony modules (import/export)
2017-03-08 11:27:14 -06:00
Eric Eastwood
f602efea65
Fix wrong image src with cached gl-emoji and relative root
2017-03-06 12:54:46 -06:00
Eric Eastwood
a8140d5c01
Fix up watch
alias lookup in Firefox
...
It was pulling
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/watch
2017-03-06 12:54:46 -06:00
Eric Eastwood
e6fc0207cb
Use native unicode emojis
...
- gl_emoji for falling back to image/css-sprite when the browser
doesn't support an emoji
- Markdown rendering (Banzai filter)
- Autocomplete
- Award emoji menu
- Perceived perf
- Immediate response because we now build client-side
- Update `digests.json` generation in gemojione rake task to be more
useful and include `unicodeVersion`
MR: !9437
See issues
- #26371
- #27250
- #22474
2017-03-06 12:54:46 -06:00