lyft / clutch

Extensible platform for infrastructure management
https://clutch.sh
Apache License 2.0
1.67k stars 116 forks source link

Test stepper nonlinear #3071

Closed scsjonatan closed 1 month ago

scsjonatan commented 1 month ago

Description

Includes changes to the stepper and wizard components to enhance their functionality and simplify the state management. The most important changes involve adding a new isComplete property to the StepProps interface, removing the completed property from StepperProps, and updating the wizard state management to use a new action type.

Stepper Component Updates:

Wizard Component Updates: