Merge pull request #9297 from overleaf/ta-galileo-module

Create Galileo Module

GitOrigin-RevId: 0d9dfeebc150bd6a0d828f55be47f9d9f1a70d66
This commit is contained in:
Timothée Alby
2022-08-18 14:27:13 +02:00
committed by Copybot
parent d9a1c1e521
commit ac3bc987d9
12 changed files with 135 additions and 8 deletions

View File

@@ -1116,6 +1116,8 @@ const ProjectController = {
!Features.hasFeature('saas') ||
(user.features && user.features.symbolPalette)
const galileoEnabled = shouldDisplayFeature('galileo')
const dictionaryEditorEnabled =
!Features.hasFeature('saas') ||
dictionaryEditorAssignment?.variant === 'enabled'
@@ -1197,6 +1199,7 @@ const ProjectController = {
debugPdfDetach,
showNewSourceEditorOption,
showSymbolPalette,
galileoEnabled,
showStopOnFirstError,
detachRole,
metadata: { viewport: false },