-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/progress page #13
Conversation
ZimLim
commented
Sep 9, 2024
- used vertical stepper to track user's progress
- passed, current, and remaining tests indicated with different icons and color
- inserted component into Transition page between tests
- Labels of each tests can be changed within the component
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some feedbacks on the instructions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found a bug on stepper. Details in the comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some small clean up
…to feat/progress-page merging from remote branch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor issues, mostly linting related. I would like to keep everything consistent, so make sure to:
- Add spaces between double bracket for
sx
prop and one space after colon, e.g.sx={{ margin: 2, padding: 4 }}
- Use double quotation
You can also use the Prettier - Code formatter
extensions on VScode. It can help you reformat everything on save. I'm using the default setting. You can also configure it for other coding style as well.