Skip to content

Commit

Permalink
Merge pull request #38 from atlp-rwanda/ft-seller-statistics
Browse files Browse the repository at this point in the history
Implement seller statistics in the seller's dashboard
  • Loading branch information
teerenzo authored Aug 1, 2024
2 parents 6d43403 + c30291a commit a7a68bf
Show file tree
Hide file tree
Showing 14 changed files with 772 additions and 16 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 @@ -56,6 +56,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
Loading

0 comments on commit a7a68bf

Please sign in to comment.