Commit Graph
6 Commits
Author SHA1 Message Date
Théo LAGACHE 9873cd747d fix(onboarding): skip default step when going back from agent-create if no notifiers and storages exist 2026-06-19 13:45:46 +02:00
Théo LAGACHE 0a1f509e3f fix(onboarding): skip intermediate agent steps when going back from project-create to agent-create 2026-06-19 13:43:14 +02:00
Théo LAGACHEandClaude Sonnet 4.6 808e60557b refactor(onboarding): move types, constants, schemas to sub-directories
- Rename onboarding.types.ts → types/index.ts
- Create constants/steps.ts with STEP_IDS and STEP_ORDER
- Create schemas/account.schema.ts with BaseSchema and WithPasswordSchema
- Update onboarding-shell.tsx to import STEP_ORDER from constants
- Update step-account-info.tsx to import schemas from schemas/account.schema
- Migrate 14 files from @/features/onboarding/onboarding.types → @/features/onboarding/types
- Fix missed import in app/(welcome)/welcome/onboarding-client.tsx

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 10:25:17 +02:00
Théo LAGACHE aef1c7b8fb feat(onboarding): show Next button in shell when navigating backwards 2026-06-18 16:04:39 +02:00
Théo LAGACHE 5c1b247ee5 style(onboarding): add branding to shell, fix progress bar full width 2026-06-18 11:05:30 +02:00
Théo LAGACHE 6098c2fe42 feat(onboarding): add stepper, contextual preview and shell 2026-06-16 16:39:54 +02:00