fix: remove v0.1 experiment flag toggle from create feature modal#7907
fix: remove v0.1 experiment flag toggle from create feature modal#7907Zaimwa9 wants to merge 2 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Docker builds report
|
Playwright Test Results (oss - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (oss - depot-ubuntu-latest-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-16)Details
Playwright Test Results (oss - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (oss - depot-ubuntu-latest-16)Details
|
Visual Regression19 screenshots compared. See report for details. |
| import ConfirmToggleFeature from 'components/modals/ConfirmToggleFeature' | ||
| import ConfirmRemoveFeature from 'components/modals/ConfirmRemoveFeature' | ||
| import CreateFlagModal from 'components/modals/create-feature' | ||
| import CreateExperimentModal from 'components/modals/create-experiment' |
There was a problem hiding this comment.
Are we still gonna keep CreateExperimentModal ?
Just checking to prevent dead code.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (6)
💤 Files with no reviewable changes (3)
📝 WalkthroughWalkthroughThis change removes the experiment-mode feature creation flow. The create-experiment modal module and its results tab component (with charting and statistics visualisations) are deleted entirely. The Estimated code review effort: 3 (Moderate) | ~25 minutes Comment |
docs/if required so people know about the feature.Changes
Removes the legacy "Experiment flag" toggle from the create/edit feature modal — this was a v0.1 artifact superseded by the experiment freeze mechanism which checks for running experiments via the API.
How did you test this code?