From fb3ef83cd2d9849959fa0ab35d526f227889291b Mon Sep 17 00:00:00 2001 From: Dan Percic Date: Wed, 15 Mar 2023 17:42:02 +0200 Subject: [PATCH] RED-6332: cherry pick commit from master branch --- .../base-screen/base-screen.component.html | 5 ++++- .../notifications/notifications.component.html | 18 +++++++++++++++--- .../notifications/notifications.component.ts | 3 ++- 3 files changed, 21 insertions(+), 5 deletions(-) diff --git a/apps/red-ui/src/app/components/base-screen/base-screen.component.html b/apps/red-ui/src/app/components/base-screen/base-screen.component.html index 4fffdc4e0..515df50ea 100644 --- a/apps/red-ui/src/app/components/base-screen/base-screen.component.html +++ b/apps/red-ui/src/app/components/base-screen/base-screen.component.html @@ -29,7 +29,10 @@ - + diff --git a/apps/red-ui/src/app/components/notifications/notifications.component.html b/apps/red-ui/src/app/components/notifications/notifications.component.html index 518a46c85..82e391820 100644 --- a/apps/red-ui/src/app/components/notifications/notifications.component.html +++ b/apps/red-ui/src/app/components/notifications/notifications.component.html @@ -1,4 +1,9 @@ - + @@ -13,15 +18,21 @@
{{ group.date }}
-
+
{{ 'notifications.mark-all-as-read' | translate }}
@@ -33,6 +44,7 @@
; readonly groupedNotifications$: Observable; + readonly trackBy = trackByFactory(); constructor( private readonly _notificationsService: NotificationsService,