From b3a1f5fafdfe0306ecbaadf8da93b4a2692d053e Mon Sep 17 00:00:00 2001 From: weishu Date: Fri, 31 Jul 2026 15:28:04 +0800 Subject: [PATCH] fix(web): hide background message sync indicator Remove the top-right Loading messages pill shown while tail reconciliation runs with cached conversation content. Keep background tail synchronization silent so it does not compete with older-history loading feedback or imply that the visible conversation is blocked. Cold-start skeletons, pull-to-load guidance, older-page loading state, unseen-message navigation, and global reconnect feedback remain unchanged. --- web/src/components/AssistantChat/HappyThread.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/web/src/components/AssistantChat/HappyThread.tsx b/web/src/components/AssistantChat/HappyThread.tsx index 2dc6d6a8..a4700112 100644 --- a/web/src/components/AssistantChat/HappyThread.tsx +++ b/web/src/components/AssistantChat/HappyThread.tsx @@ -1385,15 +1385,6 @@ export function HappyThread(props: { loadOlderMessagesPreservingScroll: loadOlderFromConsumer }}> - {props.isSyncingTail && props.rawMessagesCount > 0 ? ( -
- - {t('misc.loadingMessages')} -
- ) : null} {!props.isSyncingTail && ( props.isLoadingMoreMessages || pullToLoadState !== 'idle' ) ? (