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 3 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
Playwright Test Results (oss - 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
|
Visual Regression19 screenshots compared. See report for details. |
|
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 (3)
💤 Files with no reviewable changes (2)
📝 WalkthroughWalkthroughThis change removes the experiment-mode feature creation flow. The create-experiment modal module and its results tab component are deleted, including experiment charting and statistics visualisations. The Estimated code review effort: 3 (Moderate) | ~25 minutes Comment |
| YAxis, | ||
| } from 'recharts' | ||
| import { colorTextSecondary, colorTextSuccess } from 'common/theme/tokens' | ||
| import { useGetExperimentResultsQuery } from 'common/services/useExperimentResults' |
There was a problem hiding this comment.
ExperimentResultsTab was the last consumer of useGetExperimentResultsQuery, so it seems to be dead now. Worth removing it too?
talissoncosta
left a comment
There was a problem hiding this comment.
Just one small comment, but the PR looks good! Thanks for the cleanup @Zaimwa9 !
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?