Removed Angular chat (#3553)

GitOrigin-RevId: dd9f6b3adff13d28ef251f61c7a2b54fff2d9ae7
This commit is contained in:
Miguel Serrano
2021-01-22 03:04:31 +00:00
committed by Copybot
parent 7e7beffa59
commit 846510b2e6
9 changed files with 4 additions and 378 deletions
@@ -774,9 +774,6 @@ const ProjectController = {
})
}
const wantsOldChatUI =
req.query && req.query.new_chat_ui === 'false'
const wantsOldLogsUI =
req.query && req.query.new_logs_ui === 'false'
@@ -836,7 +833,6 @@ const ProjectController = {
wsUrl,
showSupport: Features.hasFeature('support'),
showNewLogsUI: user.alphaProgram && !wantsOldLogsUI,
showNewChatUI: user.betaProgram && !wantsOldChatUI,
showReactFileTree: user.betaProgram && !wantsOldFileTreeUI
})
timer.done()