-
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
Revert "Badge: Remove unused component files" #78941
Revert "Badge: Remove unused component files" #78941
Conversation
Co-authored-by: Omar Alshaker <omar@omaralshaker.com>
Logout users upon clicking on "Sign in as a different user" button, so their other WPCOM account wouldn't interfere.
* Update Congrats page for multi plugins (#78716) Co-authored-by: Paulo Trentin <paulo@paulotrentin.com.br> Co-authored-by: Gabriel Demichelis <gabrieldemichelis@gmail.com>
* Edge Cache: Disable toggle if the site isn't public * Switch to "Review"
* Domains: refresh Manage all domains button * Use domains slug instead of upgrades
* Fonts two-column layout * Colors layout fixes * Fixes for wide breakpoint * Fixes for default font * Revert nesting selector title * Fix alignment for the no-title case * Clean up the default font pairing and add comments
* Add Manage all domains link to Quick links * Add Tracks event * Add domains links to Quick Links for Devs * Don't add "Add a domain" link for staging sites --------- Co-authored-by: Philip Jackson <p-jackson@live.com>
This change is to work in conjunction with D110794-code. Rather than using the environment flags, it checks the active features for the site, allowing us to enable the feature on a per site basis.
* Reader: Create read feed search query hook * Clean-up and add tests. * Rename SiteSubscriptionsPortal.External back to SiteSubscriptionsPortal.Subscriptions * Clean up the usage of SubscriptionManagerContextProvider * Add @automattic/calypso-analytics dev dependency to data-stores * Update yarn.lock * Make @automattic/calypso-analytics a dependency * Apply PR suggestions * Add yarn.lock * Add calypso-analytics entry into tsconfig
* Switch default start-writing theme to poema from livro * Switched livro to hey theme on start-writing flow --------- Co-authored-by: Paulo Trentin <paulo@paulotrentin.com.br>
* Extract empty state component * Render empty state if no domains at all * Scope empty state to All Domains * Remove icon from CTA * Rewrite CTA targets
* Replace seach component with one from sites page to satisfy new design. * Allow search bar to stretch * Fix breaking by "#" as a search query * Adjust search bar font properties * Refactor search bar border radius for post/campaign * Filter posts and campaigns before actual usage * Fix the height of the search bar * Use BlazablePost type for post items * Fix outdated BlazePress import
* Show full TOS in checkout for domain transfers * Convert CheckoutTerms to TS
#78815) * Fixes the Blaze credits for atomic sites using the Blaze Dashboad app * Fixes a problem with a config variable in the app
* My Sites: Remove manage domains from site selector * My Sites: Remove manage domain click tracking
* Add tracks to the Blaze Dashboard app * Fixes a typo in a comment
* Reader: Update sidebar to use ReaderAvatar component * add hover style and increase size of icon * lookup site/feed to get site icon * only look up site/feed if no site icon found in follow
* Update SiteStream to functional component * Adds sidebar to site stream * Reader: update Feed/Site stream header and sidebar (#78853)
* Sending hotjarSiteSettings to BlazePress.render call * Test added
* Fixes a styling issue in the Blaze Dashboard app * Fixes hidden dialog on widget and styling issue in nav header
Link to live branch is being generated... |
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!
e80633e
to
8b75da7
Compare
Here is how your PR affects size of JS and CSS bundles shipped to the user's browser: App Entrypoints (~28 bytes added 📈 [gzipped])
Common code that is always downloaded and parsed every time the app is loaded, no matter which route is used. Sections (~830 bytes added 📈 [gzipped])
Sections contain code specific for a given set of routes. Is downloaded and parsed only when a particular route is navigated to. Async-loaded Components (~323 bytes added 📈 [gzipped])
React components that are loaded lazily, when a certain part of UI is displayed for the first time. Legend What is parsed and gzip size?Parsed Size: Uncompressed size of the JS and CSS files. This much code needs to be parsed and stored in memory. Generated by performance advisor bot at iscalypsofastyet.com. |
Reverts #78814