about summary refs log tree commit diff
path: root/src/state/queries/service.ts
Commit message (Collapse)AuthorAgeFilesLines
* use an env var for configurable proxy header (#8863)hailey2025-08-261-2/+3
|
* Extract query key roots to constants (#3404)dan2024-04-041-1/+2
| | | | | | | * Extract query key roots to constants * Dedupe labelers-detailed-info * Align naming
* Adjust stale-caches and dont group read&unread notifs together (#2041)Paul Frazee2023-11-291-3/+0
| | | | | | | | | * Dont group read & unread notifications together * Remove and reduce some stale cache times * Keep the staleTime on the post-feed * Bring back the load-bearing staletime on profile
* Caching heuristics (#1938)Eric Bailey2023-11-161-0/+3
| | | | | * Tempfix profile load * First pass at staleTime
* Refactor account-creation to use react-query and a reducer (react-query ↵Paul Frazee2023-11-161-5/+15
| | | | | | | | | refactor) (#1931) * Refactor account-creation to use react-query and a reducer * Add translations * Missing translate
* Refactor ChangeHandle modal (#1929)Eric Bailey2023-11-161-0/+16
* Refactor ChangeHandle to use new methods * Better telemetry * Remove unused logic * Remove caching * Add error message * Persist service changes, don't fall back on change handle