added new response data from notifications api

This commit is contained in:
llsajjad
2025-09-27 13:02:12 +03:30
parent 7e58a694ff
commit fa974bc4a2
16 changed files with 1226 additions and 869 deletions
@@ -143,9 +143,9 @@ class _MobileNotificationPageState extends State<MobileNotificationPage>
),
if ((viewModel.isLoadingAll &&
(viewModel.allNotificationResponse?.data?.notifications?.isEmpty ?? true)) ||
(viewModel.allNotificationResponse?.data?.isEmpty ?? true)) ||
(viewModel.isLoadingUnread &&
(viewModel.unreadNotificationResponse?.data?.notifications?.isEmpty ?? true)))
(viewModel.unreadNotificationResponse?.data?.isEmpty ?? true)))
const Expanded(
child: Center(
child: CircularProgressIndicator(color: AppColors.secondary50),