From 96c48f55665b8054470d25abcb6c86d097c741a8 Mon Sep 17 00:00:00 2001 From: AstroHan Date: Sat, 14 Mar 2026 03:03:00 +0800 Subject: [PATCH] fix(ui): restore chat-new-messages class on scroll pill button (#44856) Merged via squash. Prepared head SHA: 621ef634a49bc55ff52e0d0adbcdd1d23c5949fa Co-authored-by: Astro-Han <255364436+Astro-Han@users.noreply.github.com> Co-authored-by: altaywtf <9790196+altaywtf@users.noreply.github.com> Reviewed-by: @altaywtf --- CHANGELOG.md | 1 + ui/src/ui/views/chat.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fd48042765..cb4d2cde405 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ Docs: https://docs.openclaw.ai - Agents/compaction: preserve safeguard compaction summary language continuity via default and configurable custom instructions so persona drift is reduced after auto-compaction. (#10456) Thanks @keepitmello. - Agents/tool warnings: distinguish gated core tools like `apply_patch` from plugin-only unknown entries in `tools.profile` warnings, so unavailable core tools now report current runtime/provider/model/config gating instead of suggesting a missing plugin. - Slack/probe: keep `auth.test()` bot and team metadata mapping stable while simplifying the probe result path. (#44775) Thanks @Cafexss. +- Dashboard/chat UI: restore the `chat-new-messages` class on the New messages scroll pill so the button uses its existing compact styling instead of rendering as a full-screen SVG overlay. (#44856) Thanks @Astro-Han. ## 2026.3.12 diff --git a/ui/src/ui/views/chat.ts b/ui/src/ui/views/chat.ts index 36412b965a6..1d0b877d042 100644 --- a/ui/src/ui/views/chat.ts +++ b/ui/src/ui/views/chat.ts @@ -1169,7 +1169,7 @@ export function renderChat(props: ChatProps) { props.showNewMessages ? html`