## Summary - hide connected-account plan warning and price after the user chooses connected setup once - seed onboarding state from existing connected accounts - add hook unit coverage and browser coverage for warning/price visibility ## Tests - bun run test -- resources/js/hooks/use-onboarding-state.test.tsx - php artisan test --compact tests/Browser/OnboardingFlowTest.php --filter="hides the connected plan warning" - npm run types -- --pretty false 2>&1 | rg "resources/js/(components/onboarding/step-create-account|hooks/use-onboarding-state|pages/onboarding/index)" (no onboarding errors; repo has unrelated existing TS errors) |
||
|---|---|---|
| .. | ||
| step-account-types.tsx | ||
| step-button.tsx | ||
| step-categorize-transactions.tsx | ||
| step-category-types.tsx | ||
| step-complete.tsx | ||
| step-create-account.tsx | ||
| step-customize-categories.tsx | ||
| step-header.tsx | ||
| step-import-balances.tsx | ||
| step-import-transactions.tsx | ||
| step-smart-rules.tsx | ||
| step-syncing.tsx | ||
| step-welcome.tsx | ||