about summary refs log tree commit diff
path: root/src/state/queries/post-feed.ts
Commit message (Expand)AuthorAgeFilesLines
* Remove unused NoopFeedTuner (#4856)dan2024-07-311-22/+7
* Boolean filter improvement alternative: TS upgrade (#4840)Dmitrii Kartashev2024-07-261-2/+2
* Refactor feed slices (#4834)dan2024-07-251-7/+4
* Fix sloppy filter(Boolean) types (#4830)dan2024-07-251-8/+21
* [D1X] Use user action and viewing history to inform suggested follows (#4727)Eric Bailey2024-07-041-3/+33
* [Starter Packs] Posts tab (#4660)dan2024-06-271-0/+2
* Fix undefined block (#4479)Eric Bailey2024-06-191-0/+6
* remove resolution from post thread (#4297)Hailey2024-06-031-13/+33
* Shadows (#4265)Eric Bailey2024-05-311-0/+39
* Replace getAgent() with reading agent (#4243)dan2024-05-281-13/+13
* Remove `getProfile` calls when loading feed (#3881)Hailey2024-05-231-0/+7
* Only fallback to Discover if Following is first pinned (#4146)dan2024-05-201-15/+14
* [Statsig] Fix exposure logging for reduced onboarding (#4131)dan2024-05-211-1/+7
* Gate base following feed usage (#3994)Eric Bailey2024-05-131-1/+11
* Swap in base following (#3991)Eric Bailey2024-05-131-2/+1
* FeedFeedback fixes (#3968)dan2024-05-121-1/+1
* Movable following feed (#3593)Eric Bailey2024-05-111-4/+2
* Implement FeedFeedback API (#3498)Paul Frazee2024-05-071-0/+10
* Performance improvements: structural sharing & moderation opts context (#3785)Paul Frazee2024-04-301-1/+2
* Send Bluesky feeds and suggested follows more data (#3695)Eric Bailey2024-04-291-3/+12
* remove precacheThreadPostProfiles (#3729)Hailey2024-04-271-4/+0
* [Session] Add `useAgent` hook and replace (#3706)Eric Bailey2024-04-251-1/+6
* [Session] Drill `getAgent` into feed APIs (#3701)Eric Bailey2024-04-251-16/+30
* Improve the language behaviors around the PWI (#3545)Paul Frazee2024-04-131-0/+8
* Extract query key roots to constants (#3404)dan2024-04-041-3/+4
* Thread queryClient explicitly through (#3328)dan2024-04-031-18/+22
* 3p moderation services [WIP] (#2550)Paul Frazee2024-03-181-10/+16
* Fix keys within a slice (#3005)dan2024-02-281-1/+1
* Log to Sentry whenever users encounter Bluesky feed errors (#2999)Hailey2024-02-271-18/+41
* Prefer full posts for post thread placeholder (#2943)dan2024-02-201-25/+1
* Prefer post over quote when finding cached post (#2935)Hailey2024-02-191-1/+8
* Precache basic profile from posts for instant future navigations (#2795)Hailey2024-02-091-2/+2
* move to correct fileHailey2024-01-301-0/+13
* Add a new home feed-api wrapper and give a header indicating the fallback beh...Paul Frazee2024-01-151-1/+6
* Reduce web requests (#2420)Paul Frazee2024-01-041-0/+4
* Hide posts tool (#2299)Eric Bailey2023-12-241-6/+2
* Traffic reduction and tuned caching strats (#2215)Paul Frazee2023-12-151-14/+21
* PWI behavior updates (#2207)Paul Frazee2023-12-141-0/+3
* Feed bugfixes (#2204)Paul Frazee2023-12-131-1/+7
* Use new filter for Posts tab on profile (#2150)Eric Bailey2023-12-081-0/+1
* Add manual per-page memoization to post select (#2146)dan2023-12-081-57/+120
* 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-32/+81
* Perf: Include quote posts in the post-thread placeholder (#2104)Paul Frazee2023-12-051-0/+5
* Fix: correctly identify if the screen is focused when handling soft resets on...Paul Frazee2023-12-051-1/+1
* Update feeds on post created (#2085)Paul Frazee2023-12-041-1/+1
* Beep boop (#2051)Eric Bailey2023-11-301-4/+7
* Rewrite the shadow logic to look inside the cache (#2045)dan2023-11-301-3/+27
* Fix lag when switching tabs (#2046)dan2023-11-301-38/+43
* Apply feed preferences (react-query refactor) (#2040)Paul Frazee2023-11-291-67/+81