Merge pull request #25090 from overleaf/jdt-align-wf-rebrand-split-test

Align Writefull bundle changes to same split test

GitOrigin-RevId: 28eb7c0835a38d4989461d941efc3e8c0cdcfecb
This commit is contained in:
Jimmy Domagala-Tang
2025-05-07 10:13:10 -04:00
committed by Copybot
parent e8b5ee2ff9
commit 6973ba4244
3 changed files with 2 additions and 3 deletions

View File

@@ -354,7 +354,6 @@ const _ProjectController = {
'editor-redesign',
'paywall-change-compile-timeout',
'overleaf-assist-bundle',
'wf-feature-rebrand',
'word-count-client',
'editor-popup-ux-survey',
].filter(Boolean)

View File

@@ -20,7 +20,7 @@ export const MathDropdown = memo(function MathDropdown() {
const view = useCodeMirrorViewContext()
const { writefullInstance } = useEditorContext()
const wfRebrandEnabled = isSplitTestEnabled('wf-feature-rebrand')
const wfRebrandEnabled = isSplitTestEnabled('overleaf-assist-bundle')
return (
<ToolbarButtonMenu
id="toolbar-math"

View File

@@ -36,7 +36,7 @@ export const ToolbarItems: FC<{
const symbolPaletteAvailable = getMeta('ol-symbolPaletteAvailable')
const showGroup = (group: string) => !overflowed || overflowed.has(group)
const wfRebrandEnabled = isSplitTestEnabled('wf-feature-rebrand')
const wfRebrandEnabled = isSplitTestEnabled('overleaf-assist-bundle')
return (
<>