Skip to content

Commit

Permalink
feat(RHIF-153): adopt new pdf generator service (#1961)
Browse files Browse the repository at this point in the history
* feat(RHIF-153): adopt new pdf generator service

* chore(RHIF-153): extract report download button onClick into separate function

* chore(RHIF-153): remove obsolete route

* fix(RHIF-153): pass dispatch function to the usePDFExport hook

* chore: update fec-utilities package
  • Loading branch information
mkholjuraev authored Jul 12, 2023
1 parent f3a70e4 commit ce1e2e0
Show file tree
Hide file tree
Showing 31 changed files with 80 additions and 3,426 deletions.
70 changes: 55 additions & 15 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@redhat-cloud-services/frontend-components-notifications": "^3.2.12",
"@redhat-cloud-services/frontend-components-pdf-generator": "^2.6.18",
"@redhat-cloud-services/frontend-components-remediations": "^3.2.8",
"@redhat-cloud-services/frontend-components-utilities": "^3.5.0",
"@redhat-cloud-services/frontend-components-utilities": "^3.7.3",
"@redhat-cloud-services/host-inventory-client": "^1.0.114",
"@types/react": "^17.0.50",
"apollo-boost": "^0.4.9",
Expand Down Expand Up @@ -62,8 +62,7 @@
"roots": [
"<rootDir>/src/"
],
"transformIgnorePatterns": [
],
"transformIgnorePatterns": [],
"moduleNameMapper": {
"\\.(css|scss)$": "identity-obj-proxy",
"^SmartComponents$": "<rootDir>/src/SmartComponents",
Expand Down
172 changes: 0 additions & 172 deletions src/SmartComponents/ReportDownload/Components/ReportPDF.js

This file was deleted.

10 changes: 0 additions & 10 deletions src/SmartComponents/ReportDownload/Components/ReportPDF.test.js

This file was deleted.

This file was deleted.

Loading

0 comments on commit ce1e2e0

Please sign in to comment.