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

[Dashboard] Upgrade to MUIv5 and dependency updates #45789

Merged
merged 12 commits into from
Jul 2, 2024

Commits on Jun 24, 2024

  1. Replace makeStyles with styled in MUIv5.

    Updated the React framework to version 18.3.0.
    Update lowlight packages and remove unused packages.
    
    Signed-off-by: liuxsh9 <[email protected]>
    liuxsh9 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    1edf57c View commit details
    Browse the repository at this point in the history
  2. Format Code

    Signed-off-by: liuxsh9 <[email protected]>
    liuxsh9 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    7c809cb View commit details
    Browse the repository at this point in the history
  3. Replace makeStyles with styled in MUIv5.

    Updated the React framework to version 18.3.0.
    Update lowlight packages and remove unused packages.
    
    Signed-off-by: liuxsh9 <[email protected]>
    liuxsh9 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    1302e60 View commit details
    Browse the repository at this point in the history
  4. Format Code

    Signed-off-by: liuxsh9 <[email protected]>
    liuxsh9 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    225af33 View commit details
    Browse the repository at this point in the history
  5. Fix some warnings

    Signed-off-by: liuxsh9 <[email protected]>
    liuxsh9 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    575f8cb View commit details
    Browse the repository at this point in the history
  6. Use the sx prop of MUI v5 to apply the styles and remove the @mui/sty…

    …les transition package. Upgrade the react and lowlight modules.
    
    Signed-off-by: liuxsh9 <[email protected]>
    liuxsh9 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    28fbb63 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

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

Commits on Jun 26, 2024

  1. Inline styles using sx props

    Signed-off-by: liuxsh9 <[email protected]>
    liuxsh9 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    bf5e4b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Fix errors and abbreviate styles such as padding

    Signed-off-by: liuxsh9 <[email protected]>
    liuxsh9 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    94a28b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. abbreviate styles such as padding, margin and gap

    Signed-off-by: liuxsh9 <[email protected]>
    liuxsh9 committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    ebb9248 View commit details
    Browse the repository at this point in the history
  2. Fix errors that occurred during testing

    Signed-off-by: liuxsh9 <[email protected]>
    liuxsh9 committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    71cf33b View commit details
    Browse the repository at this point in the history
  3. Remove style testing. When using sx prop, there is no style attribute…

    … in the object.
    
    Signed-off-by: liuxsh9 <[email protected]>
    liuxsh9 committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    c878dcd View commit details
    Browse the repository at this point in the history