v0.1.42 — fix(ui): replace onboarding step indicator with inline badge
Release v0.1.42: Streamlined Onboarding UI
What changed
The onboarding wizard had a full-width step indicator that took up ~40px of vertical space for just two steps ("Create Product" → "Done"). We replaced it with a compact Step 1 of 1 pill badge embedded in the product creation card header.
Why it matters
The original component was visual overhead—indicator bars are useful with many steps, but with only one meaningful action, the space is better used for content. The inline badge keeps the wizard metaphor intact while reducing clutter.
Technical notes
Removed StepIndicator component, STEPS constant, and unused Circle icon import. No breaking changes or data model updates.
Release Notes
Merged PR #457 (fix(ui): replace onboarding step indicator with inline badge) via squash merge into main (SHA de89068). Created GitHub release v0.1.42 tagged v0.1.42. The change removes the oversized StepIndicator component and STEPS constant from OnboardingWizard (-59/+6 lines) and replaces it with a compact inline "Step 1 of 1" pill badge. Patch version bump chosen as this is a UI-only cleanup with no new features or breaking changes.