- Add
eslint - Add
Feather Icons - Add
Formikfor login/register pages - Implement
react-routerv6 routing method - Remove extra views
- Remove
node-sassdependency - Update all components to match the PRO version style
- Update dependencies
- Update folder structure to remove folder depth
- Update theme configuration
- Adjust theme colors
- Implement
useStylehook instead ofwithStylesHOC - Implement a custom Route component to wrap views in layouts
- Remove
servicesanddatafolders, each component has its own data - Remove unused
.scssfiles fromassetsfolder - Replace
.jsxwith.js - Replace Class Components with Function Components
- Replace custom cumponents (Portlet) with Material-UI built-in components
- Replace dependency
classnameswithclsx - Update dependencies
- Update the layout to match the PRO version
- Implement
jsconfig.jsonfile and removed.envto match React v16.8.6 absolute paths - Update chart styles and options
- Update Dashboard view top widgets styles and structure
- Update few icons to match @material-ui v4 updates
- Update React version to 16.8.6 to support React Hooks
- Update to @material-ui to 4.0.0-beta
- Add docs for IE11 polyfill
- Fix
DisplayModecomponent size, when used as a flex child it could grow/shrink - Fix
ProductCardcomponent description height - Fix
Typographyview responsiveness for small devices - Fix charts responsiveness
- Remove "status" from
ProductCardcomponent since it was not part of released design - Remove
authservice folder since it won't be implemented for this version - Remove
authGuardsince it won't be used in this version - Remove unused components from shared components
- Remove unused scss from assets
- Update README.md