growthbook / devtools

GrowthBook DevTools extension for Chrome
MIT License
5 stars 5 forks source link

GrowthBook DevTools does not represent multiple visual changesets appropriately for visual experiments #41

Open bttf opened 12 months ago

bttf commented 12 months ago

Problem: Currently, when inspecting a Visual Experiment, if the Visual Experiment has multiple visual changesets, the DevTools extension will only render one of them.

Example Experiment w/ multiple visual changesets

Screenshot 2023-10-13 at 4 28 11 PM

DevTools rendering only one of them

Screenshot 2023-10-13 at 4 23 50 PM

Proposed solution: Ensure we render all visual changesets for an experiment and highlight the one that currently targets the page URL. (If none target the URL, notify the user via a small alert in the DevTools UI).