agent-zero/webui/components/chat
Alessandro a0fc9367b7 fix: chat-input tremor during typing
Stabilization in adjustTextareaHeight() in input-store.js: after setting height from scrollHeight, we do one extra read and apply Math.max of the post-set scrollHeight and the value just assigned. This catches any layout shift triggered by the height assignment itself, so the box always lands at the correct height without oscillating.

Also removed field-sizing: content from #chat-input, which was conflicting with the JS-driven height and amplifying the jumps into visible trembling.
2026-03-16 14:20:48 +01:00
..
attachments fix: image attachment 404 on message display 2026-02-25 23:49:44 -08:00
input fix: chat-input tremor during typing 2026-03-16 14:20:48 +01:00
message-queue Add tool request validation and plugin change notifications 2026-03-10 13:08:48 +01:00
navigation fixing scrolling, markdown, subordinates 2026-01-30 15:21:54 +01:00
speech Merge branch 'pr/902' into development 2026-01-31 19:42:17 +01:00
top-section fix UI regressions 2026-02-18 10:38:38 +01:00