- PerfectScrollbar renders only on windows
- Used pretier to make the code more readable
- Optimized images sizes
- Changed
classes={root:...}
toclassNames={...}
only where it hadclasses={root:...}
and not likeclasses={root:..., something:... ,...}
- Added
classnames()
to avoid doing brittle class name manipulation - Classes that do not need states were converted to functions
- Moved the style variables in
src/variables/styles.jsx
and all the components styles insrc/variables/styles/{$componentNameStyle}.jsx
files - Added
-webkit-overflow-scrolling: touch
css for nice scrolling on mobile devices - Updated to latest
Material-UI
version (fromv1.0.0.beta30
tov1.0.0.beta31
)
- Added Material-UI as base framework
- Added design from Material Dashboard by Creative Tim