Skip to content

Commit

Permalink
feat(seller-stats): Implement seller statistics in the dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Heisjabo committed Jul 31, 2024
1 parent 6deee64 commit 16c59ec
Show file tree
Hide file tree
Showing 12 changed files with 721 additions and 9 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ module.exports = {
"no-console": "off",
"no-undef": "off",
"@typescript-eslint/no-unused-vars": "off",
"react/no-unstable-nested-components": "off",
"jsx-a11y/mouse-events-have-key-events": "off",
"react/button-has-type": "off",
"react/no-array-index-key": "off",
Expand Down
269 changes: 267 additions & 2 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"react-router-dom": "^6.23.1",
"react-spinners": "^0.14.1",
"react-toastify": "^10.0.5",
"recharts": "^2.12.7",
"redux": "^5.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^3.1.0",
Expand Down
Binary file added src/assets/Icon.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 src/assets/solar_bag-3-linear.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 src/assets/solar_graph-up-linear.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 16c59ec

Please sign in to comment.