Mercurial > libervia-templates
diff sat_templates/templates/bulma/chat/sub_messages_panel.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 | sat_templates/templates/bulma/chat/thread_panel.html@66f98ee041d8 |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sat_templates/templates/bulma/chat/sub_messages_panel.html Fri Jun 06 10:50:35 2025 +0200 @@ -0,0 +1,9 @@ +<nav class="panel has-background-light is-full-height is-flex is-flex-direction-column"> + <p class="panel-heading">{{title|default("Sub-Messages View", true)}}</p> + <div class="panel-block mt-1 is-flex-direction-column" > + <div id="sub-messages" class="is-full-width"> + </div> + <div id="sub-messages-input" class="is-full-width"> + </div> + </div> +</nav>