feat(canvas): show loading state while agent history loads

Track agent history loading in the workspace and render a spinner with a
localized "loading conversation history" message in the assistant feed,
so the empty state no longer flashes before history resolves.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-10 22:42:41 +08:00
parent 0a68551bfd
commit 6f998480bc
4 changed files with 38 additions and 2 deletions
+1
View File
@@ -341,6 +341,7 @@
"conversation": "Chat",
"newChat": "New chat",
"conversationHistory": "History",
"loadingConversationHistory": "Loading conversation history...",
"scrollToLatest": "Scroll to latest",
"searchConversationPlaceholder": "Search conversations",
"deleteConversation": "Delete conversation",