add more context to chat messages

This commit is contained in:
Sven Balzer
2025-01-26 17:15:43 +01:00
parent d7779f3c48
commit ef00bd029e
3 changed files with 54 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
<div class="DSA41 row chat-header">
<img src="{{img}}" alt="{{name}}">
<div class="col">
<span class="title">{{name}}</span>
<span class="subtitle">{{author}}</span>
</div>
</div>