From 55eb99930551005726a9ce604b3c6affee8dd87e Mon Sep 17 00:00:00 2001 From: Alex Inkin Date: Wed, 30 Jul 2025 11:17:59 +0700 Subject: [PATCH] fix: update notifications design (#3000) --- .../routes/notifications/item.component.ts | 43 ++++++++++++++----- .../notifications/notifications.component.ts | 8 ++-- .../routes/notifications/table.component.ts | 13 ++++-- .../services/dashboard/dashboard.component.ts | 1 - .../src/app/services/notification.service.ts | 7 ++- 5 files changed, 48 insertions(+), 24 deletions(-) diff --git a/web/projects/ui/src/app/routes/portal/routes/notifications/item.component.ts b/web/projects/ui/src/app/routes/portal/routes/notifications/item.component.ts index b74c53e57..3917410b7 100644 --- a/web/projects/ui/src/app/routes/portal/routes/notifications/item.component.ts +++ b/web/projects/ui/src/app/routes/portal/routes/notifications/item.component.ts @@ -49,12 +49,12 @@ import { i18nPipe } from '@start9labs/shared' (overflownChange)="overflow = $event" /> @if (overflow) { - } - @if (notificationItem.code === 1 || notificationItem.code === 2) { -