-
-
Notifications
You must be signed in to change notification settings - Fork 437
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
refactor(component): simplify the usage of spinner inside the Button #535
refactor(component): simplify the usage of spinner inside the Button #535
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #535 +/- ##
=======================================
Coverage 99.42% 99.43%
=======================================
Files 130 131 +1
Lines 6480 6495 +15
Branches 485 488 +3
=======================================
+ Hits 6443 6458 +15
Misses 37 37
... and 1 file with indirect coverage changes 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 in Codecov by Sentry. |
@aminlotfi Are you still able to finish this? Would be happy to add this to 1.0.0 |
4444550
to
639d6b4
Compare
It isn't perfect but should be fine. |
639d6b4
to
a58eaf8
Compare
a58eaf8
to
9de45d4
Compare
It may not be a bad idea to add a variant of button that is typed specifically to contain a spinner to move some of the code added here out of the way of the standard button. The component is rather large now. |
@tulup-conner or maybe just split the button into sub-components to make it easier to understand? |
re #175
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
Breaking changes
Please document the breaking changes if suitable.
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:
Checklist: