Small ux enhancements

This commit is contained in:
Ettore Di Giacinto
2024-04-12 00:23:55 +02:00
parent adf649be99
commit 82f1b37ae8
4 changed files with 19 additions and 11 deletions

View File

@@ -3,13 +3,9 @@
<head>
<title>Smart Agent Interface</title>
{{template "views/partials/header"}}
<!-- Optional: Include HTMX and SSE Extension for dynamic updates -->
<script src="https://unpkg.com/htmx.org"></script>
<script src="https://unpkg.com/htmx.org/dist/ext/sse.js"></script>
<script src="https://unpkg.com/hyperscript.org@0.9.12"></script>
<style>
body { overflow: hidden; }
.chat-container { height: 100vh; display: flex; flex-direction: column; }
.chat-container { height: 90vh; display: flex; flex-direction: column; }
.chat-messages { overflow-y: auto; flex-grow: 1; }
.htmx-indicator{
opacity:0;