RED-6179: mark all as read

This commit is contained in:
Dan Percic 2023-02-17 12:56:00 +02:00
parent dad0913fdb
commit 4dd213b050
5 changed files with 13 additions and 37 deletions

View File

@ -13,7 +13,9 @@
<div *ngFor="let group of groups; let first = first">
<div class="all-caps-label flex-align-items-center">
<div>{{ group.date }}</div>
<div (click)="markRead($event)" *ngIf="(hasUnreadNotifications$ | async) && first" class="view-all">View all</div>
<div (click)="markRead($event)" *ngIf="(hasUnreadNotifications$ | async) && first" class="view-all">
{{ 'notifications.mark-all-as-read' | translate }}
</div>
</div>
<div

View File

@ -972,7 +972,6 @@
"dossier-template-info-screen": {
"created-by": "",
"created-on": "",
"description": "",
"entities": "",
"entries": "",
"modified-on": "",
@ -1053,8 +1052,8 @@
},
"download-includes": "Wählen Sie die Dokumente für Ihr Download-Paket aus",
"download-status": {
"queued": "Ihr Download wurde zur Warteschlange hinzugefügt. Hier finden Sie alle angeforderten Downloads: <a href='/main/downloads'>My Downloads<a/>.",
"error": ""
"error": "",
"queued": "Ihr Download wurde zur Warteschlange hinzugefügt. Hier finden Sie alle angeforderten Downloads: <a href='/main/downloads'>My Downloads<a/>."
},
"download-type": {
"annotated": "PDF mit Anmerkungen",
@ -1153,13 +1152,6 @@
},
"side-nav-title": "Konfiguration"
},
"edit-file-attribute-value-dialog": {
"actions": {
"cancel": "",
"save": ""
},
"header": ""
},
"entities-listing": {
"action": {
"delete": "Wörterbuch löschen",
@ -1774,6 +1766,7 @@
"notifications": {
"deleted-dossier": "",
"label": "Benachrichtigungen",
"mark-all-as-read": "Alle als gelesen markieren",
"mark-as": ""
},
"ocr": {

View File

@ -972,7 +972,6 @@
"dossier-template-info-screen": {
"created-by": "Created by",
"created-on": "Created on: {date}",
"description": "Description",
"entities": "{count} {count, plural, one{entity} other{entities}}",
"entries": "{count} {count, plural, one{entry} other{entries}}",
"modified-on": "Modified on: {date}",
@ -1053,8 +1052,8 @@
},
"download-includes": "Choose what is included at download:",
"download-status": {
"queued": "Your download has been queued, you can see all your requested downloads here: <a href='/ui/main/downloads'>My Downloads<a/>.",
"error": "The download preparation failed, please recheck the selected files and download option settings."
"error": "The download preparation failed, please recheck the selected files and download option settings.",
"queued": "Your download has been queued, you can see all your requested downloads here: <a href='/ui/main/downloads'>My Downloads<a/>."
},
"download-type": {
"annotated": "Annotated PDF",
@ -1153,13 +1152,6 @@
},
"side-nav-title": "Configurations"
},
"edit-file-attribute-value-dialog": {
"actions": {
"cancel": "Cancel",
"save": "Save"
},
"header": "Edit file attribute"
},
"entities-listing": {
"action": {
"delete": "Delete Entity",
@ -1774,6 +1766,7 @@
"notifications": {
"deleted-dossier": "Deleted Dossier",
"label": "Notifications",
"mark-all-as-read": "Mark all as read",
"mark-as": "Mark as {type, select, read{read} unread{unread} other{}}"
},
"ocr": {

View File

@ -972,7 +972,6 @@
"dossier-template-info-screen": {
"created-by": "",
"created-on": "",
"description": "",
"entities": "",
"entries": "",
"modified-on": "",
@ -1053,6 +1052,7 @@
},
"download-includes": "Wählen Sie die Dokumente für Ihr Download-Paket aus",
"download-status": {
"error": "",
"queued": "Ihr Download wurde zur Warteschlange hinzugefügt. Hier finden Sie alle angeforderten Downloads: <a href='/main/downloads'>My Downloads<a/>."
},
"download-type": {
@ -1152,13 +1152,6 @@
},
"side-nav-title": "Konfiguration"
},
"edit-file-attribute-value-dialog": {
"actions": {
"cancel": "",
"save": ""
},
"header": ""
},
"entities-listing": {
"action": {
"delete": "Wörterbuch löschen",
@ -1773,6 +1766,7 @@
"notifications": {
"deleted-dossier": "",
"label": "Benachrichtigungen",
"mark-all-as-read": "Alle als gelesen markieren",
"mark-as": ""
},
"ocr": {

View File

@ -972,7 +972,6 @@
"dossier-template-info-screen": {
"created-by": "Created by",
"created-on": "Created on: {date}",
"description": "Description",
"entities": "{count} {count, plural, one{entity} other{entities}}",
"entries": "{count} {count, plural, one{entry} other{entries}}",
"modified-on": "Modified on: {date}",
@ -1053,6 +1052,7 @@
},
"download-includes": "Choose what is included at download:",
"download-status": {
"error": "",
"queued": "Your download has been queued, you can see all your requested downloads here: <a href='/ui/main/downloads'>My Downloads<a/>."
},
"download-type": {
@ -1152,13 +1152,6 @@
},
"side-nav-title": "Configurations"
},
"edit-file-attribute-value-dialog": {
"actions": {
"cancel": "Cancel",
"save": "Save"
},
"header": "Edit file attribute"
},
"entities-listing": {
"action": {
"delete": "Delete Entity",
@ -1773,6 +1766,7 @@
"notifications": {
"deleted-dossier": "Deleted Dossier",
"label": "Notifications",
"mark-all-as-read": "Mark all as read",
"mark-as": "Mark as {type, select, read{read} unread{unread} other{}}"
},
"ocr": {