wip: chat interface

This commit is contained in:
Per Stark
2025-02-20 21:11:45 +01:00
parent e5dd88fd1c
commit e43b63de9f
15 changed files with 6115 additions and 19 deletions

View File

@@ -13,7 +13,13 @@
{% endif %}
</div>
<h2 class="card-title truncate">
{{ text_content.text }}
{% if text_content.url %}
<a href="{{ text_content.url}}">{{text_content.url}}</a>
{% elif text_content.file_info %}
{{text_content.file_info.file_name}}
{% else %}
{{text_content.text}}
{% endif %}
</h2>
</div>
<div class="flex items-center">