about summary refs log tree commit diff
path: root/src/lib/broadcast/index.ts
Commit message (Collapse)AuthorAgeFilesLines
* Stub broadcast channel for unspported contexts (#2175)Eric Bailey2023-12-121-11/+2
|
* Refactor notifications to use react-query (#1878)Paul Frazee2023-11-121-0/+11
* 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>