wordpress-mobile / WordPress-iOS

WordPress for iOS - Official repository
http://ios.wordpress.org/
GNU General Public License v2.0
3.68k stars 1.11k forks source link

Fix login background colors #23583

Closed kean closed 4 weeks ago

kean commented 4 weeks ago

RCA

This line

static let evenColor = UIColor.DS.Background.brand(isJetpack: false)

was replaced with this:

static let evenColor = UIColor.systemBackground

I couldn't find any other instances where Background.brand was replaced with an incorrect color.

Screenshot 2024-09-11 at 3 50 00 PM

Regression Notes

  1. Potential unintended areas of impact

  2. What I did to test those areas of impact (or what existing automated tests I relied on)

  3. What automated tests I added (or what prevented me from doing so)

PR submission checklist:

Testing checklist:

wpmobilebot commented 4 weeks ago
WordPress Alpha📲 You can test the changes from this Pull Request in WordPress Alpha by scanning the QR code below to install the corresponding build.
App NameWordPress Alpha WordPress Alpha
ConfigurationRelease-Alpha
Build Numberpr23583-4a5db9e
Version25.3
Bundle IDorg.wordpress.alpha
Commit4a5db9e7d1f00527da8ffe89f5b54842ba78ecbb
App Center BuildWPiOS - One-Offs #10642
Automatticians: You can use our internal self-serve MC tool to give yourself access to App Center if needed.
wpmobilebot commented 4 weeks ago
Jetpack Alpha📲 You can test the changes from this Pull Request in Jetpack Alpha by scanning the QR code below to install the corresponding build.
App NameJetpack Alpha Jetpack Alpha
ConfigurationRelease-Alpha
Build Numberpr23583-4a5db9e
Version25.3
Bundle IDcom.jetpack.alpha
Commit4a5db9e7d1f00527da8ffe89f5b54842ba78ecbb
App Center Buildjetpack-installable-builds #9686
Automatticians: You can use our internal self-serve MC tool to give yourself access to App Center if needed.