added pages to project-overview
This commit is contained in:
parent
355b197220
commit
499c312d1c
@ -143,11 +143,16 @@
|
||||
></div>
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="table-item-title"
|
||||
[matTooltip]="'[' + fileStatus.status + '] ' + fileStatus.filename"
|
||||
>
|
||||
{{ fileStatus.filename }}
|
||||
<div [matTooltip]="'[' + fileStatus.status + '] ' + fileStatus.filename">
|
||||
<div class="table-item-title table-item-title--large">
|
||||
{{ fileStatus.filename }}
|
||||
</div>
|
||||
<div class="small-label stats-subtitle">
|
||||
<div>
|
||||
<mat-icon svgIcon="red:pages"></mat-icon>
|
||||
{{ fileStatus.numberOfPages }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="small-label">
|
||||
@ -155,8 +160,12 @@
|
||||
</div>
|
||||
|
||||
<div class="needs-work">
|
||||
<redaction-annotation-icon type="redaction"></redaction-annotation-icon>
|
||||
<redaction-annotation-icon type="hint"></redaction-annotation-icon>
|
||||
<redaction-annotation-icon
|
||||
[typeValue]="appStateService.getDictionaryTypeValue('redaction')"
|
||||
></redaction-annotation-icon>
|
||||
<redaction-annotation-icon
|
||||
[typeValue]="appStateService.getDictionaryTypeValue('hint')"
|
||||
></redaction-annotation-icon>
|
||||
</div>
|
||||
|
||||
<div class="assigned-to">
|
||||
@ -301,15 +310,22 @@
|
||||
|
||||
<div class="mt-32 legend">
|
||||
<div>
|
||||
<redaction-annotation-icon type="hint"></redaction-annotation-icon>
|
||||
<redaction-annotation-icon
|
||||
[typeValue]="appStateService.getDictionaryTypeValue('hint')"
|
||||
>></redaction-annotation-icon
|
||||
>
|
||||
{{ 'project-overview.legend.contains-hints.label' | translate }}
|
||||
</div>
|
||||
<div>
|
||||
<redaction-annotation-icon type="redaction"></redaction-annotation-icon>
|
||||
<redaction-annotation-icon
|
||||
[typeValue]="appStateService.getDictionaryTypeValue('redaction')"
|
||||
></redaction-annotation-icon>
|
||||
{{ 'project-overview.legend.contains-redactions.label' | translate }}
|
||||
</div>
|
||||
<div>
|
||||
<redaction-annotation-icon type="suggestion"></redaction-annotation-icon>
|
||||
<redaction-annotation-icon
|
||||
[typeValue]="appStateService.getDictionaryTypeValue('request')"
|
||||
></redaction-annotation-icon>
|
||||
{{ 'project-overview.legend.contains-suggestions.label' | translate }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -40,7 +40,7 @@
|
||||
|
||||
.table-item {
|
||||
.table-item-title {
|
||||
line-height: 80px;
|
||||
//line-height: 80px;
|
||||
}
|
||||
|
||||
.needs-work {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user