-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Addons: prepare the backend for the new flyout #10650
Conversation
Return `addons.flyout.translations` and `addons.flyout.downloads`. Remove `addons.flyout.vcs` for now because we don't have a reliable way to implement it without injecting data into the build which we don't want to do anymore. Related readthedocs/addons#86
This allows us to have full control over each project.
This PR also introduces one feature flag per addon. This allows us to disable the addon on projects with problems or we consider useful for testing purposes. |
I'm going to deploy this tomorrow because I want to start testing the new flyout addon. |
Hrm... Tests are broken on |
Suspect IssuesThis pull request was deployed and Sentry observed the following issues:
Did you find this useful? React with a 👍 or 👎 |
Return
addons.flyout.translations
andaddons.flyout.downloads
. Removeaddons.flyout.vcs
for now because we don't have a reliable way to implement it without injecting data into the build which we don't want to do anymore.