-
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
Reader: launch refreshed full post to everyone #8969
Conversation
@bluefuton Does this get rolled out to all languages or everyone that has their language set to English? #8791 (comment) |
All languages, all users :) |
so much red. checking this out. |
sizes before:
sizes after:
|
Noticed we're not setting the title in the refreshed full post. Will file a new PR to fix. #8984 |
@bluefuton pulled a bunch of unneeded code out. could you peek please? |
6e11103
to
e42859c
Compare
Even more red! 🚀 |
* Remove full post A/B test and launch the new full post to everyone * Remove old full post component and update README * remove more code that's no longer needed with the old full post gone * force feed id to a number
Used to be used a long time ago (removed in #8969) in Reader Full Post dialog to call a callback when dialog is unmounted.
* Popover: remove the rootClassName prop Lot of code that passes it to nested components, but no actual usage. * Dialog: remove unused onClosed property Used to be used a long time ago (removed in #8969) in Reader Full Post dialog to call a callback when dialog is unmounted. * Implement RootChild using React portal * Dialog: move initialization of React Modal app element to app boot Makes the component more reusable outside Calypso and avoids trouble in SSR where the DOM is not available. * Dialog: remove RootChild
Used to be used a long time ago (removed in #8969) in Reader Full Post dialog to call a callback when dialog is unmounted.
Used to be used a long time ago (removed in #8969) in Reader Full Post dialog to call a callback when dialog is unmounted.
Used to be used a long time ago (removed in #8969) in Reader Full Post dialog to call a callback when dialog is unmounted.
Used to be used a long time ago (removed in #8969) in Reader Full Post dialog to call a callback when dialog is unmounted.
* Merge DialogBase and Dialog into one component * Dialog: remove unused onClosed property Used to be used a long time ago (removed in #8969) in Reader Full Post dialog to call a callback when dialog is unmounted. * Dialog: move initialization of React Modal app element to app boot Makes the component more reusable outside Calypso and avoids trouble in SSR where the DOM is not available. * Dialog: migrate CSS to webpack * Update the LanguagePicker Jest snapshot after DialogBase merge * Dialog: remove unused transition CSS styles
The new Reader full post view is currently being served to 50% of users in an A/B test.
This PR removes the A/B test and serves the new full post view to everyone.
To test
Open your Following stream at http://calypso.localhost:3000/ and open a selection of posts in full post view. Ensure you see the refreshed full post view and everything works as expected: