Mercurial > libervia-templates
comparison 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 |
comparison
equal
deleted
inserted
replaced
385:941e4006ab6e | 386:e63fb06052ae |
---|---|
1 {% if not embedded %}{% extends 'base/base.html' %}{% endif %} | 1 {% if not embedded %}{% extends 'base/base.html' %}{% endif %} |
2 {% block title %}{{ target_jid }} - {{ super() }}{% endblock %} | 2 {% block title %}{{ target_jid }} - {{ super() }}{% endblock %} |
3 {% block body %} | 3 {% block body %} |
4 {{ icon_defs( | 4 {{ icon_defs( |
5 "lock-open", "lock-filled", "ok", "pencil", "dot-3", "share", "attach", | 5 "lock-open", "lock-filled", "ok", "pencil", "dot-3", "share", "attach", |
6 "paper-plane-empty", "doc", "download", "wrench", "eye", "smile", "plus-circled" | 6 "paper-plane-empty", "doc", "download", "wrench", "eye", "smile", "plus-circled", |
7 "quote-left" | |
7 ) }} | 8 ) }} |
8 | 9 |
9 {# TODO: this should be done in a more generic way in dialog module #} | 10 {# TODO: this should be done in a more generic way in dialog module #} |
10 <div id="modal" class="modal"> | 11 <div id="modal" class="modal"> |
11 <div class="modal-background"></div> | 12 <div class="modal-background"></div> |