-
Notifications
You must be signed in to change notification settings - Fork 47
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-bar): new components #1415
Conversation
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.
Great work @jaynguyenslng and a really good first big contribution to Canopy 🙌
I've added a lot of comments, but most of them are quite small. Please shout if you want to discuss anything in detail, esp. the a11y points.
projects/canopy/src/lib/progress-indicator/docs/guide.stories.mdx
Outdated
Show resolved
Hide resolved
projects/canopy/src/lib/progress-indicator/progress-indicator.module.ts
Outdated
Show resolved
Hide resolved
projects/canopy/src/lib/progress-indicator/progress-journey/progress-journey.component.html
Outdated
Show resolved
Hide resolved
projects/canopy/src/lib/progress-indicator/progress-bar/progress-bar.component.html
Outdated
Show resolved
Hide resolved
projects/canopy/src/lib/progress-indicator/progress-journey/progress-journey.component.ts
Show resolved
Hide resolved
projects/canopy/src/lib/progress-indicator/progress-indicator.component.html
Outdated
Show resolved
Hide resolved
projects/canopy/src/lib/progress-indicator/progress-indicator.component.html
Outdated
Show resolved
Hide resolved
projects/canopy/src/lib/progress-indicator/progress-indicator.component.html
Outdated
Show resolved
Hide resolved
projects/canopy/src/lib/progress-indicator/progress-bar/progress-bar.component.ts
Outdated
Show resolved
Hide resolved
projects/canopy/src/lib/progress-indicator/progress-indicator.component.ts
Outdated
Show resolved
Hide resolved
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.
Thanks @jaynguyenslng, great work! Just a few more very small comments from me.
projects/canopy/src/lib/progress-indicator/progress-indicator.interface.ts
Outdated
Show resolved
Hide resolved
projects/canopy/src/lib/progress-indicator/docs/guide.stories.mdx
Outdated
Show resolved
Hide resolved
projects/canopy/src/lib/progress-indicator/progress-bar/progress-bar.component.scss
Outdated
Show resolved
Hide resolved
projects/canopy/src/lib/progress-indicator/progress-bar/progress-bar.component.spec.ts
Outdated
Show resolved
Hide resolved
projects/canopy/src/lib/progress-indicator/progress-bar/progress-bar.component.spec.ts
Show resolved
Hide resolved
projects/canopy/src/lib/progress-indicator/progress-bar/progress-bar.component.spec.ts
Outdated
Show resolved
Hide resolved
projects/canopy/src/lib/progress-indicator/progress-indicator.component.spec.ts
Outdated
Show resolved
Hide resolved
projects/canopy/src/lib/progress-indicator/progress-indicator.component.ts
Outdated
Show resolved
Hide resolved
projects/canopy/src/lib/progress-indicator/progress-indicator.component.spec.ts
Show resolved
Hide resolved
projects/canopy/src/lib/progress-indicator/progress-indicator.module.ts
Outdated
Show resolved
Hide resolved
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.
One more final comment from me, thanks for your patience with this 👍
projects/canopy/src/lib/progress-indicator/progress-indicator.component.spec.ts
Show resolved
Hide resolved
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.
Nice work @jaynguyenslng!
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.
Great work Jay 💪
🎉 This PR is included in version 11.14.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Description
This PR adds an new progress indicator component.
Ticket: https://legalandgeneral.atlassian.net/browse/WPD-4440
Discussion: #1407
Screenshot:
Requirements
Please briefly outline any requirements for the work which may aid the testing and review process.
Design link: (link to design or delete if not required)
Checklist: