Show red dot at exclude pages icon
This commit is contained in:
parent
2ea1f06f3f
commit
250190c97e
@ -62,6 +62,7 @@
|
|||||||
(action)="toggleExcludePages()"
|
(action)="toggleExcludePages()"
|
||||||
*ngIf="screen === 'file-preview'"
|
*ngIf="screen === 'file-preview'"
|
||||||
[attr.aria-expanded]="activeExcludePages"
|
[attr.aria-expanded]="activeExcludePages"
|
||||||
|
[showDot]="!!fileStatus.excludedPages?.length"
|
||||||
icon="red:exclude-pages"
|
icon="red:exclude-pages"
|
||||||
tooltip="file-preview.exclude-pages"
|
tooltip="file-preview.exclude-pages"
|
||||||
tooltipPosition="below"
|
tooltipPosition="below"
|
||||||
|
|||||||
@ -446,6 +446,11 @@
|
|||||||
"success": "Redaction added!",
|
"success": "Redaction added!",
|
||||||
"error": "Failed to save redaction: {{error}}"
|
"error": "Failed to save redaction: {{error}}"
|
||||||
},
|
},
|
||||||
|
"search": "Document name...",
|
||||||
|
"change-legal-basis": {
|
||||||
|
"success": "Annotation reason was edited.",
|
||||||
|
"error": "Failed to edit annotation reason: {{error}}"
|
||||||
|
},
|
||||||
"approve": {
|
"approve": {
|
||||||
"success": "Suggestion approved.",
|
"success": "Suggestion approved.",
|
||||||
"error": "Failed to approve suggestion: {{error}}"
|
"error": "Failed to approve suggestion: {{error}}"
|
||||||
@ -453,8 +458,7 @@
|
|||||||
"decline": {
|
"decline": {
|
||||||
"success": "Suggestion declined.",
|
"success": "Suggestion declined.",
|
||||||
"error": "Failed to decline suggestion: {{error}}"
|
"error": "Failed to decline suggestion: {{error}}"
|
||||||
},
|
}
|
||||||
"search": "Document name..."
|
|
||||||
},
|
},
|
||||||
"dictionary": {
|
"dictionary": {
|
||||||
"undo": {
|
"undo": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user