about summary refs log tree commit diff
path: root/src/state/preferences/large-alt-badge.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/+49
* 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>