-
Notifications
You must be signed in to change notification settings - Fork 556
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into dina/prepare-code-to-remove-ga
- Loading branch information
Showing
1 changed file
with
0 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -493,28 +493,6 @@ trait FeatureSwitches { | |
exposeClientSide = true, | ||
) | ||
|
||
val DarkModeInApps = Switch( | ||
SwitchGroup.Feature, | ||
"dark-mode-in-apps", | ||
"If this switch is on, we will allow dark mode in apps articles", | ||
owners = Seq(Owner.withEmail("[email protected]")), | ||
safeState = Off, | ||
// This is a random date in the future but this switch should be removed far before then | ||
sellByDate = Some(LocalDate.of(2024, 6, 5)), | ||
exposeClientSide = true, | ||
) | ||
|
||
val DiscussionInApps = Switch( | ||
SwitchGroup.Feature, | ||
"discussion-in-apps", | ||
"If this switch is on, we will render discussion in apps articles", | ||
owners = Seq(Owner.withEmail("[email protected]")), | ||
safeState = Off, | ||
// This is a random date in the future but this switch should be removed far before then | ||
sellByDate = Some(LocalDate.of(2024, 6, 5)), | ||
exposeClientSide = true, | ||
) | ||
|
||
val DCRVideoPages = Switch( | ||
SwitchGroup.Feature, | ||
"dcr-video-pages", | ||
|