wip: sse implementation chat

This commit is contained in:
Per Stark
2025-02-24 12:23:58 +01:00
parent e43b63de9f
commit c41e370b81
16 changed files with 361 additions and 63 deletions

View File

@@ -9,9 +9,7 @@
<div class="relative w-full">
{% include "chat/history.html" %}
<div class="fixed w-full mx-auto max-w-3xl left-0 right-0 bottom-0">
{% include "chat/input_field.html" %}
</div>
{% include "chat/new_message_form.html" %}
</div>
</main>
</div>