comparison sat_templates/templates/bulma/chat/chat.html @ 385:941e4006ab6e

bulma (message): reactions + fixes: - add "reaction" button - fix attachments display - add reaction templates - add reactions to messages - fix "info" messages display
author Goffi <goffi@goffi.org>
date Wed, 22 Nov 2023 15:22:11 +0100
parents 9860286068b9
children e63fb06052ae
comparison
equal deleted inserted replaced
384:4e050f67c079 385:941e4006ab6e
1 {% if not embedded %}{% extends 'base/base.html' %}{% endif %} 1 {% if not embedded %}{% extends 'base/base.html' %}{% endif %}
2 {% block title %}{{ target_jid }} - {{ super() }}{% endblock %} 2 {% block title %}{{ target_jid }} - {{ super() }}{% endblock %}
3 {% block body %} 3 {% block body %}
4 {{ icon_defs( 4 {{ icon_defs(
5 "lock-open", "lock-filled", "ok", "pencil", "dot-3", "share", "attach", 5 "lock-open", "lock-filled", "ok", "pencil", "dot-3", "share", "attach",
6 "paper-plane-empty", "doc", "download", "wrench", "eye" 6 "paper-plane-empty", "doc", "download", "wrench", "eye", "smile", "plus-circled"
7 ) }} 7 ) }}
8 8
9 {# TODO: this should be done in a more generic way in dialog module #} 9 {# TODO: this should be done in a more generic way in dialog module #}
10 <div id="modal" class="modal"> 10 <div id="modal" class="modal">
11 <div class="modal-background"></div> 11 <div class="modal-background"></div>