about summary refs log tree commit diff
path: root/src/state/queries/notifications/feed.ts
Commit message (Expand)AuthorAgeFilesLines
* [Notifications] Add a Mentions tab (#7044)dan2024-12-121-14/+20
* Filter posts containing mute words from search and notifications (#5599)Eric Bailey2024-10-081-17/+86
* Detached QPs and hidden replies (#4878)Eric Bailey2024-08-211-13/+42
* Remove ungroup_follow_backs gate (#4893)Eric Bailey2024-08-081-3/+0
* Fetch enough pages to fill a page's worth of items (#4863)dan2024-08-011-18/+41
* Priority notifications (#4798)Samuel Newman2024-07-241-15/+22
* [D1X] Pull out follow-backs for higher signal (#4719)Eric Bailey2024-07-041-0/+3
* Starter Packs (#4332)Hailey2024-06-211-3/+8
* Server-side thread mutes (#4518)Samuel Newman2024-06-181-3/+0
* remove resolution from post thread (#4297)Hailey2024-06-031-5/+13
* Shadows (#4265)Eric Bailey2024-05-311-1/+26
* Replace getAgent() with reading agent (#4243)dan2024-05-281-2/+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-1/+2
* [Session] Drill `getAgent` into `notifications/utils` (#3703)Eric Bailey2024-04-251-0/+2
* Extract query key roots to constants (#3404)dan2024-04-041-9/+11
* Prefer full posts for post thread placeholder (#2943)dan2024-02-201-17/+0
* Fix notification mark-read behaviors (#2696)Paul Frazee2024-01-301-9/+11
* Traffic reduction and tuned caching strats (#2215)Paul Frazee2023-12-151-13/+16
* Feed bugfixes (#2204)Paul Frazee2023-12-131-1/+7
* More notifications improvements (#2198)Paul Frazee2023-12-131-26/+18
* Additional reductions in request traffic (#2169)Paul Frazee2023-12-111-0/+1
* Multiple notifications fixes (#2154)Paul Frazee2023-12-091-11/+40
* Stop using the cached notification page (#2142)Paul Frazee2023-12-071-14/+7
* Grab-bag of post-feed improvements (#2140)Paul Frazee2023-12-071-1/+5
* Hoist moderation, attempt to fill feed up to 30 (#2134)Eric Bailey2023-12-071-1/+17
* Fix some typesPaul Frazee2023-12-051-1/+1
* Perf: Include quote posts in the post-thread placeholder (#2104)Paul Frazee2023-12-051-0/+5
* Improve unread notif tracking (#2056)Paul Frazee2023-11-301-13/+21
* Rewrite the shadow logic to look inside the cache (#2045)dan2023-11-301-2/+14
* Refactor the notifications to cache and reuse results from the unread-notifs ...Paul Frazee2023-11-291-180/+37
* Get more rigorous about getAgent() consistency (#2026)Paul Frazee2023-11-291-4/+4
* Restore post-thread caching behaviors (react-query refactor) (#2010)Paul Frazee2023-11-271-1/+38
* Improve notification load behaviors (#1943)Paul Frazee2023-11-161-2/+0
* Move the current agent to a global and reset RQ queries on agent change (#1946)Paul Frazee2023-11-161-4/+3
* Caching heuristics (#1938)Eric Bailey2023-11-161-0/+2
* Refactor notifications to use react-query (#1878)Paul Frazee2023-11-121-0/+212