creativecommons / chooser

The new and improved CC license selection tool.
https://chooser-beta.creativecommons.org
MIT License
98 stars 123 forks source link

[Bug] All steps appear to have been completed when chooser is launched #401

Closed MuluhGodson closed 2 years ago

MuluhGodson commented 2 years ago

Description

When using chooser, the user is required to proceed procedurally completing each step before moving to the next. To indicate that a step has been completed, the number of the step is filled with green colour, else it retains its grey colour. Presently when the chooser is started, all the steps appear to have been completed: ie, all the step numbers are green-filled.

Reproduction

  1. npm install
  2. npm run build-component
  3. open demo.html
  4. See error. [All steps appear to be completed]

Expectation

Each step number should only have a green fill when it has been completed.

Screenshots

Correct output chooser-beta.creativecommons.org

image

Wrong output

image