Commit Graph
4 Commits
Author SHA1 Message Date
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