-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Style changes to Scanning banner #26509
Conversation
@shawnborton will you please review? |
Line 3860 in 57603a0
@luacmartins, LGTM, I guess the image full width issue has been fixed by maxWidth ? (The links for the last two images in the OP are from the Expensify repo, we can't access them, so not very sure)Then can I start filling the reviewer checklist? Or should we wait for @shawnborton to take a look first? |
Reviewer Checklist
Screenshots/Videos |
<View | ||
style={[ | ||
styles.dFlex, | ||
styles.flexRow, | ||
styles.alignItemsCenter, | ||
styles.flexGrow1, | ||
styles.justifyContentBetween, | ||
styles.overflowHidden, | ||
styles.ph5, | ||
styles.pv3, | ||
styles.borderBottom, | ||
styles.w100, | ||
]} | ||
> | ||
<View style={[styles.dFlex, styles.flexRow, styles.alignItemsCenter, styles.flexGrow1, styles.overflowHidden, styles.ph5, styles.pb3, styles.borderBottom, styles.w100]}> |
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.
Not going to block on this, but why? The original is more readable IMO
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.
This should just be the result of prettier, styles.justifyContentBetween
is deleted. If we want to keep it readable, we can also use styles.justifyContentStart
. 😂
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.
Looks like from the requested design
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Wow, you guys are fast. Can we please create a follow up issue to handle the shape/size of the The badge itself should only be 28px tall. It should have a border radius of 4px and horizontal padding of 8px. |
Like this @shawnborton ? |
Perfect, thanks! |
🚀 Deployed to staging by https://github.com/mountiny in version: 1.3.63-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.3.63-2 🚀
|
🚀 Deployed to staging by https://github.com/mountiny in version: 1.3.64-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.3.64-2 🚀
|
Details
Updates the styles of the scanning banner:
Fixed Issues
$ #26111
Tests
Offline tests
N/A
QA Steps
Same as tests
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android