Add email notification preference for task completion

- Add emailTaskCompleted field to NotificationPreference model
- Add email preference toggle to notification settings UI (iOS & Android)
- Add localized strings for email notifications section
- Update ViewModel to support email preference updates

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Trey t
2025-12-04 20:04:42 -06:00
parent 7c0238bdf8
commit 22bf109cf7
7 changed files with 118 additions and 6 deletions
+33
View File
@@ -17844,6 +17844,17 @@
}
}
},
"profile_email_notifications" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Email Notifications"
}
}
}
},
"profile_email_required_unique" : {
"extractionState" : "manual",
"localizations" : {
@@ -17909,6 +17920,28 @@
}
}
},
"profile_email_task_completed" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Task Completed Email"
}
}
}
},
"profile_email_task_completed_description" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Receive email when a task is completed"
}
}
}
},
"profile_first_name" : {
"extractionState" : "manual",
"localizations" : {