AI Assistant: chat does not auto-scroll to newest message #94
Labels
No labels
meeting-notes
meeting-transcript
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/home#94
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
When sending a message or receiving a response in the AI Assistant, the chat area does not automatically scroll to the bottom. The user has to manually scroll down to see the latest response.
This is a basic UX expectation for any chat interface — every chat app (WhatsApp, Slack, ChatGPT) auto-scrolls on new messages.
Expected behavior
Where to fix
The AI Assistant chat UI is in the Dioxus WASM shell (
hero_os_app). The scroll behavior needs to be added to the message list container — scroll to bottom when messages array changes, unless user has scrolled up.Signed-off-by: mik-tf
Fixed in v0.7.3-dev (https://forge.ourworld.tf/lhumina_code/hero_services/releases/tag/v0.7.3-dev). Deployed to herodev, visually verified via Hero Browser MCP. All E2E tests passing.