about summary refs log tree commit diff
path: root/src/state/queries/post-thread.ts
Commit message (Expand)AuthorAgeFilesLines
* [Explore] Add shadow cache (#8119)Samuel Newman2025-04-041-7/+23
* Remove `moderatePost_wrapped` (#7188)Samuel Newman2025-02-251-1/+1
* `@atproto/api@next` integration (#7344)Eric Bailey2025-02-181-4/+7
* Tweak adjustment in the formula (#7547)dan2025-01-221-3/+2
* Adjust decay formula (#7535)dan2025-01-221-6/+14
* Don't re-sort already fetched post thread items (#6698)dan2024-11-241-9/+43
* Add a hotness thread sort (#6649)dan2024-11-231-1/+20
* Sort pins last in thread view (#6426)dan2024-11-161-0/+11
* Sort imports (#6009)dan2024-10-291-3/+3
* Fix notification->post jump for real (#5314)dan2024-09-131-2/+6
* fix `findAll*` type in `post-thread` (#4986)Hailey2024-08-231-8/+12
* Optimistic hidden replies (#4977)Eric Bailey2024-08-231-4/+12
* update `usePostThreadQuery` to check quote query data (#4975)Hailey2024-08-221-0/+4
* Detached QPs and hidden replies (#4878)Eric Bailey2024-08-211-1/+17
* Show just-posted replies above OP replies (#4901)dan2024-08-081-1/+18
* Show own replies before follows' replies in threads (#4882)dan2024-08-061-1/+12
* Implement thread locking (#4545)Paul Frazee2024-06-181-1/+1
* Fix: only apply self-thread load-more behavior on the outer edge of the reply...Paul Frazee2024-06-181-2/+11
* Fix to thread load-more bug (#4488)Paul Frazee2024-06-111-3/+2
* Improve thread loading (#4402)Paul Frazee2024-06-111-2/+51
* remove resolution from post thread (#4297)Hailey2024-06-031-11/+14
* Shadows (#4265)Eric Bailey2024-05-311-3/+46
* Replace getAgent() with reading agent (#4243)dan2024-05-281-2/+2
* Improve moderation behaviors: show alert/inform sources and improve UX around...Paul Frazee2024-05-241-15/+38
* remove precacheThreadPostProfiles (#3729)Hailey2024-04-271-4/+1
* [Session] Add `useAgent` hook and replace (#3706)Eric Bailey2024-04-251-1/+2
* cache fix for search post results (#3520)Hailey2024-04-121-0/+4
* QT Jump Pt. 2 - Remove code duplication (#3506)Hailey2024-04-121-9/+2
* Extract query key roots to constants (#3404)dan2024-04-041-7/+8
* Fix flash when pressing into just-created post (#2945)dan2024-02-201-1/+8
* Prefer full posts for post thread placeholder (#2943)dan2024-02-201-25/+32
* Precache basic profile from posts for instant future navigations (#2795)Hailey2024-02-091-2/+2
* Completely disable the RQ cache in post-thread (#2133)Paul Frazee2023-12-071-0/+1
* Add PWI opt-out toggle (#2122)Paul Frazee2023-12-071-5/+0
* Fix some typesPaul Frazee2023-12-051-1/+2
* Perf: Include quote posts in the post-thread placeholder (#2104)Paul Frazee2023-12-051-1/+38
* Rewrite the shadow logic to look inside the cache (#2045)dan2023-11-301-27/+15
* Adjust stale-caches and dont group read&unread notifs together (#2041)Paul Frazee2023-11-291-2/+0
* Apply feed preferences (react-query refactor) (#2040)Paul Frazee2023-11-291-9/+8
* Restore post-thread caching behaviors (react-query refactor) (#2010)Paul Frazee2023-11-271-2/+144
* Filter out blocked posts from thread view (#2006)Eric Bailey2023-11-271-3/+4
* Move the current agent to a global and reset RQ queries on agent change (#1946)Paul Frazee2023-11-161-3/+2
* Caching heuristics (#1938)Eric Bailey2023-11-161-0/+3
* Remove post thread (#1920)Eric Bailey2023-11-151-3/+3
* Refactor feeds to use react-query (#1862)Paul Frazee2023-11-101-5/+5
* Refactor post threads to use react query (#1851)Paul Frazee2023-11-091-0/+177