about summary refs log tree commit diff
path: root/src/state/queries/profile.ts
Commit message (Expand)AuthorAgeFilesLines
* Revert "Instant Feed Update on Mute or Moderation Action" (#8482)Samuel Newman2025-06-121-3/+1
* Instant Feed Update on Mute or Moderation Action (#8463)Francisco Nascimento2025-06-111-1/+3
* New Edit Profile dialog on web, use new Edit Image dialog everywhere (#8220)Samuel Newman2025-05-061-5/+5
* swap out cropper library (#8327)hailey2025-05-061-3/+3
* Verification (#8226)Eric Bailey2025-04-181-14/+17
* fix: Account switcher shows outdated profile name (#7969)omar04042025-03-121-0/+3
* DMs inbox (#7778)Samuel Newman2025-03-041-2/+2
* `@atproto/api@next` integration (#7344)Eric Bailey2025-02-181-37/+37
* Per-user search history (#7588)Samuel Newman2025-02-071-1/+9
* fix: typo in filename list-converations (#7036)Renan Mav2024-12-101-1/+1
* Add ability to block account from post dropdown menu (#6091)rshigg2024-11-221-1/+1
* [Statsig] Remove client downsampling (#6153)Hailey2024-11-151-6/+6
* Pinned posts (#5055)Samuel Newman2024-09-281-0/+3
* Remove Segment (#5518)Hailey2024-09-271-5/+0
* [Statsig] Add more events to downsample, increase downsample rate (#5198)Hailey2024-09-071-6/+6
* Include follow-based suggestions in interstitial (#4889)dan2024-08-081-0/+15
* Show feedback for Follow button in interstitials (#4738)dan2024-07-051-2/+17
* [D1X] Use user action and viewing history to inform suggested follows (#4727)Eric Bailey2024-07-041-0/+3
* New user progress guides (#4716)Paul Frazee2024-07-041-0/+7
* Set profile hover prefetch stale time to 30s (#4417)Eric Bailey2024-06-131-0/+1
* Replace getAgent() with reading agent (#4243)dan2024-05-281-26/+26
* [🐴] Invalidate list convos query on block (#4171)Samuel Newman2024-05-221-0/+2
* Onboarding fixes (#3966)dan2024-05-111-12/+25
* remove precacheThreadPostProfiles (#3729)Hailey2024-04-271-54/+0
* [Session] Add `useAgent` hook and replace (#3706)Eric Bailey2024-04-251-2/+12
* [Session] Drill into `getAgent` into `whenAppViewReady` (#3702)Eric Bailey2024-04-251-0/+3
* Profile card hover preview (#3508)Eric Bailey2024-04-121-2/+2
* [Statsig] Track like/follow metadata (#3435)dan2024-04-081-3/+26
* Extract query key roots to constants (#3404)dan2024-04-041-4/+12
* Thread queryClient explicitly through (#3328)dan2024-04-031-30/+35
* [Statsig] Track likes, reposts, follows (#3195)dan2024-03-131-4/+13
* Precache basic profile from posts for instant future navigations (#2795)Hailey2024-02-091-3/+77
* move to correct fileHailey2024-01-301-13/+1
* better namingHailey2024-01-291-3/+3
* configurable stale time for profile queriesHailey2024-01-291-5/+8
* check if we are blocked when opening a profile, reset posts cache if we areHailey2024-01-291-1/+18
* Prefetch profile links on web (#2634)dan2024-01-251-0/+17
* New Onboarding (#2596)Eric Bailey2024-01-251-0/+12
* Remove dead code for optimistic updates (#2615)dan2024-01-251-138/+8
* Reduce polling (#2465)Paul Frazee2024-01-101-1/+1
* Traffic reduction and tuned caching strats (#2215)Paul Frazee2023-12-151-3/+1
* Add PWI opt-out toggle (#2122)Paul Frazee2023-12-071-30/+50
* Refetch some data on an interval (#2114)Eric Bailey2023-12-061-1/+7
* Check Analytics (#2106)Ansh2023-12-061-0/+3
* Rewrite the shadow logic to look inside the cache (#2045)dan2023-11-301-1/+24
* Adjust stale-caches and dont group read&unread notifs together (#2041)Paul Frazee2023-11-291-0/+4
* Get more rigorous about getAgent() consistency (#2026)Paul Frazee2023-11-291-4/+2
* Move the current agent to a global and reset RQ queries on agent change (#1946)Paul Frazee2023-11-161-20/+14
* Caching heuristics (#1938)Eric Bailey2023-11-161-0/+6
* Add a mutation queue to fix race conditions in toggles (#1933)dan2023-11-161-67/+274