openclaw/ui
kiranjd 511632f47c fix(ui): scroll chat to bottom on initial load
The chat view was starting at the top showing oldest messages instead of
scrolling to the bottom to show the latest messages (like WhatsApp).

Root causes:
1. scheduleChatScroll() was called without force flag in refreshActiveTab()
2. The scroll was targeting .chat-thread element which has overflow:visible
   and doesn't actually scroll - the window scrolls instead

Fixes:
- Pass force flag (!chatHasAutoScrolled) when loading chat tab
- Wait for Lit updateComplete before scrolling to ensure DOM is ready
- Scroll the window instead of the .chat-thread container
- Use behavior: 'instant' for immediate scroll without animation
2026-01-06 11:23:27 +05:30
..
src fix(ui): scroll chat to bottom on initial load 2026-01-06 11:23:27 +05:30
index.html chore: rename project to clawdbot 2026-01-04 14:38:51 +00:00
package.json fix(ui): render markdown in chat 2026-01-04 21:51:26 +01:00
tsconfig.json fix(control-ui): serve dashboard at root 2025-12-19 05:11:08 +00:00
vite.config.ts fix(chat): stabilize web UI tool runs 2026-01-05 17:22:29 +00:00
vitest.config.ts chore: update deps and add control ui routing tests 2025-12-30 14:30:46 +01:00