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:
Mo Tarbin
2025-09-18 01:14:51 -04:00
parent 707ba55e1d
commit eded4b2e16
5 changed files with 137 additions and 7 deletions

View File

@@ -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