feat: Migrate design library from Bootstrap/CoreUI to Material UI#21
Closed
devin-ai-integration[bot] wants to merge 2 commits into
Closed
feat: Migrate design library from Bootstrap/CoreUI to Material UI#21devin-ai-integration[bot] wants to merge 2 commits into
devin-ai-integration[bot] wants to merge 2 commits into
Conversation
- Replace CoreUI components with MUI equivalents throughout the app - Add MUI theme configuration with light/dark mode support - Migrate layout components (DefaultLayout, AppHeader, AppSidebar, AppFooter, AppContent) - Migrate navigation components (_nav.js, AppSidebarNav, AppHeaderDropdown) - Migrate Dashboard, Charts, Widgets, and page components to MUI - Replace @coreui/icons with @mui/icons-material - Replace CoreUI charts with @mui/x-charts - Update package.json with MUI dependencies
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
- Migrate DocsLink, DocsExample, DocsComponents to MUI - Add PlaceholderView component for unmigrated views - Replace all remaining CoreUI imports with placeholder components - This allows the build to pass while full migration continues
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR migrates the design library from Bootstrap/CoreUI to Material UI (MUI). The migration includes replacing CoreUI components with MUI equivalents across the application's core infrastructure: layout system, navigation, theme management, and key view components (Dashboard, Charts, Widgets, and authentication pages).
Key changes:
Updates since last revision
Local Testing Screenshots
Screen Recording
View original video (rec-b913bc5bc2d84a8c96d38f658859caf9-edited.mp4)
Review & Testing Checklist for Human
npm install && npm startand verify the app loads at http://localhost:3000/base/accordion,/buttons/buttons, etc. and verify they show the placeholder message (not errors)Recommended test plan:
Notes
This migration focuses on the core application shell and primary views. The component demonstration pages (base, buttons, forms, notifications, icons, theme) now display a placeholder message indicating they are being migrated. These can be fully implemented with MUI equivalents in follow-up work if needed.
Link to Devin run: https://partner-workshops.devinenterprise.com/sessions/f1676d0cf7234c43be3a82c0b8693ff9
Requested by: indhu.n@cognizant.com