fix(chat): remove separator line in bubbles and use WebSocket for echo updates

Remove unnecessary border-top separator above action buttons in message bubbles.
Replace 15s deferred loadMessages() after send with real-time echo updates via
WebSocket — API now returns msg_id so optimistic message gets linked to DB record.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
MarekWo
2026-03-31 10:17:10 +02:00
parent 695321c0c9
commit 6eb2250d88
4 changed files with 13 additions and 11 deletions
-2
View File
@@ -323,8 +323,6 @@ main {
display: flex;
gap: 0.25rem;
margin-top: 0.5rem;
padding-top: 0.5rem;
border-top: 1px solid var(--actions-border);
}
/* Message Bubbles */