]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commit
Feature: pngx PDF viewer with updated pdfjs (#4679)
authorshamoon <4887959+shamoon@users.noreply.github.com>
Tue, 5 Dec 2023 01:17:40 +0000 (17:17 -0800)
committerGitHub <noreply@github.com>
Tue, 5 Dec 2023 01:17:40 +0000 (17:17 -0800)
commit826322b6105c45c103f0da8d482121ecb3ff50d2
tree42b2aaa666fa27faee60cab16391c5cdb3d4edd7
parent80ff5677eacec9271f342525155c250d9245c54c
Feature: pngx PDF viewer with updated pdfjs (#4679)
16 files changed:
src-ui/.eslintrc.json
src-ui/angular.json
src-ui/e2e/document-detail/document-detail.spec.ts
src-ui/jest.config.js
src-ui/package-lock.json
src-ui/package.json
src-ui/src/app/app.module.ts
src-ui/src/app/components/common/pdf-viewer/pdf-viewer.component.html [new file with mode: 0644]
src-ui/src/app/components/common/pdf-viewer/pdf-viewer.component.scss [new file with mode: 0644]
src-ui/src/app/components/common/pdf-viewer/pdf-viewer.component.ts [new file with mode: 0644]
src-ui/src/app/components/common/pdf-viewer/typings.ts [new file with mode: 0644]
src-ui/src/app/components/common/pdf-viewer/utils/event-bus-utils.ts [new file with mode: 0644]
src-ui/src/app/components/document-detail/document-detail.component.html
src-ui/src/app/components/document-detail/document-detail.component.scss
src-ui/src/app/components/document-detail/document-detail.component.spec.ts
src-ui/src/app/components/document-detail/document-detail.component.ts