Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: csv export transaction data [web-cosmos] #1125

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
29 changes: 29 additions & 0 deletions .changeset/nice-pandas-jog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
'web-assetmantle': minor
'web-persistence': minor
'web-provenance': minor
'web-crescent': minor
'web-likecoin': minor
'web-sifchain': minor
'web-bitsong': minor
'web-osmosis': minor
'web-agoric': minor
'web-comdex': minor
'web-cosmos': minor
'web-desmos': minor
'web-elrond': minor
'web-emoney': minor
'web-shentu': minor
'web-stride': minor
'web-akash': minor
'web-evmos': minor
'web-nomic': minor
'web-regen': minor
'web-rizon': minor
'web-band': minor
'web-nym': minor
'ui': minor
'web': minor
---

feat: export transaction data as csv on account page
184 changes: 184 additions & 0 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions apps/web-agoric/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@json2csv/formatters": "^6.1.2",
"@json2csv/node": "^6.1.2",
"@json2csv/transforms": "^6.1.2",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.8",
"@next/font": "^13.1.6",
Expand All @@ -29,6 +32,7 @@
"color": "^4.2.3",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.7",
"file-saver": "2.0.5",
"framer-motion": "^9.0.2",
"graphql": "^16.6.0",
"graphql-ws": "^5.11.3",
Expand Down
4 changes: 4 additions & 0 deletions apps/web-akash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@json2csv/formatters": "^6.1.2",
"@json2csv/node": "^6.1.2",
"@json2csv/transforms": "^6.1.2",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.8",
"@next/font": "^13.1.6",
Expand All @@ -29,6 +32,7 @@
"color": "^4.2.3",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.7",
"file-saver": "2.0.5",
"framer-motion": "^9.0.2",
"graphql": "^16.6.0",
"graphql-ws": "^5.11.3",
Expand Down
4 changes: 4 additions & 0 deletions apps/web-assetmantle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@json2csv/formatters": "^6.1.2",
"@json2csv/node": "^6.1.2",
"@json2csv/transforms": "^6.1.2",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.8",
"@next/font": "^13.1.6",
Expand All @@ -29,6 +32,7 @@
"color": "^4.2.3",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.7",
"file-saver": "2.0.5",
"framer-motion": "^9.0.2",
"graphql": "^16.6.0",
"graphql-ws": "^5.11.3",
Expand Down
4 changes: 4 additions & 0 deletions apps/web-band/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@json2csv/formatters": "^6.1.2",
"@json2csv/node": "^6.1.2",
"@json2csv/transforms": "^6.1.2",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.8",
"@next/font": "^13.1.6",
Expand All @@ -29,6 +32,7 @@
"color": "^4.2.3",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.7",
"file-saver": "2.0.5",
"framer-motion": "^9.0.2",
"graphql": "^16.6.0",
"graphql-ws": "^5.11.3",
Expand Down
4 changes: 4 additions & 0 deletions apps/web-bitsong/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@json2csv/formatters": "^6.1.2",
"@json2csv/node": "^6.1.2",
"@json2csv/transforms": "^6.1.2",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.8",
"@next/font": "^13.1.6",
Expand All @@ -29,6 +32,7 @@
"color": "^4.2.3",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.7",
"file-saver": "2.0.5",
"framer-motion": "^9.0.2",
"graphql": "^16.6.0",
"graphql-ws": "^5.11.3",
Expand Down
4 changes: 4 additions & 0 deletions apps/web-comdex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@json2csv/formatters": "^6.1.2",
"@json2csv/node": "^6.1.2",
"@json2csv/transforms": "^6.1.2",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.8",
"@next/font": "^13.1.6",
Expand All @@ -29,6 +32,7 @@
"color": "^4.2.3",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.7",
"file-saver": "2.0.5",
"framer-motion": "^9.0.2",
"graphql": "^16.6.0",
"graphql-ws": "^5.11.3",
Expand Down
4 changes: 4 additions & 0 deletions apps/web-cosmos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@json2csv/formatters": "^6.1.2",
"@json2csv/node": "^6.1.2",
"@json2csv/transforms": "^6.1.2",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.8",
"@next/font": "^13.1.6",
Expand All @@ -29,6 +32,7 @@
"color": "^4.2.3",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.7",
"file-saver": "2.0.5",
"framer-motion": "^9.0.2",
"graphql": "^16.6.0",
"graphql-ws": "^5.11.3",
Expand Down
4 changes: 4 additions & 0 deletions apps/web-crescent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@json2csv/formatters": "^6.1.2",
"@json2csv/node": "^6.1.2",
"@json2csv/transforms": "^6.1.2",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.8",
"@next/font": "^13.1.6",
Expand All @@ -29,6 +32,7 @@
"color": "^4.2.3",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.7",
"file-saver": "2.0.5",
"framer-motion": "^9.0.2",
"graphql": "^16.6.0",
"graphql-ws": "^5.11.3",
Expand Down
4 changes: 4 additions & 0 deletions apps/web-desmos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@json2csv/formatters": "^6.1.2",
"@json2csv/node": "^6.1.2",
"@json2csv/transforms": "^6.1.2",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.8",
"@next/font": "^13.1.6",
Expand All @@ -29,6 +32,7 @@
"color": "^4.2.3",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.7",
"file-saver": "2.0.5",
"framer-motion": "^9.0.2",
"graphql": "^16.6.0",
"graphql-ws": "^5.11.3",
Expand Down
4 changes: 4 additions & 0 deletions apps/web-elrond/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@json2csv/formatters": "^6.1.2",
"@json2csv/node": "^6.1.2",
"@json2csv/transforms": "^6.1.2",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.8",
"@next/font": "^13.1.6",
Expand All @@ -30,6 +33,7 @@
"color": "^4.2.3",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.7",
"file-saver": "2.0.5",
"framer-motion": "^9.0.2",
"graphql": "^16.6.0",
"graphql-ws": "^5.11.3",
Expand Down
4 changes: 4 additions & 0 deletions apps/web-emoney/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@json2csv/formatters": "^6.1.2",
"@json2csv/node": "^6.1.2",
"@json2csv/transforms": "^6.1.2",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.8",
"@next/font": "^13.1.6",
Expand All @@ -29,6 +32,7 @@
"color": "^4.2.3",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.7",
"file-saver": "2.0.5",
"framer-motion": "^9.0.2",
"graphql": "^16.6.0",
"graphql-ws": "^5.11.3",
Expand Down
4 changes: 4 additions & 0 deletions apps/web-evmos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@json2csv/formatters": "^6.1.2",
"@json2csv/node": "^6.1.2",
"@json2csv/transforms": "^6.1.2",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.8",
"@next/font": "^13.1.6",
Expand All @@ -29,6 +32,7 @@
"color": "^4.2.3",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.7",
"file-saver": "2.0.5",
"framer-motion": "^9.0.2",
"graphql": "^16.6.0",
"graphql-ws": "^5.11.3",
Expand Down
4 changes: 4 additions & 0 deletions apps/web-likecoin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@json2csv/formatters": "^6.1.2",
"@json2csv/node": "^6.1.2",
"@json2csv/transforms": "^6.1.2",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.8",
"@next/font": "^13.1.6",
Expand All @@ -29,6 +32,7 @@
"color": "^4.2.3",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.7",
"file-saver": "2.0.5",
"framer-motion": "^9.0.2",
"graphql": "^16.6.0",
"graphql-ws": "^5.11.3",
Expand Down
4 changes: 4 additions & 0 deletions apps/web-nomic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@json2csv/formatters": "^6.1.2",
"@json2csv/node": "^6.1.2",
"@json2csv/transforms": "^6.1.2",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.8",
"@next/font": "^13.1.6",
Expand All @@ -29,6 +32,7 @@
"color": "^4.2.3",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.7",
"file-saver": "2.0.5",
"framer-motion": "^9.0.2",
"graphql": "^16.6.0",
"graphql-ws": "^5.11.3",
Expand Down
4 changes: 4 additions & 0 deletions apps/web-nym/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@json2csv/formatters": "^6.1.2",
"@json2csv/node": "^6.1.2",
"@json2csv/transforms": "^6.1.2",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.8",
"@next/font": "^13.1.6",
Expand All @@ -29,6 +32,7 @@
"color": "^4.2.3",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.7",
"file-saver": "2.0.5",
"framer-motion": "^9.0.2",
"graphql": "^16.6.0",
"graphql-ws": "^5.11.3",
Expand Down
4 changes: 4 additions & 0 deletions apps/web-osmosis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@json2csv/formatters": "^6.1.2",
"@json2csv/node": "^6.1.2",
"@json2csv/transforms": "^6.1.2",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.8",
"@next/font": "^13.1.6",
Expand All @@ -29,6 +32,7 @@
"color": "^4.2.3",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.7",
"file-saver": "2.0.5",
"framer-motion": "^9.0.2",
"graphql": "^16.6.0",
"graphql-ws": "^5.11.3",
Expand Down
4 changes: 4 additions & 0 deletions apps/web-persistence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@json2csv/formatters": "^6.1.2",
"@json2csv/node": "^6.1.2",
"@json2csv/transforms": "^6.1.2",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.8",
"@next/font": "^13.1.6",
Expand All @@ -29,6 +32,7 @@
"color": "^4.2.3",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.7",
"file-saver": "2.0.5",
"framer-motion": "^9.0.2",
"graphql": "^16.6.0",
"graphql-ws": "^5.11.3",
Expand Down
4 changes: 4 additions & 0 deletions apps/web-provenance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@json2csv/formatters": "^6.1.2",
"@json2csv/node": "^6.1.2",
"@json2csv/transforms": "^6.1.2",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.8",
"@next/font": "^13.1.6",
Expand All @@ -29,6 +32,7 @@
"color": "^4.2.3",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.7",
"file-saver": "2.0.5",
"framer-motion": "^9.0.2",
"graphql": "^16.6.0",
"graphql-ws": "^5.11.3",
Expand Down
5 changes: 5 additions & 0 deletions apps/web-quasar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@json2csv/formatters": "^6.1.2",
"@json2csv/node": "^6.1.2",
"@json2csv/transforms": "^6.1.2",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.8",
"@next/font": "^13.1.6",
Expand All @@ -29,6 +32,7 @@
"color": "^4.2.3",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.7",
"file-saver": "2.0.5",
"framer-motion": "^9.0.2",
"graphql": "^16.6.0",
"graphql-ws": "^5.11.3",
Expand Down Expand Up @@ -84,6 +88,7 @@
"@types/color": "^3.0.3",
"@types/eslint": "^8.21.0",
"@types/esprima": "^4.0.3",
"@types/file-saver": "^2",
"@types/jest": "^29.4.0",
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.13.0",
Expand Down
Loading