Skip to content

Commit

Permalink
ft Admin and Seller Static Graphs Dashboard (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jadowacu1 authored Aug 4, 2024
1 parent 9b26f3c commit 6dbbfdd
Show file tree
Hide file tree
Showing 17 changed files with 1,201 additions and 96 deletions.
280 changes: 278 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"dev": "webpack serve --config webpack.dev.config.ts",
"test": "jest --watchAll=false --coverage",
"build": "webpack --config webpack.prod.config.ts",
"build": "node --max_old_space_size=4096 node_modules/webpack/bin/webpack.js --config webpack.prod.config.ts",
"lint": "eslint src --ext ts,tsx --ignore-pattern 'node_modules'",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
Expand Down Expand Up @@ -36,6 +36,7 @@
"react-router-dom": "^6.24.0",
"react-spinners": "^0.14.1",
"react-toastify": "^10.0.5",
"recharts": "^2.12.7",
"save-dev": "0.0.1-security",
"socket.io-client": "^4.7.5",
"yup": "^1.4.0"
Expand Down
Binary file added public/assets/images/greenLines.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/redLines.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@
@import "./assets/styles/liveChat.scss";
@import "./assets//styles/UserProfile.scss";
@import "./assets/styles/SellerSideProduct.scss";
@import "./assets/styles/tables.scss";
@import "./assets/styles/cards.scss";
Loading

0 comments on commit 6dbbfdd

Please sign in to comment.