From 5f10d86f04aba8e8244965a426d1f8a0d775aa9e Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 9 Jun 2022 08:37:40 -0700 Subject: [PATCH 01/19] Quick toggle for tags / doctypes etc on doc view --- src-ui/messages.xlf | 78 +++++++++++-------- .../document-card-small.component.html | 8 +- .../document-list/document-list.component.ts | 8 +- .../filter-editor/filter-editor.component.ts | 25 ++---- 4 files changed, 61 insertions(+), 58 deletions(-) diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf index f4c0d6598..b69d864e1 100644 --- a/src-ui/messages.xlf +++ b/src-ui/messages.xlf @@ -102,35 +102,35 @@ »» node_modules/src/pagination/pagination.ts - 313,316 + 312 First node_modules/src/pagination/pagination.ts - 332,333 + 330 Previous node_modules/src/pagination/pagination.ts - 347,348 + 343,345 Next node_modules/src/pagination/pagination.ts - 363 + 357 Last node_modules/src/pagination/pagination.ts - 379,380 + 378,379 @@ -368,7 +368,7 @@ src/app/components/document-list/document-list.component.ts - 68 + 65 src/app/components/manage/management-list/management-list.component.html @@ -872,7 +872,7 @@ src/app/components/manage/storage-path-list/storage-path-list.component.ts - 36 + 35 @@ -1592,7 +1592,7 @@ Confirm delete src/app/components/document-detail/document-detail.component.ts - 469 + 467 src/app/components/manage/management-list/management-list.component.ts @@ -1603,28 +1603,28 @@ Do you really want to delete document ""? src/app/components/document-detail/document-detail.component.ts - 470 + 468 The files for this document will be deleted permanently. This operation cannot be undone. src/app/components/document-detail/document-detail.component.ts - 471 + 469 Delete document src/app/components/document-detail/document-detail.component.ts - 473 + 471 Error deleting document: src/app/components/document-detail/document-detail.component.ts - 489 + 487 @@ -1882,10 +1882,6 @@ src/app/components/document-list/document-card-large/document-card-large.component.html 20 - - src/app/components/document-list/document-card-small/document-card-small.component.html - 24 - src/app/components/document-list/document-list.component.html 173 @@ -1897,10 +1893,6 @@ src/app/components/document-list/document-card-large/document-card-large.component.html 24 - - src/app/components/document-list/document-card-small/document-card-small.component.html - 14 - src/app/components/document-list/document-list.component.html 178 @@ -1962,10 +1954,6 @@ src/app/components/document-list/document-card-large/document-card-large.component.html 63 - - src/app/components/document-list/document-card-small/document-card-small.component.html - 31 - src/app/components/document-list/document-list.component.html 182 @@ -1977,10 +1965,6 @@ src/app/components/document-list/document-card-large/document-card-large.component.html 70 - - src/app/components/document-list/document-card-small/document-card-small.component.html - 38 - src/app/components/document-list/document-list.component.html 187 @@ -2026,6 +2010,34 @@ 98 + + Toggle tag filter + + src/app/components/document-list/document-card-small/document-card-small.component.html + 14 + + + + Toggle correspondent filter + + src/app/components/document-list/document-card-small/document-card-small.component.html + 24 + + + + Toggle document type filter + + src/app/components/document-list/document-card-small/document-card-small.component.html + 31 + + + + Toggle storage path filter + + src/app/components/document-list/document-card-small/document-card-small.component.html + 38 + + Select none @@ -2144,14 +2156,14 @@ View "" saved successfully. src/app/components/document-list/document-list.component.ts - 197 + 180 View "" created successfully. src/app/components/document-list/document-list.component.ts - 227 + 210 @@ -2829,21 +2841,21 @@ storage path src/app/components/manage/storage-path-list/storage-path-list.component.ts - 31 + 30 storage paths src/app/components/manage/storage-path-list/storage-path-list.component.ts - 32 + 31 Do you really want to delete the storage path ""? src/app/components/manage/storage-path-list/storage-path-list.component.ts - 46 + 45 diff --git a/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html b/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html index a27b23d37..813447f2d 100644 --- a/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html +++ b/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html @@ -11,7 +11,7 @@ - + + {{moreTags}} @@ -21,21 +21,21 @@ - {{(document.correspondent$ | async)?.name}}: + {{(document.correspondent$ | async)?.name}}: {{document.title | documentTitle}}
- {{(document.correspondent$ | async)?.name}}: + {{(document.correspondent$ | async)?.name}}: {{document.title | documentTitle}}