From 250190c97e7334763bbdbbfffb87e2ce5e5c3495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adina=20=C8=9Aeudan?= Date: Tue, 29 Jun 2021 15:29:12 +0300 Subject: [PATCH] Show red dot at exclude pages icon --- .../components/file-actions/file-actions.component.html | 1 + apps/red-ui/src/assets/i18n/en.json | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/apps/red-ui/src/app/modules/dossier/components/file-actions/file-actions.component.html b/apps/red-ui/src/app/modules/dossier/components/file-actions/file-actions.component.html index a67f5a63c..98675e10e 100644 --- a/apps/red-ui/src/app/modules/dossier/components/file-actions/file-actions.component.html +++ b/apps/red-ui/src/app/modules/dossier/components/file-actions/file-actions.component.html @@ -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" diff --git a/apps/red-ui/src/assets/i18n/en.json b/apps/red-ui/src/assets/i18n/en.json index e74df12ad..eb2b285a0 100644 --- a/apps/red-ui/src/assets/i18n/en.json +++ b/apps/red-ui/src/assets/i18n/en.json @@ -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": {