-
Notifications
You must be signed in to change notification settings - Fork 6.8k
perf(material-experimental/mdc-progress-bar): Use class for MDC adapter #20088
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
Conversation
Are the checkbox changes here intentionally or was that some kind of bad rebase? |
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.
Looks good aside from the changes in unrelated components
@mmalerba I accidentally left changes in checkbox and radio on my branch - should be gone now. |
still seeing checkbox and radio changes |
bc32873
to
b9fd9b4
Compare
@mmalerba I accidentally committed all files again. Silly me! Should be fixed now. |
b9fd9b4
to
256ff6e
Compare
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.
LGTM, just one nit
It looks like there are some failing tests |
Closing due to inactivity |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Updates mdc-progress-bar to use a class-based adapter, which improves performance, just like in:
#19980
Hopefully, test failures will be resolved after this PR is merged:
material-components/material-components-web#6256