about summary refs log tree commit diff
path: root/src/lib/broadcast
Commit message (Collapse)AuthorAgeFilesLines
* Stub broadcast channel for unspported contexts (#2175)Eric Bailey2023-12-123-12/+15
|
* Refactor notifications to use react-query (#1878)Paul Frazee2023-11-122-0/+12
* Move broadcast channel to lib * Refactor view/com/post/Post and remove temporary 2 components * Add useModerationOpts hook * Refactor notifications to use react-query * Fix: only trigger updates in useModerationOpts when the values have changed * Implement unread notification tracking * Add moderation filtering to notifications * Handle native/push notifications * Remove dead code --------- Co-authored-by: Eric Bailey <git@esb.lol>