openclaw/ui
Marco Marandiz e18f43ddad fix(webchat): respect user scroll position during streaming and refresh
- Increase near-bottom threshold from 200px to 450px so one long message
  doesn't falsely register as 'near bottom'
- Make force=true only override on initial load (chatHasAutoScrolled=false),
  not on subsequent refreshChat() calls
- refreshChat() no longer passes force=true to scheduleChatScroll
- Add chatNewMessagesBelow flag for future 'scroll to bottom' button UI
- Clear chatNewMessagesBelow when user scrolls back to bottom
- Add 13 unit tests covering threshold, force behavior, streaming, and reset
2026-02-02 16:06:03 +00:00
..
public fix: migrate legacy gateway services 2026-01-30 04:01:31 +01:00
src fix(webchat): respect user scroll position during streaming and refresh 2026-02-02 16:06:03 +00:00
index.html fix: migrate legacy gateway services 2026-01-30 04:01:31 +01:00
package.json chore: Enable `experimentalSortPackageJson` in `oxfmtrc.jsonc`. 2026-01-31 23:19:40 +09:00
tsconfig.json fix(control-ui): serve dashboard at root 2025-12-19 05:11:08 +00:00
vite.config.ts chore: Manually fix lint issues in `ui`. 2026-02-02 15:23:36 +09:00
vitest.config.ts chore: update deps and add control ui routing tests 2025-12-30 14:30:46 +01:00