Skip to content
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

[Order form] Fix blurry image for scan product, and QR & TTP payment methods; update selected icon color in product selector #15465

Merged
merged 4 commits into from
Apr 2, 2025

Conversation

jaclync
Copy link
Contributor

@jaclync jaclync commented Apr 1, 2025

Closes: #15355
Parts of #15363

Description

This pull request includes changes to fix some blurry icons from converting UIImage(systemName:) to SwiftUI Image with scaled size. When a SwiftUI image is resizable, I think it's best to avoid using a UIImage as the explained in this SO answer. It also makes a quick update on the product selector row's checkmark icon to be more readable in dark mode.

Standardizing Icons:

Refactoring MethodRow Component:

Miscellaneous:

Steps to reproduce

For easier testing in the payment methods view, feel free to return true for TTP in PaymentMethodsView L45.

  • Go to the Orders tab
  • Tap + to create an order --> the scan CTA in the products section should not be blurry in all font sizes
  • Open product selector if needed (like on iPhone)
  • Select a product --> notice the checkmark icon in the selected product row should have enough contrast in both light and dark modes
  • Recalculate --> the scan CTA in the products section title should not be blurry in all font sizes
  • Create order
  • Collect payment --> the icon in the QR code & TTP rows should not be blurry in all font sizes

Testing information

  • @jaclync tested with gift card input in a store with Gift Cards extension (check screenshot).

Screenshots

\ before after
scan product CTA - no products Simulator Screenshot - iPad Pro 11-inch (M4) - 2025-04-01 at 14 51 29 Simulator Screenshot - iPad Pro 11-inch (M4) - 2025-04-01 at 14 50 38
scan product CTA - with products Simulator Screenshot - iPad Pro 11-inch (M4) - 2025-04-01 at 14 51 38 Simulator Screenshot - iPad Pro 11-inch (M4) - 2025-04-01 at 14 50 29
scan CTA in gift card input Simulator Screenshot - iPad Pro 11-inch (M4) - 2025-04-01 at 15 12 48 Simulator Screenshot - iPad Pro 11-inch (M4) - 2025-04-01 at 15 14 09
payment methods Simulator Screenshot - iPad Pro 11-inch (M4) - 2025-04-01 at 15 37 00 Simulator Screenshot - iPad Pro 11-inch (M4) - 2025-04-01 at 15 54 21
product selector - dark Simulator Screenshot - iPad Pro 11-inch (M4) - 2025-04-01 at 15 52 36 Simulator Screenshot - iPad Pro 11-inch (M4) - 2025-04-01 at 15 42 00
product selector - light Simulator Screenshot - iPad Pro 11-inch (M4) - 2025-04-01 at 15 52 38 Simulator Screenshot - iPad Pro 11-inch (M4) - 2025-04-01 at 15 42 02

  • I have considered if this change warrants user-facing release notes and have added them to RELEASE-NOTES.txt if necessary.

Reviewer (or Author, in the case of optional code reviews):

Please make sure these conditions are met before approving the PR, or request changes if the PR needs improvement:

  • The PR is small and has a clear, single focus, or a valid explanation is provided in the description. If needed, please request to split it into smaller PRs.
  • Ensure Adequate Unit Test Coverage: The changes are reasonably covered by unit tests or an explanation is provided in the PR description.
  • Manual Testing: The author listed all the tests they ran, including smoke tests when needed (e.g., for refactorings). The reviewer confirmed that the PR works as expected on all devices (phone/tablet) and no regressions are added.15

jaclync added 3 commits April 1, 2025 15:16
…ctly without converting from `UIImage(systemName:)` which loses scaling support. Remove unused icon.
…rand color that does not adjust to color scheme.
@jaclync jaclync added type: enhancement A request for an enhancement. feature: order creation All tasks related to creating an order labels Apr 1, 2025
@jaclync jaclync added this to the 22.1 milestone Apr 1, 2025
@wpmobilebot
Copy link
Collaborator

wpmobilebot commented Apr 1, 2025

App Icon📲 You can test the changes from this Pull Request in WooCommerce iOS Prototype by scanning the QR code below to install the corresponding build.

App NameWooCommerce iOS Prototype
Build Number29112
VersionPR #15465
Bundle IDcom.automattic.alpha.woocommerce
Commit37e60f3
Installation URL1vmbu6qotekdo
Automatticians: You can use our internal self-serve MC tool to give yourself access to those builds if needed.

@jaclync jaclync requested a review from joshheald April 1, 2025 08:30
@jaclync jaclync marked this pull request as ready for review April 1, 2025 08:30
Copy link
Contributor

@joshheald joshheald left a comment

Choose a reason for hiding this comment

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

Nice fixes, thanks for neatening all this up

@dangermattic
Copy link
Collaborator

1 Warning
⚠️ This PR is assigned to the milestone 22.1. This milestone is due in less than 2 days.
Please make sure to get it merged by then or assign it to a milestone with a later deadline.

Generated by 🚫 Danger

@jaclync jaclync merged commit 9a0e8df into trunk Apr 2, 2025
17 of 19 checks passed
@jaclync jaclync deleted the feat/15355-blurry-image branch April 2, 2025 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature: order creation All tasks related to creating an order type: enhancement A request for an enhancement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Order Form] Scan product icon is blurry, especially at larger sizes.
4 participants