-
Notifications
You must be signed in to change notification settings - Fork 101
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
3 Skipped Deployments
|
There was a problem hiding this 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
a3832a4
to
3b42e97
Compare
There was a problem hiding this 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 |
There was a problem hiding this comment.
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
Summary
Only preventing the flags from being loaded from Launch Darkly.
All the functionality is still there.
To Test