about summary refs log tree commit diff
path: root/src/state/queries/app-passwords.ts
Commit message (Collapse)AuthorAgeFilesLines
* Replace getAgent() with reading agent (#4243)dan2024-05-281-6/+6
| | | | | * Replace getAgent() with agent * Replace {agent} with agent
* Privileged app passwords (#4200)Samuel Newman2024-05-231-2/+3
| | | | | | | | | | | | | | | | | | | * add checkbox to create privileged app password * add indicator to privileged app pwds to list * bump api * oops missed the yarnlock * adjust modal padding * lowercase * one more lowercase --------- Co-authored-by: Hailey <me@haileyok.com>
* [Session] Add `useAgent` hook and replace (#3706)Eric Bailey2024-04-251-1/+4
| | | | | | | | | | | * 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-2/+3
| | | | | | | * 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
* 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
* Move the current agent to a global and reset RQ queries on agent change (#1946)Paul Frazee2023-11-161-7/+4
|
* Revise cache times (#1942)Eric Bailey2023-11-161-1/+1
| | | (cherry picked from commit 1be2060a2b81741dcf9a392160af87d2747b3497)
* Caching heuristics (#1938)Eric Bailey2023-11-161-1/+4
| | | | | * Tempfix profile load * First pass at staleTime
* Refactor app passwords to use react-query (#1932)Paul Frazee2023-11-161-0/+56