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

MUI #21

Merged
merged 4 commits into from
May 6, 2024
Merged

MUI #21

merged 4 commits into from
May 6, 2024

Conversation

sarhiri
Copy link

@sarhiri sarhiri commented May 6, 2024

Types of changes

  • Bugfix (change which fixes an issue)
  • New feature (change which adds functionality)
  • Refactor (change which changes the codebase without affecting its external behavior)
  • Non-breaking change (fix or feature that would cause existing functionality to work as expected)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Purpose

  • Upgrade the application's UI framework to Material-UI version 5.
  • Enhance user experience and interface aesthetics by leveraging the new features and improvements introduced in Material-UI 5.
  • Ensure compatibility with the latest design standards and best practices in UI development.

Approach

  • Updated the application to utilize Material-UI version 5, replacing all existing components and styles with their counterparts from the new version.
  • Modified import statements and installed any necessary packages required for Material-UI 5 integration.
  • Manually adjusted and refactored existing useStyles and theme configurations to align with Material-UI 5 specifications.
  • Reviewed and updated any custom CSS syntax to accommodate changes and enhancements introduced in Material-UI 5.
  • Tested the application thoroughly to ensure proper functionality and visual consistency after the Material-UI 5 upgrade.
  • Uninstalled older versions of MUI.

Learning

Screenshot(s)

@mdtagg
Copy link
Collaborator

mdtagg commented May 6, 2024

Awesome! Thanks for the update

@mdtagg mdtagg merged commit bdf3b1c into dev May 6, 2024
@mdtagg mdtagg deleted the MUI branch May 15, 2024 22:51
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.

2 participants