Support idle primary device warning alert from server

This commit is contained in:
trevor-signal
2025-03-14 10:23:47 -04:00
committed by GitHub
parent de19bb07fa
commit 7c0cbb58ef
25 changed files with 520 additions and 183 deletions

View File

@@ -82,7 +82,7 @@ import { getMockServerPort } from '../util/getMockServerPort';
import { pemToDer } from '../util/pemToDer';
import { ToastType } from '../types/Toast';
import { isProduction } from '../util/version';
import type { ServerAlert } from '../state/ducks/server';
import type { ServerAlert } from '../util/handleServerAlerts';
// Note: this will break some code that expects to be able to use err.response when a
// web request fails, because it will force it to text. But it is very useful for