-
Notifications
You must be signed in to change notification settings - Fork 31
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
Don't load Most Viewed placeholder when page is adapted #13186
Conversation
Size Change: +17 B (0%) Total Size: 884 kB ℹ️ View Unchanged
|
Hello 👋! When you're ready to run Chromatic, please apply the You will need to reapply the label each time you want to run Chromatic. |
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.
Looks good 👍
Seen on PROD (merged by @domlander 8 minutes and 50 seconds ago) Please check your changes! |
Why?
When the page is adapted, match the behaviour before the new Most Viewed placeholder was added.
Screenshots
http://localhost:3030/Article/https://www.theguardian.com/football/2024/oct/06/brighton-tottenham-premier-league-match-report#adapt
Follow up
A good follow-up would be to remove the containers that do not render content when the site is adapted. However, this is a bit more tricky - Do we want the page removing large containers after page load for users on a poor connection - what would that experience be like? Would the CLS be worth it?