-
-
Notifications
You must be signed in to change notification settings - Fork 430
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
fix(progressbar): fix unclear label usage (#468) #547
fix(progressbar): fix unclear label usage (#468) #547
Conversation
Yes correct |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #547 +/- ##
=======================================
Coverage 99.42% 99.42%
=======================================
Files 130 130
Lines 6414 6428 +14
Branches 477 481 +4
=======================================
+ Hits 6377 6391 +14
Misses 37 37
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
I guess that just need to include some unit tests to cover the scenario, and it should be good to merge. |
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.
It looks good, just need to run the prettier to fix some code style issues.
…owbite-react into fix-unclear-proggress-labels
Thanks, the formatting has ben fixed |
@revnandi it seems that there is one piece of code that was introduced and wasn't tested. Could you provide some unit test for it? |
should be 100% now |
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.
Thank you for this~!
Description
Added separate props to display/hide Progressbar progress percentage and label, also the ability to position these labels inside/outside separately.
Fixes #468
Type of change
Please delete options that are not relevant.
Breaking changes
"label" prop renamed to textLabel
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
N/A
Checklist: