about summary refs log tree commit diff
path: root/src/state/invites.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-2/+3
| | | | | | | * Add fast path for guaranteed noop updates * Change persisted.onUpdate() API to take a key * Implement granular broadcast listeners
* Move invite-state to new persistence + context and replace the notifications ↵Paul Frazee2023-11-081-0/+56
with just showing uses in the modal (#1840)