-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Remove 3box feature and delete ThreeBoxController #14571
Conversation
👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 👍 |
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.
Oddly enough somehow the messages from app/_locales/zh/messages.json
didn't get removed; I'm still seeing syncWithThreeBox
, syncWithThreeBoxDescription
, and syncWithThreeBoxDisabled
keys.
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.
Hero. 🙏🏻 Non blocking suggestion for metrics cleanliness.
We need a deprecation plan before we can merge this, including messaging to any existing users |
Marking is |
@Gudahtt i would claim that we dont need a migration path bc the feature was only ever experimental. i agree that informing users that had it enabled is worth blocking on. |
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
This resolves #10608 |
Lint locale messages lavamoat policy updates
The 3Box user trait has been restored and hard-coded as `false`. This ensures that users don't get stuck in our metrics as having this trait. A deprecation comment has been left in various places for this trait.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
An in-app deprecation warning has been in place for some time now, and warned of this feature being deprecated in "early October"
Builds ready [d47f42c]
Page Load Metrics (2300 ± 162 ms)
highlights:storybook
|
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.
LGTM
Removes the 3box sync feature and deletes the
ThreeBoxController
. Adds a migration to ensure that theThreeBoxController
is removed from persisted state.This shaves 600kb or 3.2% from our bundle (18.5mb -> 17.9mb).