From d264df1504b4ba2dcb360d8e78e83d643fe66d7a Mon Sep 17 00:00:00 2001
From: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Date: Thu, 11 Mar 2021 15:54:30 -0800
Subject: [PATCH 01/18] Additional metadata for small cards
---
.../document-card-small.component.html | 34 +++++++++++++++----
.../document-card-small.component.scss | 27 ++++++++++++++-
.../document-card-small.component.ts | 3 ++
.../document-list.component.html | 2 +-
src-ui/src/theme_dark.scss | 2 +-
5 files changed, 58 insertions(+), 10 deletions(-)
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 eca5abb97..96c41091d 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
@@ -25,13 +25,35 @@
{{(document.correspondent$ | async)?.name}}:
- {{document.title | documentTitle}} (#{{document.archive_serial_number}})
+ {{document.title | documentTitle}}
-
From f5a06ac0dd3e2a43ba47aa81b219d44eb4323868 Mon Sep 17 00:00:00 2001
From: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Date: Fri, 12 Mar 2021 06:11:53 -0800
Subject: [PATCH 03/18] Slightly shorter thumbnail
---
.../document-card-small/document-card-small.component.scss | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.scss b/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.scss
index 410481569..3f9183074 100644
--- a/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.scss
+++ b/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.scss
@@ -7,7 +7,7 @@
.doc-img {
object-fit: cover;
object-position: top left;
- height: 190px;
+ height: 180px;
mix-blend-mode: multiply;
}
From 5eca0ce55480c98f16b831af39bcc3cdc4bc6ae5 Mon Sep 17 00:00:00 2001
From: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Date: Fri, 12 Mar 2021 06:30:03 -0800
Subject: [PATCH 04/18] Light mode fixes
---
.../document-card-small.component.html | 8 ++++----
.../document-card-small.component.scss | 9 +++++++--
2 files changed, 11 insertions(+), 6 deletions(-)
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 a8dea01fe..7de26bf0f 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
@@ -29,8 +29,8 @@
-
-
Score:
-
-
+
+
+
+
+
-
-
Created: {{document.created | customDate}}
diff --git a/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.scss b/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.scss
index c49de93b5..9caaabf5c 100644
--- a/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.scss
+++ b/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.scss
@@ -37,3 +37,21 @@
.doc-img-background-selected {
background-color: $primaryFaded;
}
+
+.card-metadata {
+ line-height: 1;
+
+ button {
+ line-height: 1;
+
+ &:hover,
+ &:focus {
+ background-color: transparent !important;
+ }
+ }
+
+ .metadata-icon {
+ width: 0.8rem;
+ height: 0.8rem;
+ }
+}
From cb2eff47cc3b129a3b2804384e464becd0a36535 Mon Sep 17 00:00:00 2001
From: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Date: Fri, 12 Mar 2021 07:15:00 -0800
Subject: [PATCH 06/18] Refactor
---
.../document-card-large/document-card-large.component.html | 2 +-
.../document-card-large/document-card-large.component.scss | 2 +-
.../document-card-small/document-card-small.component.html | 2 +-
.../document-card-small/document-card-small.component.scss | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html b/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html
index 6580fc27d..1518acba7 100644
--- a/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html
+++ b/src-ui/src/app/components/document-list/document-card-large/document-card-large.component.html
@@ -61,7 +61,7 @@
-
+