The previous steps in the colony creation stepper are to show progress only, they should not be clickable. This PR adds a Stepper prop to disable previous steps.
Testing
Step 1 - Run: node scripts/create-colony-url.js
Step 2 - Set the screen size to mobile.
Step 3 - Progress the create colony flow to the confirmation step. Check that the previous steps are disabled and cannot be clicked.
Diffs
Changes 🏗
Added disablePreviousSteps prop to Stepper component.
Description
The previous steps in the colony creation stepper are to show progress only, they should not be clickable. This PR adds a Stepper prop to disable previous steps.
Testing
node scripts/create-colony-url.js
Diffs
Changes 🏗
disablePreviousSteps
prop to Stepper component.Resolves #3547