- Fixed all init errors
- Updated to react-scripts v5.0.0
- We deleted
fonts.js
and now you can change the fonts directly insrc/theme/styles.js
. You can also use @fontsource and import your fonts that way as well!
- The problem with npm install/ building the project was fixed.
chakra-ui/icons 1.0.14 → 1.1.5
chakra-ui/react 1.6.5 → 1.8.8
chakra-ui/theme-tools 1.1.9 → 1.3.6
chakra-ui/system 1.12.1
- Each page now has a folder of its own, containing
index.js
(for the page itself) and a folder in which all cards have been made as a separate component which take props. - Added sidebar content which is used for both the standard sidebar and the responsive sidebar drawer.
- Inside
Sidebar
folder incomponents
, there isindex.js
, which is the actual sidebar, andSidebarResponsive.js
which is a button that opens the sidebar drawer.
@emotion/cache 11.4.0 → 11.7.1
@emotion/react 11.4.1 → 11.8.1
@emotion/styled 11.3.0 → 11.8.1
react-router-dom 5.2.0 → 6.2.1
stylis 4.0.10 → 4.0.13
There is a warnings related to the stylis-plugin-rtl dependency that won't affect on the behavior of the product its something with the library itself.
- Added Chakra UI as base framework