feat: Ambient Light Sensor Integration (P2 #21)#21
Merged
thefiredev-cloud merged 2 commits intomainfrom Feb 2, 2026
Merged
Conversation
✅ Deploy Preview for protocol-guide ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
added 2 commits
February 1, 2026 18:23
- Add useAmbientLight hook with W3C Ambient Light Sensor API support - Classify light levels: very-dark, dim, normal, bright, very-bright - Suggest optimal theme based on EMS field conditions - Time-based fallback when sensor unavailable - Add AmbientLightSettings component with toggle and status indicator - Integrate into Profile settings page - Add comprehensive tests for light classification Designed for EMS field use: - Night shift / ambulance interior → Dark mode - Outdoor daytime scenes → Light mode - Direct sunlight → High-contrast light mode Part of P2 UI enhancements (PR #21)
- Add isAutoModeEnabledRef to track current auto mode state - Use ref in sensor reading callback to avoid stale closure - Sensor now correctly responds to auto mode toggle without reinitializing
3d3876b to
3769271
Compare
thefiredev-cloud
pushed a commit
that referenced
this pull request
Feb 2, 2026
PRs introduced a runtime error causing React to not mount. Will re-apply fixes after debugging.
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.
Summary
Implements ambient light sensor integration for automatic theme switching, optimized for EMS field conditions.
Features
EMS Field Optimization
Testing
Part of Batch 2
P2 UI enhancements as specified in the UI upgrade plan.