Skip to content
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

Mui5 #1550

Closed
wants to merge 51 commits into from
Closed

Mui5 #1550

wants to merge 51 commits into from

Conversation

AtofStryker
Copy link
Contributor

run as draft to run percy to see visual diff. will ultimately close in favor of #1522

First, the color changes indicated at https://mui.com/material-ui/migration/v5-component-changes/#update-default-indicatorcolor-and-textcolor-prop-values

Second, remove the the trailing "px" a number rather than string when passing values to the react-virtualized List component.  See
https://mui.com/material-ui/migration/v5-style-changes/\#%E2%9C%85-remove-px-suffix
this was causing the slider-based cypress tests to fail.
appBar was still over the date picker in mobile screen size, failing one of the cypress:run:mobile tests.  See also
https://mui.com/material-ui/migration/v5-component-changes/\#fix-z-index-issues
…inLayout.tsx

review, remove class for root and use ampersand instead, adding a flexGrow:1 to get styling as before
…vBar.tsx,

review, appBarShift was incorrectly considered a child of root; fixed that with removal of space between & and ., lint
…tificationListItem.tsx

review, lint, no issues
…ansactionAmount.tsx

lint, remove space between & and . because classes are conditionally applied
…ansactionCreateStepOne.tsx

lint and review, no issues
…ansactionCreateStepTwo.tsx

lint, review, no issues
…ansactionCreateStepThree.tsx

lint, review, no issues
…ansactionDateRangeFilter.tsx

lint, review, no issues
…ansactionItem.tsx

lint, review, problems with SmallAvatar, fixed manually
…ansactionListAmountRangeFilter.tsx

lint, review, did not work really at all, fixed by using sx prop rather than classes at all
…ansactionListFilters.tsx

lint, review, no issues
…erSettingsForm.tsx

lint, review, form did not want to play nice with classes, fixed with sx for submit button and styled wrapping div for form
had apparently accidentally failed-to-checkin TransactionInfiniteList and userSearchForm, but both were reviewed and had no issues
minor style fixups to be rid of the dependency causing the peer dependency warning
which is not failing after the upgrade to MUI v5.  See
#1278
Copy link

cypress bot commented May 17, 2024

cypress-realworld-app    Run #6491

Run Properties:  status check passed Passed #6491  •  git commit 5fcfe4318c: Merge branch 'develop' of github.com:cypress-io/cypress-realworld-app into mui5
Project cypress-realworld-app
Branch Review mui5
Run status status check passed Passed #6491
Run duration 09m 15s
Commit git commit 5fcfe4318c: Merge branch 'develop' of github.com:cypress-io/cypress-realworld-app into mui5
Committer AtofStryker
View all properties for this run ↗︎

Test results
Tests that failed  Failures 0
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 396
View all changes introduced in this branch ↗︎
UI Coverage  98.08%
  Untested elements 1  
  Tested elements 41  
Accessibility  72.41%
  Failed rules  0 critical   3 serious   0 moderate   0 minor
  Failed elements 16  

@MikeMcC399
Copy link
Contributor

@AtofStryker

@AtofStryker
Copy link
Contributor Author

closing in favor of #1522

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants