mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
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:
committed by
Copybot
parent
3407f59b23
commit
a6ba9c1016
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user