about summary refs log tree commit diff
path: root/src/state/queries/notifications/unread.tsx
Commit message (Expand)AuthorAgeFilesLines
* Log cleanup (#9029)Samuel Newman2025-09-111-5/+2
* Add displayName to contexts (#8814)Samuel Newman2025-08-141-0/+2
* Upgrade prettier to 3.6 (#8558)Samuel Newman2025-06-231-5/+5
* [Notifications] Add a Mentions tab (#7044)dan2024-12-121-2/+14
* Sort imports (#6009)dan2024-10-291-1/+1
* Remove ungroup_follow_backs gate (#4893)Eric Bailey2024-08-081-4/+1
* [D1X] Pull out follow-backs for higher signal (#4719)Eric Bailey2024-07-041-1/+4
* Server-side thread mutes (#4518)Samuel Newman2024-06-181-4/+1
* Use the proper logic on iOS to increment the badge (#4233)Hailey2024-06-071-2/+2
* Replace getAgent() with reading agent (#4243)dan2024-05-281-5/+5
* Disable badge incrementing for DMs (#4088)Hailey2024-05-171-1/+1
* Properly update badge for other unread notifications (#4052)Hailey2024-05-161-8/+2
* Performance improvements: structural sharing & moderation opts context (#3785)Paul Frazee2024-04-301-1/+1
* [Session] Add `useAgent` hook and replace (#3706)Eric Bailey2024-04-251-2/+3
* [Session] Drill `getAgent` into `notifications/utils` (#3703)Eric Bailey2024-04-251-0/+1
* Fix stale Notifications after push (#3507)dan2024-04-121-7/+27
* Fix notification mark-read behaviors (#2696)Paul Frazee2024-01-301-4/+6
* Reduce some Sentry logs (#2549)Eric Bailey2024-01-161-1/+1
* Reduce polling (#2465)Paul Frazee2024-01-101-3/+28
* Reduce web requests (#2420)Paul Frazee2024-01-041-0/+4
* A couple notifications fixes (#2327)Paul Frazee2023-12-271-0/+3
* Additional reductions in request traffic (#2169)Paul Frazee2023-12-111-0/+4
* Multiple notifications fixes (#2154)Paul Frazee2023-12-091-9/+8
* Maintain some feed data to avoid needless glimmers (#2054)Paul Frazee2023-11-301-1/+2
* Fix infinite query reloading behavior (reset, not invalidate) (#2031)Paul Frazee2023-11-291-1/+1
* Refactor the notifications to cache and reuse results from the unread-notifs ...Paul Frazee2023-11-291-34/+95
* Get more rigorous about getAgent() consistency (#2026)Paul Frazee2023-11-291-4/+2
* Don't check unread if session doesn't exist (#2008)Eric Bailey2023-11-271-1/+5
* Move the current agent to a global and reset RQ queries on agent change (#1946)Paul Frazee2023-11-161-5/+7
* Refactor notifications to use react-query (#1878)Paul Frazee2023-11-121-0/+113