Pull request #227: Show red dot at exclude pages icon

Merge in RED/ui from RED-1729 to master

* commit '250190c97e7334763bbdbbfffb87e2ce5e5c3495':
  Show red dot at exclude pages icon
This commit is contained in:
Adina Teudan 2021-06-30 12:33:08 +02:00
commit 067d65ca44
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": {