diff sat_templates/templates/bulma/chat/chat.html @ 386:e63fb06052ae

bulma: message edition + extra menu + improvments: - add an extra menu template with `Edit` and `Quote` - add a template for previous editions popup - fix `own_msg` class application - add CSS for edit mode - cosmetic changes
author Goffi <goffi@goffi.org>
date Tue, 28 Nov 2023 17:48:00 +0100
parents 941e4006ab6e
children 8b990c78d4b5
line wrap: on
line diff
--- a/sat_templates/templates/bulma/chat/chat.html	Wed Nov 22 15:22:11 2023 +0100
+++ b/sat_templates/templates/bulma/chat/chat.html	Tue Nov 28 17:48:00 2023 +0100
@@ -3,7 +3,8 @@
 {% block body %}
     {{ icon_defs(
     "lock-open", "lock-filled", "ok", "pencil", "dot-3", "share", "attach",
-    "paper-plane-empty", "doc", "download", "wrench", "eye", "smile", "plus-circled"
+    "paper-plane-empty", "doc", "download", "wrench", "eye", "smile", "plus-circled",
+    "quote-left"
     ) }}
 
     {# TODO: this should be done in a more generic way in dialog module #}