- Started project from Argon Dashboard Material-UI by Creative Tim
- Rename
NavbarDropdown
toUserDropdown
- 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 [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
) - We have this warning
npm WARN [email protected] 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-paginator
with something else - We have this warning
npm WARN [email protected] 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-paginator
with something else - We have this warning
npm WARN [email protected] 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-toolkit
with something else - We have this warning
npm WARN [email protected] 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-toolkit
with something else - We have this warning
npm WARN [email protected] 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-next
with something else - We have this warning
npm WARN [email protected] 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-next
with something else - We have this warning
npm WARN [email protected] 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-datetime
with something else