]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commit
Unify management lists with single template 514/head
authorMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Wed, 23 Mar 2022 05:01:46 +0000 (22:01 -0700)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Wed, 23 Mar 2022 20:31:00 +0000 (13:31 -0700)
commit4c65ecbe891bc90f8ef884c81045537839223b66
treeab08d2432fbc35c987e18f5ee0e4b25f5947988d
parent65a56a1da0995426f23a2a69ef8befb06028f4d3
Unify management lists with single template
27 files changed:
src-ui/src/app/app.module.ts
src-ui/src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.html [moved from src-ui/src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.html with 100% similarity]
src-ui/src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.scss [moved from src-ui/src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.scss with 100% similarity]
src-ui/src/app/components/common/edit-dialog/correspondent-edit-dialog/correspondent-edit-dialog.component.ts [moved from src-ui/src/app/components/manage/correspondent-list/correspondent-edit-dialog/correspondent-edit-dialog.component.ts with 100% similarity]
src-ui/src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.html [moved from src-ui/src/app/components/manage/document-type-list/document-type-edit-dialog/document-type-edit-dialog.component.html with 100% similarity]
src-ui/src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.scss [moved from src-ui/src/app/components/manage/document-type-list/document-type-edit-dialog/document-type-edit-dialog.component.scss with 100% similarity]
src-ui/src/app/components/common/edit-dialog/document-type-edit-dialog/document-type-edit-dialog.component.ts [moved from src-ui/src/app/components/manage/document-type-list/document-type-edit-dialog/document-type-edit-dialog.component.ts with 100% similarity]
src-ui/src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.html [moved from src-ui/src/app/components/manage/tag-list/tag-edit-dialog/tag-edit-dialog.component.html with 100% similarity]
src-ui/src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.scss [moved from src-ui/src/app/components/manage/tag-list/tag-edit-dialog/tag-edit-dialog.component.scss with 100% similarity]
src-ui/src/app/components/common/edit-dialog/tag-edit-dialog/tag-edit-dialog.component.ts [moved from src-ui/src/app/components/manage/tag-list/tag-edit-dialog/tag-edit-dialog.component.ts with 100% similarity]
src-ui/src/app/components/common/input/tags/tags.component.ts
src-ui/src/app/components/document-detail/document-detail.component.html
src-ui/src/app/components/document-detail/document-detail.component.ts
src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html
src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html
src-ui/src/app/components/manage/correspondent-list/correspondent-list.component.html [deleted file]
src-ui/src/app/components/manage/correspondent-list/correspondent-list.component.ts
src-ui/src/app/components/manage/document-type-list/document-type-list.component.scss [deleted file]
src-ui/src/app/components/manage/document-type-list/document-type-list.component.ts
src-ui/src/app/components/manage/management-list/management-list.component.html [moved from src-ui/src/app/components/manage/document-type-list/document-type-list.component.html with 81% similarity]
src-ui/src/app/components/manage/management-list/management-list.component.scss [moved from src-ui/src/app/components/manage/correspondent-list/correspondent-list.component.scss with 100% similarity]
src-ui/src/app/components/manage/management-list/management-list.component.ts [moved from src-ui/src/app/components/manage/generic-list/generic-list.component.ts with 86% similarity]
src-ui/src/app/components/manage/tag-list/tag-list.component.html [deleted file]
src-ui/src/app/components/manage/tag-list/tag-list.component.scss [deleted file]
src-ui/src/app/components/manage/tag-list/tag-list.component.ts
src-ui/src/app/pipes/safehtml.pipe.ts [new file with mode: 0644]
src-ui/src/app/pipes/safeurl.pipe.ts [moved from src-ui/src/app/pipes/safe.pipe.ts with 83% similarity]