Start integrating the onboarding flow with backend 14

This commit is contained in:
Urtzi Alfaro
2025-09-07 22:54:14 +02:00
parent 05898d504d
commit 0060b9cccb
13 changed files with 668 additions and 487 deletions

View File

@@ -32,7 +32,7 @@ export const useOnboarding = () => {
return {
// Core state from store
currentStep: store.getCurrentStep(),
currentStep: store.currentStep, // Return the index, not the step object
steps: store.steps,
data: store.data,
progress: store.getProgress(),