experimenter
experimenter copied to clipboard
A web application for managing user experiments for Mozilla Firefox.
In the old Nimbus UI, we could use react to dynamically remove options from either the primary or secondary outcomes fields when they're selected so that no outcome is marked...
When the window is too thin, the Create Experiment button is hidden off to the side by itself and hard to fine. It would be convenient if the button flows...
I think lines in the code editor are not rendered until they become visible, presumably as a performance optimization. This can make it harder to find stuff with Ctrl+F though....
It looks like not setting the preview collection url causes cirrus to spit out some spurious error logging. Since the preview mode is entirely optional, we should make sure that...
[constants.py](https://github.com/mozilla/experimenter/blob/main/experimenter/experimenter/targeting/constants.py) includes the following link, which seems broken: https://searchfox.org/mozilla-central/source/browser/components/newtab/lib/ASRouterTargeting.jsm#526 My guess is that the correct link is: https://searchfox.org/mozilla-central/source/browser/components/asrouter/modules/ASRouterTargeting.sys.mjs#539 ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/EXP-4795)