-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[core] Batch small changes #19416
[core] Batch small changes #19416
Conversation
oliviertassinari
commented
Jan 26, 2020
•
edited
Loading
edited
- [docs] Use style root convention 20cd5cb: further increase the consistency of the codebase. found investigating an issue.
- [docs] Fix wrong social share logo URL da8c3d5: our logo was no longer displayed when a link of the documentated is shared on Twitter, Slack, etc.
- [docs] Fix Autocomplete reason description 8fd78f3: further increase the consistency of the codebase. found investigating an issue.
- [core] Prefer early export default for consistency 143e908: further increase the consistency of the codebase. found investigating an issue.
- [TablePagination] Remove select icon override a477ec8: likely not needed. found investigating an issue.
- [test] Ignore flaky TextMobileStepper dcdabbe: this flaky test has been a pain.
- [ButtonBase] Remove intermediary component 283d5da: The button component is quite scarying when inspected with the DevTool, it's one less layer :). found investigating an issue.
- [docs] Fix Autocomplete demo on Safari 536c3c0: thank safari for the default margin. found investigating an issue.
- [docs] Polish typography demos 622a00c.
- [core] Normalize list style reset 82ecb91: further increase the consistency of the codebase. found investigating an issue.
- [docs] Avoid layout jump 9fd33cc: can be noticed on the installation page. found investigating an issue.
- [design] Link the Sketch version 2ab33ab: yay, it's live. also take the time to try different wordings.
- [Skeleton] Make demo Facebook closer to the original 19c2ba9: something I should have done in the first place when introducing the wave animation. Somebody recently reported an issue with the dark mode, I didn't want to take care of it here.
Wrong commit message? |
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.
Content looks good so far :)
I need to fix the visual regression and I have a couple more coming.
@mbrookes It doesn't seem that we need to apply a top: 1 style. |
5049d87
to
19c2ba9
Compare
Details of bundle changes.Comparing: 15d182c...74bc5b3
|
I missed it amongst all the unrelated changes. |
Until we fix CssBasline to apply body1 by default and not body2 on the body element in v5 we need to apply the style here. The smaller line height is especially concerninng.
@@ -53,7 +53,15 @@ const inHouseAds = [ | |||
name: 'scaffoldhub', | |||
link: 'https://scaffoldhub.io/?partner=1', | |||
img: '/static/in-house/scaffoldhub.png', | |||
description: '<b>ScaffoldHub</b> - Automate building your full-stack Material-UI web-app.', | |||
description: '<b>Scaffold</b><br />Automate building your full-stack Material-UI web-app.', |
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.
description: '<b>Scaffold</b><br />Automate building your full-stack Material-UI web-app.', | |
description: '<b>ScaffoldHub</b><br />Automate building your full-stack Material-UI web-app.', |
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.
The logo is branded, I wanted to cover the generic noun. What do you think?
Co-Authored-By: Matt <github@nospam.33m.co>