Mercurial > libervia-templates
comparison sat_templates/templates/bulma/chat/extra_menu.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 | 65c53ec5e777 |
children |
comparison
equal
deleted
inserted
replaced
410:a5588ea3bcd6 | 411:f7a434581872 |
---|---|
17 <a href="#" class=""> | 17 <a href="#" class=""> |
18 {{ icon('regular trash-can', cls='icon is-small has-text-danger') }} {% trans %}Retract{% endtrans %} | 18 {{ icon('regular trash-can', cls='icon is-small has-text-danger') }} {% trans %}Retract{% endtrans %} |
19 </a> | 19 </a> |
20 </li> | 20 </li> |
21 {% endif %} | 21 {% endif %} |
22 <li class="action_forward"> | |
23 <a href="#" class=""> | |
24 {{ icon('regular share-from-square', cls='icon is-small') }} {% trans %}Forward{% endtrans %} | |
25 </a> | |
26 </li> | |
22 </ul> | 27 </ul> |
23 </div> | 28 </div> |