JoinColony / colonyCDapp

An iteration of the Colony Dapp sporting both a fully decentralized operating mode, as well as a mode enhanced by a metadata caching layer
5 stars 14 forks source link

Fix: Previous steps in colony creation should not be clickable #3723

Open iamsamgibbs opened 3 days ago

iamsamgibbs commented 3 days ago

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

Screenshot 2024-11-15 at 14 23 29

Diffs

Changes 🏗

Resolves #3547