From db9d075cdae9991fec8809e05b7bbb2f155ba262 Mon Sep 17 00:00:00 2001 From: Mathias Jakobsen Date: Mon, 12 Jan 2026 11:17:23 +0000 Subject: [PATCH] Merge pull request #30636 from overleaf/mj-tear-down-editor-redesign-flag [web] Remove editor-redesign feature flag GitOrigin-RevId: e03cad9398b381c48074da171c2c7853681cfd71 --- services/web/.storybook/utils/with-split-tests.tsx | 7 ------- .../web/app/src/Features/Project/ProjectController.mjs | 1 - 2 files changed, 8 deletions(-) diff --git a/services/web/.storybook/utils/with-split-tests.tsx b/services/web/.storybook/utils/with-split-tests.tsx index da25e74cfb..4704f8e2dc 100644 --- a/services/web/.storybook/utils/with-split-tests.tsx +++ b/services/web/.storybook/utils/with-split-tests.tsx @@ -5,13 +5,6 @@ import { SplitTestContext } from '@/shared/context/split-test-context' export const defaultSplitTestsArgTypes = { // to be able to use this utility, you need to add the argTypes for each split test in this object // Check the original implementation for an example: https://github.com/overleaf/internal/pull/17809 - 'editor-redesign': { - description: 'Enable the new editor redesign', - control: { - type: 'select' as const, - }, - options: ['enabled'], - }, uniaccessphase1: { description: 'Enable CIAM designs', control: { type: 'select' as const }, diff --git a/services/web/app/src/Features/Project/ProjectController.mjs b/services/web/app/src/Features/Project/ProjectController.mjs index 099b4adbdb..1bfb7a210e 100644 --- a/services/web/app/src/Features/Project/ProjectController.mjs +++ b/services/web/app/src/Features/Project/ProjectController.mjs @@ -444,7 +444,6 @@ const _ProjectController = { 'track-pdf-download', !anonymous && 'writefull-oauth-promotion', 'hotjar', - 'editor-redesign', 'overleaf-assist-bundle', 'word-count-client', 'editor-popup-ux-survey',