diff sat_templates/templates/bulma/chat/chat.html @ 364:095bd5b34080

chat: add templates for URL previews
author Goffi <goffi@goffi.org>
date Wed, 28 Jun 2023 10:40:53 +0200
parents b2b859a62e70
children 9860286068b9
line wrap: on
line diff
--- a/sat_templates/templates/bulma/chat/chat.html	Wed Jun 28 10:40:53 2023 +0200
+++ b/sat_templates/templates/bulma/chat/chat.html	Wed Jun 28 10:40:53 2023 +0200
@@ -1,7 +1,10 @@
 {% if not embedded %}{% extends 'base/base.html' %}{% endif %}
 {% block title %}{{ target_jid }} - {{ super() }}{% endblock %}
 {% block body %}
-        {{ icon_defs("lock-open", "lock-filled", "ok", "pencil", "dot-3", "share", "attach", "paper-plane-empty", "doc", "download") }}
+    {{ icon_defs(
+    "lock-open", "lock-filled", "ok", "pencil", "dot-3", "share", "attach",
+    "paper-plane-empty", "doc", "download", "wrench", "eye"
+    ) }}
 
     {# TODO: this should be done in a more generic way in dialog module #}
     <div id="modal" class="modal">