From 31934f593321ab71d0c154fcdb07f423b158d475 Mon Sep 17 00:00:00 2001 From: Estifo77 <139631617+Estifo77@users.noreply.github.com> Date: Sat, 15 Aug 2026 11:43:02 +0300 Subject: [PATCH] loader rollout --- .../app/features/notifications/pages/NotificationsPage.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/portal/src/app/features/notifications/pages/NotificationsPage.tsx b/apps/portal/src/app/features/notifications/pages/NotificationsPage.tsx index bde8979a3..5e7340173 100644 --- a/apps/portal/src/app/features/notifications/pages/NotificationsPage.tsx +++ b/apps/portal/src/app/features/notifications/pages/NotificationsPage.tsx @@ -21,6 +21,7 @@ import { useMarkNotificationReadMutation, } from '@ema-platform/api'; import { useDateDisplayer } from '@ema-platform/shared'; +import { PageLoader } from '@ema-platform/ui'; type Tab = 'all' | 'unseen' | 'seen'; @@ -75,9 +76,7 @@ export function NotificationsPage() { /> {isLoading ? ( -
- -
+ ) : items.length === 0 ? (