Skip to content

Commit

Permalink
Merge branch 'main' into dina/prepare-code-to-remove-ga
Browse files Browse the repository at this point in the history
  • Loading branch information
deedeeh authored Jun 5, 2024
2 parents fadbbc5 + f1fb0a1 commit b21e02c
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions common/app/conf/switches/FeatureSwitches.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b21e02c

Please sign in to comment.