Skip to content

Post Settings: General Section - #24635

Merged
kean merged 9 commits into
feature/post-settingsfrom
task/post-settings-general
Jun 26, 2025
Merged

Post Settings: General Section#24635
kean merged 9 commits into
feature/post-settingsfrom
task/post-settings-general

Conversation

@kean

@kean kean commented Jun 26, 2025

Copy link
Copy Markdown
Contributor
  • Add "General" section to the new "Post Settings" screen.
  • Show author avatar when available
  • Update "Date Picker" to show "Time Zone" at the bottom so it's clear it's not editable
Screenshot 2025-06-26 at 1 28 11 PM Screenshot 2025-06-26 at 1 29 33 PM

@kean kean added this to the 26.0 milestone Jun 26, 2025
@kean kean mentioned this pull request Jun 26, 2025
}
// TODO: implement it for the remaining field
// Create a temporary copy of the post to apply the new settings
let temporaryPost = original.createRevision()

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I figured it would be easier to do than duplicating it for PostSettings.

// Apply settings to the post and mark for sync
settings.apply(to: post)
coordinator.setNeedsSync(for: post)
let revision = post.createRevision()

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Totally forgot to add it in the previous PRs. The synced changed must be in a revision.

@kean
kean merged commit afbf1e2 into feature/post-settings Jun 26, 2025
1 of 22 checks passed
@kean
kean deleted the task/post-settings-general branch June 26, 2025 17:33
@sonarqubecloud

Copy link
Copy Markdown

@wpmobilebot

Copy link
Copy Markdown
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 Number28026
VersionPR #24635
Bundle IDcom.jetpack.alpha
Commitf67479f
Installation URL5c17o3bvdhe3g
Automatticians: You can use our internal self-serve MC tool to give yourself access to those builds if needed.

@wpmobilebot

Copy link
Copy Markdown
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 Number28026
VersionPR #24635
Bundle IDorg.wordpress.alpha
Commitf67479f
Installation URL7n7i54elb66t8
Automatticians: You can use our internal self-serve MC tool to give yourself access to those builds if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants