Skip to content
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

Global Styles on Personal AB: Calypso changes #98538

Merged
merged 19 commits into from
Jan 28, 2025
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
e9ceb1b
Calypso is now aware of the GS on Personal AB experiment code and rea…
rcrdortiz Jan 17, 2025
9a3e60a
Removed pre intitialization requirement
rcrdortiz Jan 17, 2025
5baf429
Merge branch 'trunk' into add/global-styles-on-personal-ab
rcrdortiz Jan 17, 2025
910910d
Fixed test
rcrdortiz Jan 17, 2025
8dac17b
Fixed tests
rcrdortiz Jan 17, 2025
6a411aa
Fixed the global isGlobalStylesOnPersonal check so that it does not t…
rcrdortiz Jan 17, 2025
2e6ce68
On the Design Picker, we now use the global isGlobalStylesOnPersonal …
rcrdortiz Jan 17, 2025
e7c40fc
Merge branch 'trunk' into add/global-styles-on-personal-ab
rcrdortiz Jan 17, 2025
d131b0a
Merge branch 'trunk' into add/global-styles-on-personal-ab
rcrdortiz Jan 20, 2025
8ff6be7
Added window interface to comply with TS
rcrdortiz Jan 20, 2025
91d0da9
Updated comment to better describe the functionality
rcrdortiz Jan 21, 2025
bf9e638
Add the global styles experiment status to the window object by using…
rcrdortiz Jan 21, 2025
66de3f1
Simplified the withSiteGlobalStylesOnPersonal hoc
rcrdortiz Jan 21, 2025
d8ff417
Merge branch 'trunk' into add/global-styles-on-personal-ab
rcrdortiz Jan 21, 2025
5a38f29
Removed an unused import
rcrdortiz Jan 21, 2025
e69b78a
Merge branch 'trunk' into add/global-styles-on-personal-ab
rcrdortiz Jan 22, 2025
596ea7f
We now support the LiTS with no site selected as part of the experiment
rcrdortiz Jan 22, 2025
cfca503
Merge branch 'trunk' into add/global-styles-on-personal-ab
rcrdortiz Jan 28, 2025
1211077
Added final experiment key
rcrdortiz Jan 28, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Added final experiment key
rcrdortiz committed Jan 28, 2025
commit 1211077a9a1854e3e392d7a5b10469f139663868
2 changes: 1 addition & 1 deletion client/state/sites/hooks/use-site-global-styles-status.ts
Original file line number Diff line number Diff line change
@@ -75,7 +75,7 @@ const getGlobalStylesInfoForSite = (
}

if ( siteId === null ) {
return loadExperimentAssignment( 'calypso_post_onboarding_holdout_160125' ).then(
return loadExperimentAssignment( 'calypso_plans_global_styles_personal_20240127' ).then(
( experimentAssignment ) =>
Promise.resolve( {
shouldLimitGlobalStyles: true,