-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Adds thepackage for the Odie-based Jetpack.com support UI. #94082
base: trunk
Are you sure you want to change the base?
Conversation
Jetpack Cloud live (direct link)
Automattic for Agencies live (direct link)
|
This PR does not affect the size of JS and CSS bundles shipped to the user's browser. Generated by performance advisor bot at iscalypsofastyet.com. |
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.
Gave the webpack config a once-over
Thanks Brad! The config is much lighter now without the unnecessary overrides! |
apps/jetpackme-support/index.js
Outdated
@@ -0,0 +1,29 @@ | |||
import OdieAssistantProvider, { |
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: I'd prefer if we moved this into an src/
directory, just for consistency between this and other apps and packages in the repo. Also handy in case we eventually need to add more code here.
@zinigor I suspect this is now a non-issue, as the implementation went a different way? |
This is a project to enable Odie-based bot UI in a classic WordPress.com theme.
Related to pcKp4R-C6-p2
Proposed Changes
Why are these changes being made?
Testing Instructions
Pre-merge Checklist