feat: add nudge functionality to chore cards and action menu; enhance user notifications
fix Filtering when imposing user to respect the sort and grouping order
This commit is contained in:
@@ -133,7 +133,8 @@ const ChoreView = () => {
|
||||
icon: <PeopleAlt />,
|
||||
title: 'Assignment',
|
||||
text: `Assigned: ${
|
||||
performers.find(p => p.id === chore.assignedTo)?.displayName || 'N/A'
|
||||
performers.find(p => p.userId === chore.assignedTo)?.displayName ||
|
||||
'N/A'
|
||||
}`,
|
||||
subtext: ` Last: ${
|
||||
chore.lastCompletedDate
|
||||
|
||||
Reference in New Issue
Block a user