Pulse/frontend-modern/src/components/SetupWizard/steps
rcourtman cb06077fab feat: Add multi-step Setup Wizard for Pulse 5.0 onboarding
- New SetupWizard component with 5-step flow:
  1. Welcome: Bootstrap token unlock, platform showcase
  2. Security: Admin account + API token creation
  3. Connect: Multi-platform infrastructure (Proxmox, Docker, K8s)
  4. Features: AI and auto-updates toggles
  5. Complete: Credentials display with copy/download

- Replaced FirstRunSetup with SetupWizard in Login.tsx
- Added Install Update button to UpdatesSettingsPanel
- Enhanced UpdatesSettingsPanel with update plan integration
- Added UpdateConfirmationModal to Settings for inline updates

Positions Pulse as a unified infrastructure monitoring platform,
not just a Proxmox-specific tool.
2025-12-13 15:08:47 +00:00
..
CompleteStep.tsx feat: Add multi-step Setup Wizard for Pulse 5.0 onboarding 2025-12-13 15:08:47 +00:00
ConnectStep.tsx feat: Add multi-step Setup Wizard for Pulse 5.0 onboarding 2025-12-13 15:08:47 +00:00
FeaturesStep.tsx feat: Add multi-step Setup Wizard for Pulse 5.0 onboarding 2025-12-13 15:08:47 +00:00
SecurityStep.tsx feat: Add multi-step Setup Wizard for Pulse 5.0 onboarding 2025-12-13 15:08:47 +00:00
WelcomeStep.tsx feat: Add multi-step Setup Wizard for Pulse 5.0 onboarding 2025-12-13 15:08:47 +00:00