about summary refs log tree commit diff
path: root/src/state/queries/invites.ts
Commit message (Collapse)AuthorAgeFilesLines
* run `yarn lint --fix` (#9013)Samuel Newman2025-09-091-1/+1
|
* Replace getAgent() with reading agent (#4243)dan2024-05-281-3/+3
| | | | | * Replace getAgent() with agent * Replace {agent} with agent
* [Session] Add `useAgent` hook and replace (#3706)Eric Bailey2024-04-251-1/+2
| | | | | | | | | | | * Hook it up * Memoize getAgent method * Use one shared reference --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Extract query key roots to constants (#3404)dan2024-04-041-3/+5
| | | | | | | * Extract query key roots to constants * Dedupe labelers-detailed-info * Align naming
* Reduce web requests (#2420)Paul Frazee2024-01-041-1/+0
| | | | | * Stop auto-refetching app passwords and invites on an interval * Don't poll for posts or notifs if the app/tab isnt focused
* Fix invites used order, adjust layout (#2139)Eric Bailey2023-12-071-1/+8
|
* Refetch some data on an interval (#2114)Eric Bailey2023-12-061-1/+2
| | | | | * Match refetch intervals to stale time * Lower refetch interval for own-profile
* show informative message when token scope is wrongSamuel Newman2023-11-301-1/+20
|
* Move the current agent to a global and reset RQ queries on agent change (#1946)Paul Frazee2023-11-161-4/+2
|
* Caching heuristics (#1938)Eric Bailey2023-11-161-0/+2
| | | | | * Tempfix profile load * First pass at staleTime
* Refactor invites modal (#1930)Eric Bailey2023-11-161-0/+36
* Refactor invites modal * Replace in drawer * Delete stuff from me model