Skip to content

Commit f0d4ddd

Browse files
authored
Changed PDF file preview behavior (#3144)
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
1 parent f4a3f46 commit f0d4ddd

File tree

14 files changed

+62650
-345
lines changed

14 files changed

+62650
-345
lines changed

portal-ui/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,20 @@
66
"private": true,
77
"dependencies": {
88
"@reduxjs/toolkit": "^1.9.6",
9+
"@types/pdfjs-dist": "^2.10.378",
910
"kbar": "^0.1.0-beta.39",
1011
"local-storage-fallback": "^4.1.1",
1112
"lodash": "^4.17.21",
1213
"luxon": "^3.4.3",
1314
"mds": "https://github.com/minio/mds.git#v0.13.3",
15+
"pdfjs-dist": "3.11.174",
1416
"react": "^18.1.0",
1517
"react-component-export-image": "^1.0.6",
1618
"react-copy-to-clipboard": "^5.0.2",
1719
"react-dom": "^18.1.0",
1820
"react-dropzone": "^14.2.3",
1921
"react-markdown": "8.0.7",
22+
"react-pdf": "7.5.1",
2023
"react-redux": "^8.1.3",
2124
"react-router-dom": "6.20.1",
2225
"react-virtualized": "^9.22.5",

0 commit comments

Comments
 (0)