Skip to content

Commit 6dbbfdd

Browse files
authored
ft Admin and Seller Static Graphs Dashboard (#58)
1 parent 9b26f3c commit 6dbbfdd

17 files changed

+1201
-96
lines changed

Diff for: package-lock.json

+278-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"scripts": {
55
"dev": "webpack serve --config webpack.dev.config.ts",
66
"test": "jest --watchAll=false --coverage",
7-
"build": "webpack --config webpack.prod.config.ts",
7+
"build": "node --max_old_space_size=4096 node_modules/webpack/bin/webpack.js --config webpack.prod.config.ts",
88
"lint": "eslint src --ext ts,tsx --ignore-pattern 'node_modules'",
99
"storybook": "storybook dev -p 6006",
1010
"build-storybook": "storybook build"
@@ -36,6 +36,7 @@
3636
"react-router-dom": "^6.24.0",
3737
"react-spinners": "^0.14.1",
3838
"react-toastify": "^10.0.5",
39+
"recharts": "^2.12.7",
3940
"save-dev": "0.0.1-security",
4041
"socket.io-client": "^4.7.5",
4142
"yup": "^1.4.0"

Diff for: public/assets/images/greenLines.png

44.9 KB
Loading

Diff for: public/assets/images/redLines.png

40.8 KB
Loading

Diff for: src/App.scss

+2
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,5 @@
3333
@import "./assets/styles/liveChat.scss";
3434
@import "./assets//styles/UserProfile.scss";
3535
@import "./assets/styles/SellerSideProduct.scss";
36+
@import "./assets/styles/tables.scss";
37+
@import "./assets/styles/cards.scss";

0 commit comments

Comments
 (0)