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 migration from muiv5 to muiv6 #987

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

amitamrutiya
Copy link
Contributor

@amitamrutiya amitamrutiya commented Mar 31, 2025

This pull request includes several updates to dependencies in package.json and the introduction of a new Grid2 component to replace the deprecated Grid component across multiple files.

Dependency Updates:

  • Updated various devDependencies and dependencies to their latest versions in package.json. [1] [2]

Introduction of Grid2 Component:

  • Deprecated the existing Grid component and introduced a new Grid2 component in src/base/Grid2/Grid2.tsx. [1] [2] [3]
  • Updated src/base/index.tsx to export the new Grid2 component.

Replacement of Grid with Grid2:

  • Replaced Grid with Grid2 in various custom components, including CatalogDesignTable/AuthorCell.tsx, CatalogDetail/MetricsDisplay.tsx, CatalogDetail/OverviewSection.tsx, CatalogFilterSection/FilterSection.tsx, CustomCatalog/CustomCard.tsx, DashboardWidgets/GettingStartedWidget/GetStartedModal.tsx, DashboardWidgets/WorkspaceActivityWidget.tsx, and EmptyState/EmptyState.tsx. [1] [2] [3] [4] [5] [6] [7] [8]

Minor Code Improvements:

  • Improved code formatting and consistency in FilterSection.tsx and GettingStartedWidget/GetStartedModal.tsx. [1] [2]

Signed-off-by: amitamrutiya <amitamrutiya2210@gmail.com>
Signed-off-by: amitamrutiya <amitamrutiya2210@gmail.com>
Signed-off-by: amitamrutiya <amitamrutiya2210@gmail.com>
Signed-off-by: amitamrutiya <amitamrutiya2210@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant