-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix an issue with button "Done" sometimes disappearing when you entering password for post when publishing #25138
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
Conversation
b9d6a67 to
1a75fb0
Compare
|
|
||
| @ViewBuilder | ||
| private var enterPasswordRows: some View { | ||
| PasswordField(password: $selection.password, isFocused: isPasswordFieldFocused) |
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.
Here we removed quite a bit of duplication.
|
| App Name | Jetpack | |
| Configuration | Release-Alpha | |
| Build Number | 30464 | |
| Version | PR #25138 | |
| Bundle ID | com.jetpack.alpha | |
| Commit | 4234f4e | |
| Installation URL | 6en3dkg60lee8 |
|
| App Name | WordPress | |
| Configuration | Release-Alpha | |
| Build Number | 30464 | |
| Version | PR #25138 | |
| Bundle ID | org.wordpress.alpha | |
| Commit | 4234f4e | |
| Installation URL | 7dhudbiqq4hug |
🤖 Build Failure AnalysisThis build has failures. Claude has analyzed them - check the build annotations for details. |
| ) | ||
| NavigationLink { | ||
| SettingsPickerListView( | ||
| selection: $viewModel.settings.metadata.accessLevel, |
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.
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.
73cfe58 to
4234f4e
Compare
|







Description
Fixes CMM-809: Button "Done" disappears when you enter a password for post.
I previously attempted it in #24950, but it turned out to be too complicated. Instead of replacing "Visibility" with "Status", I now simply updated the "Enter Password" flow so it's now consistent across "Post Settings" and "Publishing" screen.
The "Visibility" row works the same as one the web, so I don't think we should touch it unless web (Gutenberg) changes it.
In addition, I fixed an issue with the new "Access" field not showing the selected value.
Recording
Screen.Recording.2026-01-13.at.3.48.32.PM.mov