Elise Richards

Results 47 comments of Elise Richards

we have [this](https://github.com/mozilla-mobile/fenix/blob/09b11da8c2f8545484258bc05c122e6a335bf67a/app/src/main/java/org/mozilla/fenix/utils/Settings.kt#L390) on Fenix. I'm not sure how to do it on iOS 🤔

Related to [EXP-2954](https://mozilla-hub.atlassian.net/browse/EXP-2954) -- once we get the editable UI for rollouts implemented, this should be a simple add. Especially for things like document links that aren't going to mess...

I'd recommend keeping the old values but re-sorting it so the most recent (highest) version number is at the top, keeping "No version" as the first item:

Assigning @shell1 -- I think there might be a dupe of this somewhere? I know we've talked about it in our team meetings

codecov still says I'm missing coverage for this line 😢 --

Lined them all up in 2x2-- But they become unaligned when the errors show up -- Calling it quits for today :) I'll figure that part out next week

I think we should make a new Event for open all, just so we can differentiate. What do you think @Taknok?

e.g. `Event.OpenAllBookmarksInNewTabs`

This is still valid. You can see that Channel, Min Version, Max Version, and Advaned Targeting all need some extra padding between the green checkmark and the dropdown arrow.

Code coverage doesn't like my `parsePercent(..)` function: I have verified in my tests (`/FormAudience/index.test.tsx`) that you can enter a string, number, and null value in the population percent textbox, but...