-
Notifications
You must be signed in to change notification settings - Fork 582
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: Clean AREnableNewSearchModal ff related code #11347
chore: Clean AREnableNewSearchModal ff related code #11347
Conversation
@@ -241,12 +241,6 @@ export const features = { | |||
showInDevMenu: true, | |||
echoFlagKey: "AREnablePaymentFailureBanner", | |||
}, | |||
AREnableNewSearchModal: { |
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.
Don't forget to deprecate the feature flag in echo like so:artsy/echo#744
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.
Just out of curiosity, what's the idea behind adding comments about the removal in Echo instead of looking into Eigen's features.ts file or history?
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.
in echo we have a killswitch for app versions, once in a while we go through the stale feature flags that have been removed and we clean them out by removing them
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.
Pretty cool! And the timestamp in the comment makes a lot of sense then. Thanks for the explanation 🙏
This PR resolves ONYX-1367
Description
Clean AREnableNewSearchModal ff related code.
PR Checklist
To the reviewers 👀
Changelog updates
Changelog updates
Cross-platform user-facing changes
iOS user-facing changes
Android user-facing changes
Dev changes
Need help with something? Have a look at our docs, or get in touch with us.