Skip to content

Commit

Permalink
ASAP-511 Download excel analytics sheet (#4367)
Browse files Browse the repository at this point in the history
* ASAP-511 Download excel analytics sheet

* Tooltip info component

* fix error with sheet name

* fix issue with sheet name

* add engagement performance after rebase and disable checkbox

* checkbox disabled while downloading + tests

* empty to re-trigger ci
  • Loading branch information
gabiayako authored Sep 9, 2024
1 parent f82b921 commit 0c6c1d6
Show file tree
Hide file tree
Showing 40 changed files with 1,943 additions and 238 deletions.
154 changes: 152 additions & 2 deletions .pnp.cjs

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

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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 4 additions & 1 deletion apps/crn-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"browser-image-compression": "1.0.17",
"csv-stringify": "6.4.5",
"date-fns": "2.30.0",
"file-saver": "^2.0.5",
"fs": "npm:browserify-fs@1.0.0",
"history": "4.10.1",
"path": "npm:path-browserify@1.0.1",
Expand All @@ -49,7 +50,8 @@
"use-debounce": "8.0.4",
"use-deep-compare-effect": "1.6.1",
"uuid": "8.3.2",
"vite": "5.0.13"
"vite": "5.0.13",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@asap-hub/dom-test-utils": "workspace:*",
Expand All @@ -61,6 +63,7 @@
"@testing-library/react": "11.2.7",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "12.8.3",
"@types/file-saver": "^2",
"@types/history": "4.7.11",
"@types/jest": "29.5.12",
"@types/jest-when": "3.5.2",
Expand Down
Loading

0 comments on commit 0c6c1d6

Please sign in to comment.