-
Notifications
You must be signed in to change notification settings - Fork 121
[IPPInAppFeedback] UI banner component design tweaks #8728
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
Merged
Merged
Changes from 14 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
d1779e0
Add commentContent icon
iamgabrielma 2bc88d5
Change TopBannerView button color
iamgabrielma 0c0240c
Add top separator to TopBannerView
iamgabrielma 3993a92
Lint: remove line
iamgabrielma 26d3d06
Change icon-comment-content from svg to pdf
iamgabrielma 777d12b
Wrap TopBannerView’s label into its own StackView
iamgabrielma f9dc4c0
Update StackView state to be hidden if collapsed
iamgabrielma daa4780
Remove helper method. Update createBorderView default width
iamgabrielma 22fd4ad
Remove debug colors
iamgabrielma 11f75ae
Adjust space to fit dismiss button. Remove unused property.
iamgabrielma 6b75894
Add createSeparatorView helper method
iamgabrielma 7e0896d
Pass height and width to createSeparatorView method
iamgabrielma 0fcd33e
Add internal comments
iamgabrielma 944eda0
Restore missing top banner border
iamgabrielma 075fcb8
Make button size .bold to fit design
iamgabrielma 4579e44
Move values to Constants extension
iamgabrielma 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
12 changes: 12 additions & 0 deletions
12
WooCommerce/Resources/Images.xcassets/icon-comment-content.imageset/Contents.json
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| { | ||
| "images" : [ | ||
| { | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Perhaps you can apply here a single scale with the pdf file
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Right! Switched from SVG to PDF and universal size here: 26d3d06 |
||
| "filename" : "icon-comment-content.pdf", | ||
| "idiom" : "universal" | ||
| } | ||
| ], | ||
| "info" : { | ||
| "author" : "xcode", | ||
| "version" : 1 | ||
| } | ||
| } | ||
Binary file added
BIN
+1.49 KB
WooCommerce/Resources/Images.xcassets/icon-comment-content.imageset/icon-comment-content.pdf
Binary file not shown.
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.
Could we add these values into constants? That way we can reuse them, and we know what they stand for
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.
Definitely! 4579e44