]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commit
Feature: email document button (#8950)
authorshamoon <4887959+shamoon@users.noreply.github.com>
Fri, 21 Feb 2025 16:44:03 +0000 (08:44 -0800)
committerGitHub <noreply@github.com>
Fri, 21 Feb 2025 16:44:03 +0000 (16:44 +0000)
commitc122c60d3fb970fd6bc75a918169485da062af15
tree75a35f689a154041a9f61cb941ff082973bc0ffd
parent4f08b5fa2066f6a9628eca0dab67a8c1d4be3f64
Feature: email document button (#8950)
19 files changed:
src-ui/messages.xlf
src-ui/src/app/components/common/email-document-dialog/email-document-dialog.component.html [new file with mode: 0644]
src-ui/src/app/components/common/email-document-dialog/email-document-dialog.component.scss [new file with mode: 0644]
src-ui/src/app/components/common/email-document-dialog/email-document-dialog.component.spec.ts [new file with mode: 0644]
src-ui/src/app/components/common/email-document-dialog/email-document-dialog.component.ts [new file with mode: 0644]
src-ui/src/app/components/common/share-links-dialog/share-links-dialog.component.html [new file with mode: 0644]
src-ui/src/app/components/common/share-links-dialog/share-links-dialog.component.scss [new file with mode: 0644]
src-ui/src/app/components/common/share-links-dialog/share-links-dialog.component.spec.ts [moved from src-ui/src/app/components/common/share-links-dropdown/share-links-dropdown.component.spec.ts with 92% similarity]
src-ui/src/app/components/common/share-links-dialog/share-links-dialog.component.ts [moved from src-ui/src/app/components/common/share-links-dropdown/share-links-dropdown.component.ts with 90% similarity]
src-ui/src/app/components/common/share-links-dropdown/share-links-dropdown.component.html [deleted file]
src-ui/src/app/components/common/share-links-dropdown/share-links-dropdown.component.scss [deleted file]
src-ui/src/app/components/document-detail/document-detail.component.html
src-ui/src/app/components/document-detail/document-detail.component.spec.ts
src-ui/src/app/components/document-detail/document-detail.component.ts
src-ui/src/app/services/rest/document.service.spec.ts
src-ui/src/app/services/rest/document.service.ts
src-ui/src/main.ts
src/documents/tests/test_api_documents.py
src/documents/views.py