story-kit: merge 140_bug_activity_status_indicator_never_visible_due_to_display_condition

This commit is contained in:
Dave
2026-02-24 13:28:43 +00:00
parent 4cc61d566b
commit a39ba2cef6
2 changed files with 83 additions and 1 deletions

View File

@@ -683,8 +683,9 @@ export function Chat({ projectPath, onCloseProject }: ChatProps) {
</div>
</div>
)}
{loading && !streamingContent && (
{loading && (activityStatus != null || !streamingContent) && (
<div
data-testid="activity-indicator"
style={{
alignSelf: "flex-start",
color: "#888",