Merge pull request #8483 from overleaf/jpa-faster-compiles-feedback-ui

[web] faster compiles feedback UI

GitOrigin-RevId: 9feea47503aa6bddf51adb73b8c9fbef394fda14
This commit is contained in:
Jakob Ackermann
2022-06-22 08:05:14 +00:00
committed by Copybot
parent 9d913a0cea
commit bfad0841a4
13 changed files with 266 additions and 17 deletions
@@ -113,6 +113,7 @@ describe('CompileController', function () {
},
],
pdfDownloadDomain: 'https://compiles.overleaf.test',
showFasterCompilesFeedbackUI: false,
})
)
})
@@ -154,6 +155,7 @@ describe('CompileController', function () {
},
],
pdfDownloadDomain: 'https://compiles.overleaf.test/zone/b',
showFasterCompilesFeedbackUI: false,
})
)
})
@@ -191,6 +193,7 @@ describe('CompileController', function () {
JSON.stringify({
status: this.status,
outputFiles: this.outputFiles,
showFasterCompilesFeedbackUI: false,
})
)
})