diff --git a/frontend/src/app/new-onboarding/components/onboarding-content.tsx b/frontend/src/app/new-onboarding/components/onboarding-content.tsx index 9c462389..fa9025db 100644 --- a/frontend/src/app/new-onboarding/components/onboarding-content.tsx +++ b/frontend/src/app/new-onboarding/components/onboarding-content.tsx @@ -80,14 +80,12 @@ export function OnboardingContent({ {/* User message - show when nudge is selected */} {currentStep >= 1 && !!selectedNudge && ( -
1 ? "opacity-50" : ""}> - -
+ 1} /> )} {/* Assistant message - show streaming or final message */} {currentStep >= 1 && !!selectedNudge && (displayMessage || isLoading) && ( -
1 ? "opacity-50" : ""}> + <> {}} isStreaming={!!streamingMessage} + isCompleted={currentStep > 1} /> {!isLoading && displayMessage && currentStep === 1 && (
@@ -107,8 +106,7 @@ export function OnboardingContent({
)} -
- )} + )} = 2}