Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | run `yarn lint --fix` (#9013) | Samuel Newman | 2025-09-09 | 1 | -3/+4 |
| | |||||
* | Don't kick to login screen on network error (#4911) | dan | 2024-08-13 | 1 | -1/+66 |
| | | | | | | | | | | | | | | | | | | | | | * Don't kick the user on network errors * Track online status for RQ * Use health endpoint * Update test with new behavior * Only poll while offline * Handle races between the check and network events * Reduce the poll kickoff interval * Don't cache partially fetched pinned feeds This isn't a new issue but it's more prominent with the offline handling. We're currently silently caching pinned infos that failed to fetch. This avoids showing a big spinner on failure but it also kills all feeds which is very confusing. If the request to get feed gens fails, let's fail the whole query. Then it can be retried. | ||||
* | Extract query key roots to constants (#3404) | dan | 2024-04-04 | 1 | -2/+3 |
| | | | | | | | * Extract query key roots to constants * Dedupe labelers-detailed-info * Align naming | ||||
* | Scope query client per DID (#3333) | dan | 2024-04-04 | 1 | -29/+63 |
| | | | | | | | | | * Move QueryProvider inside the key * Pull useQueryClient-dependent code down in App.native * Remove useQueryClient dependency from session provider * Scope query client per DID | ||||
* | Factor out QueryProvider (#3331) | dan | 2024-04-03 | 1 | -0/+89 |