Mercurial > libervia-templates
diff sat_templates/templates/bulma/chat/thread_panel.html @ 404:66f98ee041d8
chat: add UI for replies/threads:
rel 457
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 06 May 2025 00:37:41 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sat_templates/templates/bulma/chat/thread_panel.html Tue May 06 00:37:41 2025 +0200 @@ -0,0 +1,7 @@ +<nav class="panel has-background-light"> + <p class="panel-heading">Thread View</p> + <div class="panel-block mt-1" > + <div id="thread-messages" class="is-full-width"> + </div> + </div> +</nav>