feat: migrate from CoreUI/Bootstrap to Material UI#15
Closed
devin-ai-integration[bot] wants to merge 2 commits into
Closed
feat: migrate from CoreUI/Bootstrap to Material UI#15devin-ai-integration[bot] wants to merge 2 commits into
devin-ai-integration[bot] wants to merge 2 commits into
Conversation
- Replace all CoreUI components with MUI equivalents - Update package.json: remove @coreui/* packages, add @mui/material, @mui/icons-material, @emotion/react, @emotion/styled, recharts - Create MUI theme configuration (src/theme.js) - Migrate layout components: DefaultLayout, AppHeader, AppSidebar, AppContent, AppFooter, AppBreadcrumb - Migrate navigation: AppSidebarNav, _nav.js with MUI icons - Migrate all view components: - Dashboard, MainChart, WidgetsDropdown, WidgetsBrand - Charts (using Recharts), Widgets - All base components (Accordion, Breadcrumbs, Cards, Carousels, Collapses, ListGroups, Navs, Paginations, Placeholders, Popovers, Progress, Spinners, Tables, Tabs, Tooltips) - All form components (ChecksRadios, FloatingLabels, FormControl, InputGroup, Layout, Range, Select, Validation) - All button components (Buttons, ButtonGroups, Dropdowns) - All notification components (Alerts, Badges, Modals, Toasts) - All icon views (Brands, CoreUIIcons, Flags) - All page views (Login, Register, Page404, Page500) - Theme views (Colors, Typography) - Replace @coreui/icons with @mui/icons-material throughout - Update styling from SCSS/Bootstrap classes to MUI sx prop and theme system
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.
feat: migrate from CoreUI/Bootstrap to Material UI
Summary
This PR completely replaces the CoreUI/Bootstrap design library with Material UI (MUI) throughout the admin template. The migration includes:
Dependencies changed:
@coreui/chartjs,@coreui/coreui,@coreui/icons,@coreui/icons-react,@coreui/react,@coreui/react-chartjs,@coreui/utils,@popperjs/core,simplebar-react@mui/material,@mui/icons-material,@emotion/react,@emotion/styled,rechartsKey architectural changes:
src/theme.js) with light/dark mode supportUpdates since last revision
<Grid item xs={12} md={6}>syntax to new<Grid size={{ xs: 12, md: 6 }}>format across 6 files (Charts.js, Widgets.js, CoreUIIcons.js, Brands.js, Flags.js, Colors.js)Review & Testing Checklist for Human
This is a high-risk PR due to the scope of UI changes. Please verify:
npm start) and visually inspect all pages - no automated visual testing was performedRecommended test plan:
npm startNotes
The chart library was changed from Chart.js (via CoreUI wrapper) to Recharts, which may result in visual differences in chart appearance.
Some CoreUI PRO features (Calendar, Smart Table, Virtual Scroller, etc.) remain as external documentation links and were not migrated.
Link to Devin run: https://partner-workshops.devinenterprise.com/sessions/5701d6f7804b4bec93ee42bfb7850085