Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce polling (#2465) | Paul Frazee | 2024-01-10 | 1 | -2/+30 |
| | | | | | | | | | | | | | * Move profile and preference polling to polls-on-foreground * Refetch prefs on feeds screen refresh since polling no longer occurs * Reduce notifications polling by 50% if there's already an unread * Disable feed polling if we know we have content * Disable the hard refresh after 1 hour in case it's the cause of the random feed refresh bug * Fix types | ||||
* | Disable retrying globally (#2038) | Eric Bailey | 2023-11-29 | 1 | -0/+5 |
| | |||||
* | Disable RQ structural sharing (#2022) | dan | 2023-11-28 | 1 | -0/+4 |
| | |||||
* | Disable refetchOnWindowFocus on react-query (#1936) | Paul Frazee | 2023-11-16 | 1 | -1/+11 |
| | |||||
* | add React Query and hook up to existing functionality (#1358) | Ansh | 2023-09-15 | 1 | -0/+3 |
* add React Query and hook up to existing functionality * wire in remote data, add error message * remove hard-coded feeds * oops fix logic * add loading state * fix loading on mobile --------- Co-authored-by: Eric Bailey <git@esb.lol> |