Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | run `yarn lint --fix` (#9013) | Samuel Newman | 2025-09-09 | 1 | -1/+1 |
| | |||||
* | Replace getAgent() with reading agent (#4243) | dan | 2024-05-28 | 1 | -3/+3 |
| | | | | | * Replace getAgent() with agent * Replace {agent} with agent | ||||
* | [Session] Add `useAgent` hook and replace (#3706) | Eric Bailey | 2024-04-25 | 1 | -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) | dan | 2024-04-04 | 1 | -3/+5 |
| | | | | | | | * Extract query key roots to constants * Dedupe labelers-detailed-info * Align naming | ||||
* | Reduce web requests (#2420) | Paul Frazee | 2024-01-04 | 1 | -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 Bailey | 2023-12-07 | 1 | -1/+8 |
| | |||||
* | Refetch some data on an interval (#2114) | Eric Bailey | 2023-12-06 | 1 | -1/+2 |
| | | | | | * Match refetch intervals to stale time * Lower refetch interval for own-profile | ||||
* | show informative message when token scope is wrong | Samuel Newman | 2023-11-30 | 1 | -1/+20 |
| | |||||
* | Move the current agent to a global and reset RQ queries on agent change (#1946) | Paul Frazee | 2023-11-16 | 1 | -4/+2 |
| | |||||
* | Caching heuristics (#1938) | Eric Bailey | 2023-11-16 | 1 | -0/+2 |
| | | | | | * Tempfix profile load * First pass at staleTime | ||||
* | Refactor invites modal (#1930) | Eric Bailey | 2023-11-16 | 1 | -0/+36 |
* Refactor invites modal * Replace in drawer * Delete stuff from me model |