Mercurial > libervia-templates
comparison sat_templates/templates/bulma/chat/chat.html @ 411:f7a434581872 default tip
chat: Add forward, rich editing and extra recipients:
- There is a new "forward" menu in message. For now, a simple prompt ask for recipient JID.
- A new "extra" menu is available next to input field. Inside there are 2 items for now:
add extra recipient, and toggle rich edit mode.
- Extra recipient option add a field to add an email-like "to", "cc" or "bcc" recipients.
- Rich edit let use rich styling such as bold, italic, underline, etc.
rel 461
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 04 Jul 2025 17:33:22 +0200 |
parents | 44439110247f |
children |
comparison
equal
deleted
inserted
replaced
410:a5588ea3bcd6 | 411:f7a434581872 |
---|---|
4 {% endif %} | 4 {% endif %} |
5 {% from 'components/collapsible_card.html' import collapsible_card %} | 5 {% from 'components/collapsible_card.html' import collapsible_card %} |
6 {% block title %}{{ target_jid }} - {{ super() }}{% endblock %} | 6 {% block title %}{{ target_jid }} - {{ super() }}{% endblock %} |
7 {% block body %} | 7 {% block body %} |
8 {{ icon_defs( | 8 {{ icon_defs( |
9 "check", "comment-dots", "ellipsis", "lock", "paperclip", "pencil", "quote-left", "reply", "regular face-smile", "regular trash-can", "share-nodes", "unlock" | 9 "check", "comment-dots", "ellipsis", "ellipsis-vertical", "regular envelope", "lock", "paperclip", "pencil", "pen-to-square", "quote-left", "reply", "regular face-smile", "regular share-from-square", "regular trash-can", "share-nodes", "unlock" |
10 ) }} | 10 ) }} |
11 | 11 |
12 | 12 |
13 | 13 |
14 <div class="columns is-gapless chat-container"> | 14 <div class="columns is-gapless chat-container"> |