Merge pull request #31881 from overleaf/mj-ux-lite-editor-march-26

[web] Prepare re-run of UX lite survey

GitOrigin-RevId: e73249bd43dccfc6a40ee01d58bf01f6c6cf7f79
This commit is contained in:
Mathias Jakobsen
2026-03-02 10:44:36 +00:00
committed by Copybot
parent 3407f59b23
commit a6ba9c1016
4 changed files with 4 additions and 5 deletions

View File

@@ -452,7 +452,7 @@ const _ProjectController = {
'hotjar',
'overleaf-assist-bundle',
'word-count-client',
'editor-popup-ux-survey',
'editor-popup-ux-survey-03-2026',
'editor-redesign-new-users',
'writefull-frontend-migration',
'chat-edit-delete',

View File

@@ -13,7 +13,7 @@ const VALID_KEYS = [
'history-restore-promo',
'us-gov-banner',
'us-gov-banner-fedramp',
'editor-popup-ux-survey',
'editor-popup-ux-survey-03-2026',
'wf-features-moved',
'review-mode',
'new-error-logs-promo',

View File

@@ -21,7 +21,7 @@ export default memo(function EditorSurvey() {
)
})
const TUTORIAL_KEY = 'editor-popup-ux-survey'
const TUTORIAL_KEY = 'editor-popup-ux-survey-03-2026'
const EditorSurveyContent = () => {
const [easeOfUse, setEaseOfUse] = useState<number | null>(null)

View File

@@ -24,8 +24,7 @@ export default function IdePage() {
useStatusFavicon() // update the favicon based on the compile status
useThemedPage() // set the page theme based on user settings
const editorSurveyFlag = useFeatureFlag('editor-popup-ux-survey')
const showEditorSurvey = editorSurveyFlag
const showEditorSurvey = useFeatureFlag('editor-popup-ux-survey-03-2026')
return (
<GlobalAlertsProvider>