Show red dot at exclude pages icon

This commit is contained in:
Adina Țeudan 2021-06-29 15:29:12 +03:00
parent 2ea1f06f3f
commit 250190c97e
2 changed files with 7 additions and 2 deletions

View File

@ -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"

View File

@ -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": {