comparison sat_templates/templates/bulma/chat/chat.html @ 387:8b990c78d4b5

(bulma/chat): add menu + style for message retraction
author Goffi <goffi@goffi.org>
date Thu, 30 Nov 2023 13:24:43 +0100
parents e63fb06052ae
children
comparison
equal deleted inserted replaced
386:e63fb06052ae 387:8b990c78d4b5
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", "smile", "plus-circled", 6 "paper-plane-empty", "doc", "download", "wrench", "eye", "smile", "plus-circled",
7 "quote-left" 7 "quote-left", "trash-empty"
8 ) }} 8 ) }}
9 9
10 {# TODO: this should be done in a more generic way in dialog module #} 10 {# TODO: this should be done in a more generic way in dialog module #}
11 <div id="modal" class="modal"> 11 <div id="modal" class="modal">
12 <div class="modal-background"></div> 12 <div class="modal-background"></div>