- Removed
services
anddata
folders, each component has its own data - Implemented a custom Route component to wrap views in layouts
- Updated the layout to match with the PRO version
- Replaced custom cumponents (Portlet) with Material-UI built-in components
- Ajusted theme colors
- Implemented
useStyle
hook instead ofwithStyles
HOC - Moved from Class Components to Functional Components
- Replaced dependency
classnames
withclsx
- Replaced
.jsx
with.js
- Removed unused
.scss
files fromassets
folder - Updated dependencies
- Christopher Escalon - Updating packages and fixing deprecated for spacing
- #5 Updated to @material-ui to
4.0.0-beta
- Updated few icons to match @material-ui v4 updates
- Updated React version to
16.8.6
to support React Hooks - Implemented
jsconfig.json
file and removed.env
to match React v16.8.6 absolute paths - Updated Dashboard view top widgets styles and structure
- Updated chart styles and options
- Updated README.md
- Added docs for IE11 polyfill
- Removed unused scss from assets
- Removed unused components from shared components
- Removed
authGuard
since it won't be used in this version - Removed
auth
service folder since it won't be implemented for this version - Removed "status" from
ProductCard
component since it was not part of released design - Changed icon in
Users
widget (ArrowDropDown with ArrowDropUp)
- Fixed charts responsiveness
- Fixed
DisplayMode
component size, when used as a flex child it could grow/shrink - Fixed
Typography
view responsiveness for small devices - #2 Fixed
ProductCard
component description height