geo/frontend/app/(dashboard)/onboarding
chiguyong 45e151fc31 fix: frontend quality improvements
- Fix ONBOARDING_STEPS count (5→6) to match actual flow
- Unify OnboardingState type (remove duplicate from page.tsx)
- Replace raw fetch with fetchWithAuth in health-score.ts
- Extract shared utils (round, getStatusColor, DIMENSION_ICONS) to lib/utils/health-score.ts
- Fix Step5 handleComplete silent failure on error
- Remove console.error from Step2/Step4/Step5
- Remove unused props from Step3Platforms
- Fix TS errors in agents/page.tsx and strategy/page.tsx
- Exclude test files from tsc (handled by vitest)
2026-06-01 23:41:27 +08:00
..
OnboardingProgress.tsx feat(geo): U1-U9 monetization closed loop implementation 2026-06-01 07:39:05 +08:00
Step0HealthScore.tsx fix: frontend quality improvements 2026-06-01 23:41:27 +08:00
Step1BrandName.tsx feat: GEO平台P0-P1核心功能重构 2026-05-23 09:34:58 +08:00
Step2Competitors.tsx fix: frontend quality improvements 2026-06-01 23:41:27 +08:00
Step3Platforms.tsx fix: frontend quality improvements 2026-06-01 23:41:27 +08:00
Step4HealthReport.tsx fix: frontend quality improvements 2026-06-01 23:41:27 +08:00
Step5ActionSuggestions.tsx fix: frontend quality improvements 2026-06-01 23:41:27 +08:00
page.tsx fix: frontend quality improvements 2026-06-01 23:41:27 +08:00