-
Notifications
You must be signed in to change notification settings - Fork 78
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
Upgrade to MUI v5 - rebased from client-deps-2 upgrade #4391
Conversation
margin-bottom: 1em; | ||
margin-top: 1em; | ||
margin-bottom: 1em !important; | ||
margin-top: 1em !important; |
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.
!important should not be used
@@ -68,6 +67,6 @@ | |||
} | |||
|
|||
.submitButton { | |||
margin-bottom: 1em; | |||
margin-top: 1em; | |||
margin-bottom: 1em !important; |
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.
!important should not be used
margin-right: 1em; | ||
margin-top: 0.5em; | ||
cursor: pointer !important; | ||
margin-right: 1em !important; |
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.
!important should not be used
cursor: pointer; | ||
margin-right: 1em; | ||
margin-top: 0.5em; | ||
cursor: pointer !important; |
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.
!important should not be used
b89704b
to
1efa5cb
Compare
b4684bd
to
0714d3a
Compare
Closes https://github.com/Coursemology/coursemology2/security/dependabot/3 and https://github.com/Coursemology/coursemology2/security/dependabot/39 sequrity issues as node-fetch is no longer used in mui package |
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.
I've been testing out the app over the past week - super solid work! I don't think there are any major issues. Code-wise, I've roughly looked through and it looks ok.
I'll list out issues that I've found / will find in a separate comment. @cysjonathan @lyskevin would appreciate your help in testing as well!
20afaf9
to
89f212e
Compare
…inline-block has been removed in v4
c168e03
to
808e64c
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.
I think this looks good to go to me.
I've added more items to the list above, but they're minor nits - we should be able to deploy this.
This should have been fixed in this commit bd52e91 |
Seems like it's MUI's problem. See: mui/mui-x#4478 |
Ok then let us merge this. |
Closes mui/material-ui#2438 |
Rebased upgrade based on mui/material-ui#4363
Tests failed here since @material-ui/pickers require MUI v4. Refer to unrebased branch (above) for all passed test cases.
Related to mui/material-ui#4363