about summary refs log tree commit diff
path: root/src/state/preferences/alt-text-required.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Add displayName to contexts (#8814)Samuel Newman2025-08-141-0/+2
|
* [Persisted] Make broadcast subscriptions granular by key (#4874)dan2024-08-061-3/+6
| | | | | | | * Add fast path for guaranteed noop updates * Change persisted.onUpdate() API to take a key * Implement granular broadcast listeners
* Option for large alt badges (#4571)Samuel Newman2024-06-201-0/+1
| | | | | | | | | | | | | * add pref for large alt badge * add to settings * do the large badge bit * Tweak wording --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* State layer cleanup: move alt-text-required into preferences and fix a bug ↵Paul Frazee2023-11-081-0/+48
in reminders (#1845) * Move alt-text-required into preferences * Fix bug: reminders now using new onboarding state