Add nicer loading screen while OTA is loading (#9499)

This commit is contained in:
Samuel Newman
2026-07-31 19:39:26 +03:00
committed by GitHub
parent 87a177bbe8
commit ce28129674
3 changed files with 57 additions and 9 deletions
+6
View File
@@ -45,6 +45,12 @@ jest.mock('#/storage', () => ({
},
}))
jest.mock('#/alf', () => ({
useTheme: jest.fn().mockImplementation(() => ({
scheme: 'light',
})),
}))
/**
* `channel` here is the build-time constant baked into the native build, not the
* channel of the running bundle. `channel` is passed as the manifest metadata