Merged
Conversation
Add Quiet Hours settings screen allowing users to configure time-based notification silencing: - Create new Quiet Hours settings screen with time picker UI - Add DateTimePicker dependency for native time selection - Implement updateQuietHours method in PreferencesService - Update settings menu to enable Quiet Hours navigation - Fix API client method usage (patch instead of put) - Add proper TypeScript types for event handlers - Follow existing patterns from notifications/appearance settings Technical details: - Uses optimistic updates with backend sync - Supports iOS spinner and Android dialog pickers - Stores times in HH:MM format (24-hour) - Gracefully handles errors with user feedback 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
jeremyeder
added a commit
that referenced
this pull request
Nov 27, 2025
Updates: - prettier: 3.6.2 → 3.7.1 - @types/react: 19.1.17 → 19.2.7 - @types/jest: 29.5.14 → 30.0.0 Backlog additions: - Added item #6: Research @shopify/react-native-performance library - Compare with existing custom performance monitoring - Evaluate if it should replace current implementation - Note: Library flagged as unmaintained by Expo doctor All updates are safe and don't break Expo SDK 52 compatibility. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Phase 13A: Quiet Hours Feature
Implements Quiet Hours feature to silence push notifications during user-defined time windows.
🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com