Added legend
This commit is contained in:
parent
a9fb796ff1
commit
c21b1b7aff
@ -168,7 +168,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mt-20">
|
<div class="mt-32">
|
||||||
<redaction-simple-doughnut-chart [config]="documentsChartData"
|
<redaction-simple-doughnut-chart [config]="documentsChartData"
|
||||||
[strokeWidth]="15"
|
[strokeWidth]="15"
|
||||||
[radius]="70"
|
[radius]="70"
|
||||||
@ -176,5 +176,20 @@
|
|||||||
direction="row"
|
direction="row"
|
||||||
></redaction-simple-doughnut-chart>
|
></redaction-simple-doughnut-chart>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="mt-32 legend">
|
||||||
|
<div>
|
||||||
|
<redaction-annotation-icon type="hint"></redaction-annotation-icon>
|
||||||
|
{{ 'project-overview.legend.contains-hints.label' | translate }}
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<redaction-annotation-icon type="redaction"></redaction-annotation-icon>
|
||||||
|
{{ 'project-overview.legend.contains-redactions.label' | translate }}
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<redaction-annotation-icon type="suggestion"></redaction-annotation-icon>
|
||||||
|
{{ 'project-overview.legend.contains-suggestions.label' | translate }}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -41,3 +41,19 @@
|
|||||||
gap: 5px;
|
gap: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.legend {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
gap: 8px;
|
||||||
|
|
||||||
|
> div {
|
||||||
|
display: flex;
|
||||||
|
gap: 8px;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.mt-32 {
|
||||||
|
margin-top: 32px;
|
||||||
|
}
|
||||||
|
|||||||
@ -372,6 +372,17 @@
|
|||||||
},
|
},
|
||||||
"no-project": {
|
"no-project": {
|
||||||
"label": "Requested project: {{projectId}} does not exist! <a href='/ui/projects'>Back to Project Listing. <a/>"
|
"label": "Requested project: {{projectId}} does not exist! <a href='/ui/projects'>Back to Project Listing. <a/>"
|
||||||
|
},
|
||||||
|
"legend": {
|
||||||
|
"contains-hints": {
|
||||||
|
"label": "Contains hints "
|
||||||
|
},
|
||||||
|
"contains-redactions": {
|
||||||
|
"label": "Contains redactions "
|
||||||
|
},
|
||||||
|
"contains-suggestions": {
|
||||||
|
"label": "Contains suggestions for redaction "
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"file-preview": {
|
"file-preview": {
|
||||||
@ -457,13 +468,12 @@
|
|||||||
"label": "Unassigned"
|
"label": "Unassigned"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"assign-file-owner": {
|
||||||
"assign-file-owner":{
|
|
||||||
"dialog": {
|
"dialog": {
|
||||||
"single-user": {
|
"single-user": {
|
||||||
"label": "Reviewer"
|
"label": "Reviewer"
|
||||||
},
|
},
|
||||||
"title":{
|
"title": {
|
||||||
"label": "Manage File Reviewer"
|
"label": "Manage File Reviewer"
|
||||||
},
|
},
|
||||||
"save": {
|
"save": {
|
||||||
@ -471,8 +481,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"assign-project-owner": {
|
||||||
"assign-project-owner":{
|
|
||||||
"dialog": {
|
"dialog": {
|
||||||
"single-user": {
|
"single-user": {
|
||||||
"label": "Owner"
|
"label": "Owner"
|
||||||
@ -480,7 +489,7 @@
|
|||||||
"multi-user": {
|
"multi-user": {
|
||||||
"label": "Members"
|
"label": "Members"
|
||||||
},
|
},
|
||||||
"title":{
|
"title": {
|
||||||
"label": "Manage Project Owner and Members"
|
"label": "Manage Project Owner and Members"
|
||||||
},
|
},
|
||||||
"save": {
|
"save": {
|
||||||
@ -488,7 +497,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"unassigned": "Unassigned",
|
"unassigned": "Unassigned",
|
||||||
"under-review": "Under review",
|
"under-review": "Under review",
|
||||||
"under-approval": "Under approval",
|
"under-approval": "Under approval",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user