Add per-user notification time preferences
Allow users to customize when they receive notification reminders: - Add hour fields to NotificationPreference model - Add timezone conversion utilities (localHourToUtc, utcHourToLocal) - Add time picker UI for iOS (wheel picker in sheet) - Add time picker UI for Android (hour chip selector dialog) - Times stored in UTC, displayed in user's local timezone - Add localized strings for time picker UI 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -405,6 +405,11 @@
|
||||
<string name="notifications_email_task_completed">Task Completed Email</string>
|
||||
<string name="notifications_email_task_completed_desc">Receive email when a task is completed</string>
|
||||
|
||||
<!-- Notification Time Picker -->
|
||||
<string name="notifications_set_custom_time">Set custom time</string>
|
||||
<string name="notifications_change_time">Change</string>
|
||||
<string name="notifications_select_time">Select Notification Time</string>
|
||||
|
||||
<!-- Common -->
|
||||
<string name="common_save">Save</string>
|
||||
<string name="common_cancel">Cancel</string>
|
||||
|
||||
Reference in New Issue
Block a user