This commit is contained in:
cangui 2025-05-09 15:28:17 +02:00
parent e429bfa030
commit 325884af90
2 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{{ define "admin_conversations.pages.tmpl" }}
{{ define "admin_conv.pages.tmpl" }}
<h2>Historique des messages de l'utilisateur #{{ .UserID }}</h2>
<div class="mb-3">
@ -30,7 +30,8 @@
hx-swap="innerHTML">
</tbody>
</table>
<hr>
<h3>Conversation complète</h3>
<div id="threadViewer" class="mt-3"></div>
{{ end }}
{{ end }}

View File

@ -11,6 +11,7 @@
</div>
{{ end }}
</div>
<style>
.chat-thread {
padding: 1rem;
@ -42,4 +43,4 @@
margin-bottom: 0.25rem;
}
</style>
{{ end }}
{{ end }}