refactor: break routing down to apps level (#2285)

This commit is contained in:
Alex Inkin
2023-05-30 01:58:01 +04:00
committed by Aiden McClelland
parent 3804a46f3b
commit c9a487fa4d
253 changed files with 172 additions and 115 deletions

View File

@@ -1003,6 +1003,11 @@ export class MockApiService extends ApiService {
return getSetupStatusMock()
}
async followLogs(): Promise<string> {
await pauseFor(1000)
return 'fake-guid'
}
private async updateProgress(id: string): Promise<void> {
const progress = { ...PROGRESS }
const phases = [