-
Notifications
You must be signed in to change notification settings - Fork 114
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
[Woo POS] [Design System] Apply straightforward color updates #15068
Merged
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
0d82d75
Rename POS text colors to replace the existing primary/secondary/tert…
jaclync a445269
Replace `Color.posPrimaryTextInverted` with `Color.posOnInverseSurfac…
jaclync 0d0e84b
Remove unused color `posOverlayFillInverted`.
jaclync a4049c2
Replace previous `posPrimaryBackground` color with DS colors.
jaclync 6f84b09
Consolidate background color for cards using a constant and set it to…
jaclync 690d36b
Revert use of clear background color to fix clear background area not…
jaclync da37b47
Update colors in cart view.
jaclync e6ca856
Update colors in POS modal base.
jaclync ed832c5
Update colors in product type banner view. This will be extracted to …
jaclync 21fa12a
Update some colors in floating control. The views will also be update…
jaclync f9b515e
Replace remaining `posSecondaryBackground` usage with colors in design.
jaclync 25a77a5
Remove unused color constant.
jaclync a405984
Replace `posSuccessColor` with `posSuccess` and update checkmark colo…
jaclync c1d5de4
Use 0.6 opacity in modal background overlay to allow content below to…
jaclync 26d1fc8
Fix SwiftUI preview crash by passing environment object.
jaclync ac009e8
Update text colors in payment processing view.
jaclync 6a67d6d
Remove unused color `posOverlayFill`.
jaclync 5aed9e9
Remove debug code to show banner.
jaclync b2529ec
Polishes.
jaclync 4010bf7
Merge branch 'trunk' into feat/15061-replace-colors
jaclync 41ac7aa
Fix environment variables for previews from adopting Observation for …
jaclync 5dd6465
Update to import SwiftUI for consistency.
jaclync ac3c0e0
Add shadow layers to product card border modifier based on design.
jaclync b727822
Update color and related design in modal after design confirmation.
jaclync 8d038e7
Revert "Add shadow layers to product card border modifier based on de…
jaclync File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
nit: 👀 was this a
SwiftUI
import maybe?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.
It was from an auto-fix action in Xcode, but I agree
SwiftUI
import is more standard and avoid confusion in the future why it'sSwiftUICore
here. Updated in 5dd6465