Files
zulip/static/templates/emoji_popover.handlebars
Harshit Bansal 2873b886fb emoji_picker: Add emoji showcase.
Emoji showcase refers to the space at the bottom of the emoji
picker we use for showing name as well as aliases of the currently
focused emoji.

Fixes: #6110.
2017-09-29 21:09:00 +00:00

8 lines
183 B
Handlebars

<div class="popover {{class}}">
<div class="arrow"></div>
<div class="popover-content">
<div></div>
</div>
<div class="emoji-showcase-container"></div>
</div>