From 7e6a5682fa55c769ff8a73d00e2d798e146ddcc4 Mon Sep 17 00:00:00 2001 From: Dotta Date: Wed, 11 Mar 2026 13:55:49 -0500 Subject: [PATCH] Animate onboarding layout when switching between Company and Agent steps When on the Company step (step 1), the form takes up the left half with ASCII art on the right. Switching to Agent or any other step smoothly animates the form to full width while fading out the ASCII art panel. Switching back reverses the animation. Co-Authored-By: Paperclip Co-Authored-By: Claude Opus 4.6 --- ui/src/components/OnboardingWizard.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ui/src/components/OnboardingWizard.tsx b/ui/src/components/OnboardingWizard.tsx index 52997372..49addd6c 100644 --- a/ui/src/components/OnboardingWizard.tsx +++ b/ui/src/components/OnboardingWizard.tsx @@ -553,7 +553,10 @@ export function OnboardingWizard() { {/* Left half — form */} -
+
{/* Progress tabs */}
@@ -1186,7 +1189,10 @@ export function OnboardingWizard() {
{/* Right half — ASCII art (hidden on mobile) */} -
+