Refresh the emoji library (#7001)
* 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
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
e5e450fc09
Коммит
d49419776d
@@ -184,8 +184,8 @@ describe('TextFormatting.Hashtags', function() {
|
||||
);
|
||||
|
||||
assert.equal(
|
||||
TextFormatting.formatText('#:taco:').trim(),
|
||||
'<p>#<span alt=":taco:" class="emoticon" title=":taco:" style="background-image:url(/static/emoji/taco.png)"></span></p>'
|
||||
TextFormatting.formatText('#:mattermost:').trim(),
|
||||
'<p>#<span alt=":mattermost:" class="emoticon" title=":mattermost:" style="background-image:url(/static/emoji/mattermost.png)"></span></p>'
|
||||
);
|
||||
|
||||
assert.equal(
|
||||
|
||||
Ссылка в новой задаче
Block a user