Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove xmas/halloween feature flags #5271

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

alfetopito
Copy link
Collaborator

Summary

Only preventing the flags from being loaded from Launch Darkly.
All the functionality is still there.

To Test

  1. Turn flags on and off
  • Should not have any effect

Copy link

vercel bot commented Jan 8, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
cowfi ✅ Ready (Inspect) Visit Preview Jan 8, 2025 4:18pm
explorer-dev ✅ Ready (Inspect) Visit Preview Jan 8, 2025 4:18pm
swap-dev ✅ Ready (Inspect) Visit Preview Jan 8, 2025 4:18pm
3 Skipped Deployments
Name Status Preview Updated (UTC)
cosmos ⬜️ Ignored (Inspect) Visit Preview Jan 8, 2025 4:18pm
sdk-tools ⬜️ Ignored (Inspect) Visit Preview Jan 8, 2025 4:18pm
widget-configurator ⬜️ Ignored (Inspect) Visit Preview Jan 8, 2025 4:18pm

Copy link

@elena-zh elena-zh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works as usual with no regards to flags' states

@alfetopito alfetopito force-pushed the chore/remove-xmas-feature-flag branch from a3832a4 to 3b42e97 Compare January 8, 2025 16:09
@alfetopito alfetopito merged commit 198231f into develop Jan 8, 2025
13 checks passed
@alfetopito alfetopito deleted the chore/remove-xmas-feature-flag branch January 8, 2025 17:27
@alfetopito alfetopito changed the title chore: remove xmas/halowren feature flags chore: remove xmas/haloween feature flags Jan 8, 2025
@github-actions github-actions bot locked and limited conversation to collaborators Jan 8, 2025
@alfetopito alfetopito changed the title chore: remove xmas/haloween feature flags chore: remove xmas/halloween feature flags Jan 8, 2025
Copy link
Contributor

@anxolin anxolin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

@@ -47,7 +45,12 @@ function isDarkMode(): boolean {
}

function getThemeBasedSound(type: SoundType): string {
const featureFlags = jotaiStore.get(featureFlagsAtom) as Record<string, boolean>
// TODO: load featureFlags when enabling again
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: leave it like this, but here not sure you should leave a TODO. We really won't do anything here. We will just come back when we have another seasonal theme, but this TODO is something we don't want to act right now

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants