mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
Hiding these UI widgets causing layout issues -- specifically, the
position of the \vdots menu looks off with these elements missing.
Enabling this buttons (and opening the login_to_access modal on click)
provides a light advertisement for these features, seems to be the
standard practice for forum-like software, and will also be easier to
maintain.
This effectively reverts f26a76a9d8, in
addition to adding new logic.
8 lines
380 B
Handlebars
8 lines
380 B
Handlebars
{{#each this/msg/message_reactions}}
|
|
{{> message_reaction}}
|
|
{{/each}}
|
|
<div class="reaction_button" data-tippy-content="{{t 'Add emoji reaction' }}" aria-label="{{t 'Add emoji reaction' }} (:)">
|
|
<i class="fa fa-smile-o" role="button" aria-haspopup="true" tabindex="0" aria-label="{{t 'Add emoji reaction' }} (:)"></i>
|
|
<div class="message_reaction_count">+</div>
|
|
</div>
|