-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Home Page Picker] Enable the feature #13409
Conversation
You can trigger optional UI/connected tests for these changes by visiting CircleCI here. |
You can test the changes on this Pull Request by downloading the APK here. |
I've retested all flows above, and everything is working as expected. I've also verified the events in both the console as well as the live view, and everything is emitted as expected. 🎉 There are a couple of issues I discovered: Blank preview after site creationAfter creating the site, I observed that sometimes the preview remains blank. I'm unsure why this is, but I have a hunch it happens when using non-WPCOM domains. I also observed this on WordPress-iOS, for a Unreadable (low-contrast) font in brice theme:I observed that the brice theme has low-contrast font when opening the home page in the editor. I'm not sure if this is a known issue, and / or if this project is the place to address this. I also haven't tested this with other themes to see if the issue exists elsewhere as well: |
Hey @mkevins 👋
I'll try to investigate this on the mobile side. Since the same behaviour is reproduced on iOS too @enejb and @Tug might have a better insight. |
It seems that the low-contrast text issue will be resolved by wordpress-mobile/gutenberg-mobile#2703. I've confirmed this by editing the same page via the test apk in #13279: 🎉 - nice work Gerardo! 😃 |
Hey @geriux 👋 Thank you for taking the time to review this 👍 I really appreciate it 🙇
This is not part of this PR but It's a problem that should be solved 😄 |
Thanks for the fix @antonis ! Now they're showing up correctly 🎉 |
Hello @kyleaparker 👋 ,
This was was due to English resources (non US locale) still having the old wording (
Aligned with the Choose a design in the latest build
I'll align with @chipsnyder response on this. At this point we have a loading skeleton showing only one thumb while the api call is performed. After that placeholder images are shown while each thumbnail is generating/downloading.
A separate issue has been created to investigate this further wordpress-mobile/gutenberg-mobile#2828
Changed the wording according to the suggestion in the latest build |
Thanks for the reply @antonis, all sounds good to me 👍 |
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.
# Conflicts: # WordPress/build.gradle
Fixes: wordpress-mobile/gutenberg-mobile#2727
Description
Enables the new Home Page Picker for release
To test:
Note: An easy way to test the analytics is to debug the app and filter Logcat to look for the string
🔵 Tracked:
Start the Home Page Picker screen
🔵 Tracked: enhanced_site_creation_site_design_viewed
Create a site with the default design
🔵 Tracked: enhanced_site_creation_site_design_skipped
Create a site with a specific design
alves
is your selected design):🔵 Tracked: enhanced_site_creation_site_design_selected, Properties: {"template":"alves"}
Error tracking
🔵 Tracked: enhanced_site_creation_error_shown, Properties: {"error_context":"design","error_description":"Error fetching designs","error_type":"unknown"}
Preview Design
Choose Design from Preview
Preview Error
Screenshots
PR submission checklist:
RELEASE-NOTES.txt
if necessary.