Skip to content

Conversation

kean
Copy link
Contributor

@kean kean commented Sep 19, 2025

Before

Screenshot 2025-09-19 at 9 32 31 AM Screenshot 2025-09-19 at 9 32 35 AM

After

Screenshot 2025-09-19 at 9 42 19 AM Screenshot 2025-09-19 at 9 42 22 AM

More

I also simplified the titles in the "Create" sheet.

Screenshot 2025-09-19 at 9 42 14 AM

@kean kean added this to the 26.4 milestone Sep 19, 2025
@kean kean requested a review from crazytonyli September 19, 2025 13:43
@kean kean added the General label Sep 19, 2025
@kean kean requested a review from a team as a code owner September 19, 2025 13:43
Copy link

@wpmobilebot
Copy link
Contributor

App Icon📲 You can test the changes from this Pull Request in Jetpack by scanning the QR code below to install the corresponding build.
App NameJetpack
ConfigurationRelease-Alpha
Build Number29087
VersionPR #24866
Bundle IDcom.jetpack.alpha
Commitec647db
Installation URL4grus9pgscre8
Automatticians: You can use our internal self-serve MC tool to give yourself access to those builds if needed.

@wpmobilebot
Copy link
Contributor

App Icon📲 You can test the changes from this Pull Request in WordPress by scanning the QR code below to install the corresponding build.
App NameWordPress
ConfigurationRelease-Alpha
Build Number29087
VersionPR #24866
Bundle IDorg.wordpress.alpha
Commitec647db
Installation URL49kdtfu8aqnjo
Automatticians: You can use our internal self-serve MC tool to give yourself access to those builds if needed.

@kean kean enabled auto-merge September 19, 2025 18:11
if #available(iOS 26, *) {
navController = UINavigationController(rootViewController: previewVC)
} else {
navController = GutenbergLightNavigationController(rootViewController: previewVC)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This if check is duplicated in a few places. Maybe we can update GutenbergLightNavigationController to only execute the customizing appearance code on pre-iOS 26 devices?

@kean kean added this pull request to the merge queue Sep 21, 2025
Merged via the queue into trunk with commit 1abd0fd Sep 21, 2025
32 of 34 checks passed
@kean kean deleted the fix/page-template-page branch September 21, 2025 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants