- Added High Order components for Firebase and Sessions using React Context Api
- Added withAuthorization on all Routes except for SignIn, SignUp, /, UnderDevelopment and NotFound
- Setup new Project in Firebase with Sign Options to local email, Facebook and Google login providers
- Added .env with firebase config info
- Updated gitignore
- Updated Readme for forked repo of Template with Firebase Auth
- #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