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()"
*ngIf="screen === 'file-preview'"
[attr.aria-expanded]="activeExcludePages"
[showDot]="!!fileStatus.excludedPages?.length"
icon="red:exclude-pages"
tooltip="file-preview.exclude-pages"
tooltipPosition="below"

View File

@ -446,6 +446,11 @@
"success": "Redaction added!",
"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": {
"success": "Suggestion approved.",
"error": "Failed to approve suggestion: {{error}}"
@ -453,8 +458,7 @@
"decline": {
"success": "Suggestion declined.",
"error": "Failed to decline suggestion: {{error}}"
},
"search": "Document name..."
}
},
"dictionary": {
"undo": {