Open crazytonyli opened 4 days ago
1 Warning | |
---|---|
:warning: | View files have been modified, but no screenshot or video is included in the pull request. Consider adding some for clarity. |
Generated by :no_entry_sign: Danger
App Name | WordPress Alpha | |
Configuration | Release-Alpha | |
Build Number | pr23835-c95b8fa | |
Version | 25.4.2 | |
Bundle ID | org.wordpress.alpha | |
Commit | c95b8fa0594c45ec5f2eecca60da1e273a5688ff | |
App Center Build | WPiOS - One-Offs #11088 |
App Name | Jetpack Alpha | |
Configuration | Release-Alpha | |
Build Number | pr23835-c95b8fa | |
Version | 25.4.2 | |
Bundle ID | com.jetpack.alpha | |
Commit | c95b8fa0594c45ec5f2eecca60da1e273a5688ff | |
App Center Build | jetpack-installable-builds #10129 |
The current form look a bit off.
Id suggest the following changes (not necessarily in the scope of this PR):
:
Form {
Section {
NavigationLink {
EmptyView()
} label: {
HStack {
Text("Selected User")
Spacer()
Text("username2")
.foregroundStyle(.secondary)
}
}
} header: {
Text("Select the user to attribute the content of the site to")
.font(.body)
.textCase(nil)
.foregroundStyle(.primary)
.padding(.bottom, 8)
}
}
Nothing too interesting really. Just moving a ViewBuilder function to a View type.
Regression Notes
Potential unintended areas of impact
What I did to test those areas of impact (or what existing automated tests I relied on)
What automated tests I added (or what prevented me from doing so)
PR submission checklist:
RELEASE-NOTES.txt
if necessary.Testing checklist: