You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
279 B
8 lines
279 B
mixin renderReactionButton (title, emoji, reaction)
|
|
button(
|
|
uk-tooltip={ title, delay: 500 },
|
|
data-reaction= reaction,
|
|
onclick="return dtp.app.chat.sendReaction(event);",
|
|
).dtp-button-reaction
|
|
span.button-icon= emoji
|
|
span(class="uk-visible@l").count-label
|