Mercurial > libervia-templates
diff sat_templates/templates/bulma/chat/message_input.html @ 406:049a0638f6fa
chat: Keywords handling:
- Keywords are now displayed in messages.
- Modal panel has been updated to allow for side panels, i.e. modal panel comming from
top, bottom, right or left with an animation, and which can be closed by
clicking/touching outside of the panel.
rel 458
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 06 Jun 2025 10:50:35 +0200 |
parents | 66f98ee041d8 |
children | f7a434581872 |
line wrap: on
line diff
--- a/sat_templates/templates/bulma/chat/message_input.html Wed May 21 15:41:00 2025 +0200 +++ b/sat_templates/templates/bulma/chat/message_input.html Fri Jun 06 10:50:35 2025 +0200 @@ -1,7 +1,7 @@ <div id="input-panel"> <!-- Attachments --> - <div id="attachments" class="box has-background-white is-flex is-flex-grow-0 is-flex-shrink-0 is-align-items-center is-overflow-auto is-contracted"> + <div id="attachments" class="attachments box has-background-white is-flex is-flex-grow-0 is-flex-shrink-0 is-align-items-center is-overflow-auto is-contracted"> {% for file in attachments %} {% include 'chat/attachment_preview.html' %} {% endfor %}