- Started project from Argon Dashboard Material-UI by Creative Tim
- Rename
NavbarDropdowntoUserDropdown - Added Material-UI as base framework
- Added React Hooks
- Added design from Argon Dashboard PRO React by Creative Tim
- Added features from Argon Dashboard PRO React by Creative Tim (such as routing system and components)
- The TypeScript dependencies are installed only to stop console warnings on install. They are not actually used in our product. So the product is not on TypeScript!
- Refactor the Auth layout by moving the container and header inside the view components
- There are a few warnings when doing a clean install, they come from the NodeJS version and from the dependencies of our dependencies (Unfortunately, these cannot be solved, e.g.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142) - We have this warning
npm WARN react-bootstrap-table2-paginator@2.1.2 requires a peer of react@^16.3.0 but none is installed. You must install peer dependencies yourself.which will be solved in our next update, if not, we'll replacereact-bootstrap-table2-paginatorwith something else - We have this warning
npm WARN react-bootstrap-table2-paginator@2.1.2 requires a peer of react-dom@^16.3.0 but none is installed. You must install peer dependencies yourself.which will be solved in our next update, if not, we'll replacereact-bootstrap-table2-paginatorwith something else - We have this warning
npm WARN react-bootstrap-table2-toolkit@2.1.3 requires a peer of react@^16.3.0 but none is installed. You must install peer dependencies yourself.which will be solved in our next update, if not, we'll replacereact-bootstrap-table2-toolkitwith something else - We have this warning
npm WARN react-bootstrap-table2-toolkit@2.1.3 requires a peer of react-dom@^16.3.0 but none is installed. You must install peer dependencies yourself.which will be solved in our next update, if not, we'll replacereact-bootstrap-table2-toolkitwith something else - We have this warning
npm WARN react-bootstrap-table-next@4.0.3 requires a peer of react@^16.3.0 but none is installed. You must install peer dependencies yourself.which will be solved in our next update, if not, we'll replacereact-bootstrap-table-nextwith something else - We have this warning
npm WARN react-bootstrap-table-next@4.0.3 requires a peer of react-dom@^16.3.0 but none is installed. You must install peer dependencies yourself.which will be solved in our next update, if not, we'll replacereact-bootstrap-table-nextwith something else - We have this warning
npm WARN react-datetime@3.0.4 requires a peer of react@^16.5.0 but none is installed. You must install peer dependencies yourself.which will be solved in our next update, if not, we'll replacereact-datetimewith something else