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

Build/upgrade mui v4 to v5 #1522

Merged

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    38905ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    852d25d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    552005b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    885352d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05c230b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a5cb7b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3003c65 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dce9fb2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5f859b5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    76941ab View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    84b79d2 View commit details
    Browse the repository at this point in the history
  12. fix: Two tabs problems:

    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
    timheilman committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    622f88e View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    17b7ab2 View commit details
    Browse the repository at this point in the history
  2. fix: indirection of onChange prop of Slider via ownerState

    this was causing the slider-based cypress tests to fail.
    timheilman committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    5909365 View commit details
    Browse the repository at this point in the history
  3. 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
    timheilman committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    ea9a4a6 View commit details
    Browse the repository at this point in the history
  4. build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/containers

    followed by lint fixes and manual review
    timheilman committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    87d2c83 View commit details
    Browse the repository at this point in the history
  5. build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/Ba…

    …nkAccountForm.tsx
    
    linting and review
    timheilman committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    ae8dba8 View commit details
    Browse the repository at this point in the history
  6. build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/Co…

    …mmentForm.tsx
    
    review, lint
    timheilman committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    f6c29f3 View commit details
    Browse the repository at this point in the history
  7. 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
    timheilman committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    d4983cb View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. 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
    timheilman committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    3990f9d View commit details
    Browse the repository at this point in the history
  2. build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/Na…

    …vDrawer.tsx
    
    review, lint, no issues
    timheilman committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    ba97456 View commit details
    Browse the repository at this point in the history
  3. build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/No…

    …tificationListItem.tsx
    
    review, lint, no issues
    timheilman committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    53b69c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9a736b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8887694 View commit details
    Browse the repository at this point in the history
  6. build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/Sk…

    …eletonList.tsx
    
    lint, review, no issues
    timheilman committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    ebe6f1a View commit details
    Browse the repository at this point in the history
  7. 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
    timheilman committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    b213b91 View commit details
    Browse the repository at this point in the history
  8. build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/Tr…

    …ansactionCreateStepOne.tsx
    
    lint and review, no issues
    timheilman committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    7f9595c View commit details
    Browse the repository at this point in the history
  9. build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/Tr…

    …ansactionCreateStepTwo.tsx
    
    lint, review, no issues
    timheilman committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    7e0ba7e View commit details
    Browse the repository at this point in the history
  10. build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/Tr…

    …ansactionCreateStepThree.tsx
    
    lint, review, no issues
    timheilman committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e5498e0 View commit details
    Browse the repository at this point in the history
  11. build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/Tr…

    …ansactionDateRangeFilter.tsx
    
    lint, review, no issues
    timheilman committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    b6c0ab6 View commit details
    Browse the repository at this point in the history
  12. build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/Tr…

    …ansactionDetail.tsx
    
    lint, review, no issues
    timheilman committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    87feb2d View commit details
    Browse the repository at this point in the history
  13. build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/Tr…

    …ansactionItem.tsx
    
    lint, review, problems with SmallAvatar, fixed manually
    timheilman committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    9925dca View commit details
    Browse the repository at this point in the history
  14. build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/Tr…

    …ansactionList.tsx
    
    lint, review, no issues
    timheilman committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    9509c70 View commit details
    Browse the repository at this point in the history
  15. 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
    timheilman committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e322576 View commit details
    Browse the repository at this point in the history
  16. build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/Tr…

    …ansactionListFilters.tsx
    
    lint, review, no issues
    timheilman committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    f836550 View commit details
    Browse the repository at this point in the history
  17. build: npx @mui/codemod@latest v5.0.0/jss-to-styled src/components/Tr…

    …ansactionTitle.tsx
    
    lint, review, no issues
    timheilman committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    459dc56 View commit details
    Browse the repository at this point in the history
  18. 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
    timheilman committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    11a6417 View commit details
    Browse the repository at this point in the history
  19. 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
    timheilman committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    7d16340 View commit details
    Browse the repository at this point in the history
  20. build: yarn remove @mui/styles and some

    minor style fixups to be rid of the dependency causing the peer dependency warning
    timheilman committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    756a0f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    c18c08a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    c009da8 View commit details
    Browse the repository at this point in the history
  2. build: remove @ts-expect-error annotations no longer used after yarn.…

    …lock
    
    merge resolution
    timheilman committed May 16, 2024
    Configuration menu
    Copy the full SHA
    a237f2c View commit details
    Browse the repository at this point in the history
  3. test: issue 1278 re-enabling test that had failed on firefox,

    which is not failing after the upgrade to MUI v5.  See
    cypress-io#1278
    timheilman committed May 16, 2024
    Configuration menu
    Copy the full SHA
    3a20270 View commit details
    Browse the repository at this point in the history
  4. style: npm run prettier

    timheilman committed May 16, 2024
    Configuration menu
    Copy the full SHA
    6e2e96b View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    0064916 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2879b64 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. fix: undo parent commit fix because avatars were backward and

    no longer overlapping.  Instead eat up space to right of avatars.
    timheilman committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    c01fddf View commit details
    Browse the repository at this point in the history
  2. fix: get body font size back down to 14, establish knobs for

    modifying input styles
    timheilman committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    cd6c00b View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    8c67acb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64224dd View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    5fcfe43 View commit details
    Browse the repository at this point in the history