-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Mui5 #1550
Commits on Mar 5, 2024
-
build: yarn add @mui/material @mui/styles ; yarn add @mui/lab ; yarn …
…add @mui/icons-material
Configuration menu - View commit details
-
Copy full SHA for 38905ef - Browse repository at this point
Copy the full SHA 38905efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 852d25d - Browse repository at this point
Copy the full SHA 852d25dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 552005b - Browse repository at this point
Copy the full SHA 552005bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 885352d - Browse repository at this point
Copy the full SHA 885352dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05c230b - Browse repository at this point
Copy the full SHA 05c230bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a5cb7b - Browse repository at this point
Copy the full SHA 4a5cb7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3003c65 - Browse repository at this point
Copy the full SHA 3003c65View commit details -
Configuration menu - View commit details
-
Copy full SHA for dce9fb2 - Browse repository at this point
Copy the full SHA dce9fb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f859b5 - Browse repository at this point
Copy the full SHA 5f859b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76941ab - Browse repository at this point
Copy the full SHA 76941abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84b79d2 - Browse repository at this point
Copy the full SHA 84b79d2View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 622f88e - Browse repository at this point
Copy the full SHA 622f88eView commit details
Commits on Mar 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 17b7ab2 - Browse repository at this point
Copy the full SHA 17b7ab2View commit details -
fix: indirection of onChange prop of Slider via ownerState
this was causing the slider-based cypress tests to fail.
Configuration menu - View commit details
-
Copy full SHA for 5909365 - Browse repository at this point
Copy the full SHA 5909365View commit details -
fix: remove zIndex from AppBar to fix drawer issue
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
Configuration menu - View commit details
-
Copy full SHA for ea9a4a6 - Browse repository at this point
Copy the full SHA ea9a4a6View commit details -
build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/containers
followed by lint fixes and manual review
Configuration menu - View commit details
-
Copy full SHA for 87d2c83 - Browse repository at this point
Copy the full SHA 87d2c83View commit details -
build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/Ba…
…nkAccountForm.tsx linting and review
Configuration menu - View commit details
-
Copy full SHA for ae8dba8 - Browse repository at this point
Copy the full SHA ae8dba8View commit details -
build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/Co…
…mmentForm.tsx review, lint
Configuration menu - View commit details
-
Copy full SHA for f6c29f3 - Browse repository at this point
Copy the full SHA f6c29f3View commit details -
build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/Ma…
…inLayout.tsx review, remove class for root and use ampersand instead, adding a flexGrow:1 to get styling as before
Configuration menu - View commit details
-
Copy full SHA for d4983cb - Browse repository at this point
Copy the full SHA d4983cbView commit details
Commits on Mar 7, 2024
-
build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/Na…
…vBar.tsx, review, appBarShift was incorrectly considered a child of root; fixed that with removal of space between & and ., lint
Configuration menu - View commit details
-
Copy full SHA for 3990f9d - Browse repository at this point
Copy the full SHA 3990f9dView commit details -
build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/Na…
…vDrawer.tsx review, lint, no issues
Configuration menu - View commit details
-
Copy full SHA for ba97456 - Browse repository at this point
Copy the full SHA ba97456View commit details -
build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/No…
…tificationListItem.tsx review, lint, no issues
Configuration menu - View commit details
-
Copy full SHA for 53b69c5 - Browse repository at this point
Copy the full SHA 53b69c5View commit details -
build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/Si…
…gnInForm.tsx lint, cast StyledContainer to typeof Container per https://github.com/mui/material-ui/issues/15695\#ref-commit-7fd1a29
Configuration menu - View commit details
-
Copy full SHA for b9a736b - Browse repository at this point
Copy the full SHA b9a736bView commit details -
build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/Si…
…gnUpForm.tsx lint, cast StyledContainer to typeof Container per https://github.com/mui/material-ui/issues/15695\#ref-commit-7fd1a29
Configuration menu - View commit details
-
Copy full SHA for 8887694 - Browse repository at this point
Copy the full SHA 8887694View commit details -
build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/Sk…
…eletonList.tsx lint, review, no issues
Configuration menu - View commit details
-
Copy full SHA for ebe6f1a - Browse repository at this point
Copy the full SHA ebe6f1aView commit details -
build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/Tr…
…ansactionAmount.tsx lint, remove space between & and . because classes are conditionally applied
Configuration menu - View commit details
-
Copy full SHA for b213b91 - Browse repository at this point
Copy the full SHA b213b91View commit details -
build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/Tr…
…ansactionCreateStepOne.tsx lint and review, no issues
Configuration menu - View commit details
-
Copy full SHA for 7f9595c - Browse repository at this point
Copy the full SHA 7f9595cView commit details -
build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/Tr…
…ansactionCreateStepTwo.tsx lint, review, no issues
Configuration menu - View commit details
-
Copy full SHA for 7e0ba7e - Browse repository at this point
Copy the full SHA 7e0ba7eView commit details -
build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/Tr…
…ansactionCreateStepThree.tsx lint, review, no issues
Configuration menu - View commit details
-
Copy full SHA for e5498e0 - Browse repository at this point
Copy the full SHA e5498e0View commit details -
build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/Tr…
…ansactionDateRangeFilter.tsx lint, review, no issues
Configuration menu - View commit details
-
Copy full SHA for b6c0ab6 - Browse repository at this point
Copy the full SHA b6c0ab6View commit details -
build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/Tr…
…ansactionDetail.tsx lint, review, no issues
Configuration menu - View commit details
-
Copy full SHA for 87feb2d - Browse repository at this point
Copy the full SHA 87feb2dView commit details -
build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/Tr…
…ansactionItem.tsx lint, review, problems with SmallAvatar, fixed manually
Configuration menu - View commit details
-
Copy full SHA for 9925dca - Browse repository at this point
Copy the full SHA 9925dcaView commit details -
build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/Tr…
…ansactionList.tsx lint, review, no issues
Configuration menu - View commit details
-
Copy full SHA for 9509c70 - Browse repository at this point
Copy the full SHA 9509c70View commit details -
build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/Tr…
…ansactionListAmountRangeFilter.tsx lint, review, did not work really at all, fixed by using sx prop rather than classes at all
Configuration menu - View commit details
-
Copy full SHA for e322576 - Browse repository at this point
Copy the full SHA e322576View commit details -
build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/Tr…
…ansactionListFilters.tsx lint, review, no issues
Configuration menu - View commit details
-
Copy full SHA for f836550 - Browse repository at this point
Copy the full SHA f836550View commit details -
build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/Tr…
…ansactionTitle.tsx lint, review, no issues
Configuration menu - View commit details
-
Copy full SHA for 459dc56 - Browse repository at this point
Copy the full SHA 459dc56View commit details -
build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/Us…
…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
Configuration menu - View commit details
-
Copy full SHA for 11a6417 - Browse repository at this point
Copy the full SHA 11a6417View commit details -
build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components
had apparently accidentally failed-to-checkin TransactionInfiniteList and userSearchForm, but both were reviewed and had no issues
Configuration menu - View commit details
-
Copy full SHA for 7d16340 - Browse repository at this point
Copy the full SHA 7d16340View commit details -
build: yarn remove @mui/styles and some
minor style fixups to be rid of the dependency causing the peer dependency warning
Configuration menu - View commit details
-
Copy full SHA for 756a0f4 - Browse repository at this point
Copy the full SHA 756a0f4View commit details
Commits on Mar 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c18c08a - Browse repository at this point
Copy the full SHA c18c08aView commit details
Commits on May 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c009da8 - Browse repository at this point
Copy the full SHA c009da8View commit details -
build: remove @ts-expect-error annotations no longer used after yarn.…
…lock merge resolution
Configuration menu - View commit details
-
Copy full SHA for a237f2c - Browse repository at this point
Copy the full SHA a237f2cView commit details -
test: issue 1278 re-enabling test that had failed on firefox,
which is not failing after the upgrade to MUI v5. See #1278
Configuration menu - View commit details
-
Copy full SHA for 3a20270 - Browse repository at this point
Copy the full SHA 3a20270View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e2e96b - Browse repository at this point
Copy the full SHA 6e2e96bView commit details
Commits on Jun 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0064916 - Browse repository at this point
Copy the full SHA 0064916View commit details -
fix: unset flex-direction which is newly set to row-reverse for
AvatarGroup in mui5.
Configuration menu - View commit details
-
Copy full SHA for 2879b64 - Browse repository at this point
Copy the full SHA 2879b64View commit details
Commits on Jun 10, 2024
-
fix: undo parent commit fix because avatars were backward and
no longer overlapping. Instead eat up space to right of avatars.
Configuration menu - View commit details
-
Copy full SHA for c01fddf - Browse repository at this point
Copy the full SHA c01fddfView commit details -
fix: get body font size back down to 14, establish knobs for
modifying input styles
Configuration menu - View commit details
-
Copy full SHA for cd6c00b - Browse repository at this point
Copy the full SHA cd6c00bView commit details
Commits on Jun 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8c67acb - Browse repository at this point
Copy the full SHA 8c67acbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64224dd - Browse repository at this point
Copy the full SHA 64224ddView commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5fcfe43 - Browse repository at this point
Copy the full SHA 5fcfe43View commit details