diff 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
line wrap: on
line diff
--- a/sat_templates/templates/bulma/chat/chat.html	Wed Nov 22 15:22:10 2023 +0100
+++ b/sat_templates/templates/bulma/chat/chat.html	Wed Nov 22 15:22:11 2023 +0100
@@ -3,7 +3,7 @@
 {% block body %}
     {{ icon_defs(
     "lock-open", "lock-filled", "ok", "pencil", "dot-3", "share", "attach",
-    "paper-plane-empty", "doc", "download", "wrench", "eye"
+    "paper-plane-empty", "doc", "download", "wrench", "eye", "smile", "plus-circled"
     ) }}
 
     {# TODO: this should be done in a more generic way in dialog module #}