Migrate design library from Bootstrap/CoreUI to Material UI#25
Closed
devin-ai-integration[bot] wants to merge 1 commit into
Closed
Migrate design library from Bootstrap/CoreUI to Material UI#25devin-ai-integration[bot] wants to merge 1 commit into
devin-ai-integration[bot] wants to merge 1 commit into
Conversation
- Replace @coreui/react components with @mui/material equivalents - Replace @coreui/icons-react with @mui/icons-material - Replace @coreui/react-chartjs with recharts - Add MUI theme provider with light/dark mode support - Migrate all layout components (DefaultLayout, AppHeader, AppSidebar, etc.) - Migrate all view components (Dashboard, Charts, Widgets, Pages, Base, Forms, Notifications, Buttons, Theme, Icons) - Update navigation system to use MUI components - Remove CoreUI/Bootstrap dependencies from package.json
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:
|
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 entire design library from Bootstrap/CoreUI to Material UI (MUI). The migration includes replacing all CoreUI React components with MUI equivalents, updating the icon system from @coreui/icons to @mui/icons-material, and switching the chart library from @coreui/react-chartjs to recharts.
Key changes include a new MUI ThemeProvider with light/dark mode support, rewritten sidebar navigation using MUI List components, and updated layout components (DefaultLayout, AppHeader, AppSidebar, AppFooter). All view components across dashboard, charts, widgets, pages, base components, forms, notifications, buttons, theme, and icons have been migrated.
Dependencies removed: @coreui/chartjs, @coreui/coreui, @coreui/icons, @coreui/icons-react, @coreui/react, @coreui/react-chartjs, @coreui/utils, @popperjs/core, simplebar-react
Dependencies added: @mui/material, @mui/icons-material, @emotion/react, @emotion/styled, recharts
Review & Testing Checklist for Human
npm install && npm start) and verify it loads without errors - the SCSS imports were removed so styling is now entirely MUI-basedRecommended test plan: Navigate through all routes in the sidebar, interact with forms on the Forms pages, open modals on the Notifications page, and toggle the theme to verify the migration is functionally complete.
Notes
Link to Devin run: https://partner-workshops.devinenterprise.com/sessions/5e8d355f5b34437b93f45aec6d103d7b