Swap Accept, Reject and Escalate
This commit is contained in:
@@ -145,6 +145,10 @@ class NotificationsScreen extends ConsumerWidget {
|
||||
return '$actorName assigned you';
|
||||
case 'created':
|
||||
return '$actorName created a new item';
|
||||
case 'swap_request':
|
||||
return '$actorName requested a shift swap';
|
||||
case 'swap_update':
|
||||
return '$actorName updated a swap request';
|
||||
case 'mention':
|
||||
default:
|
||||
return '$actorName mentioned you';
|
||||
@@ -157,6 +161,10 @@ class NotificationsScreen extends ConsumerWidget {
|
||||
return Icons.assignment_ind_outlined;
|
||||
case 'created':
|
||||
return Icons.campaign_outlined;
|
||||
case 'swap_request':
|
||||
return Icons.swap_horiz;
|
||||
case 'swap_update':
|
||||
return Icons.update;
|
||||
case 'mention':
|
||||
default:
|
||||
return Icons.alternate_email;
|
||||
|
||||
Reference in New Issue
Block a user