mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-08-12 11:42:56 +02:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user