-
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
Update expensify-common version #20652
Conversation
fc8be5e
to
1d8bdf1
Compare
@iwiznia @eVoloshchak One of you needs to copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
1d30526
to
60ed454
Compare
60ed454
to
3d4eb92
Compare
Shouldn't this PR have some tests written in the description that check the issue reported is solved?? |
@iwiznia That's cool, I updated the description 😄 |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-06-14.at.16.58.19.movMobile Web - Chromescreen-20230614-170232.mp4Mobile Web - SafariScreen.Recording.2023-06-14.at.17.01.48.movDesktopScreen.Recording.2023-06-14.at.16.59.57.moviOSScreen.Recording.2023-06-14.at.17.01.09.movAndroidscreen-20230614-171700.mp4 |
@hungvu193, html code in step 3 is displayed incorrectly, it should be |
@eVoloshchak Thanks for pointing that out, I updated the description. |
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.
Tests well
cc: @iwiznia
Conflicts... |
@iwiznia Updated again 😄 |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/iwiznia in version: 1.3.28-0 🚀
|
🚀 Deployed to production by https://github.com/AndrewGable in version: 1.3.28-5 🚀
|
Details
Update expensify-common version in order to fix the crash when sending invalid digit html
Fixed Issues
$ #19790
PROPOSAL: #19790 (comment)
Tests
�
Offline tests
Same as Tests
QA Steps
�
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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
Web
Mobile Web - Chrome
Screen.Recording.2023-06-13.at.11.06.45.mov
Mobile Web - Safari
Screen.Recording.2023-06-13.at.11.08.48.mov
Desktop
Screen.Recording.2023-06-13.at.11.07.54.mov
iOS
Screen.Recording.2023-06-13.at.11.11.18.mov
Android
Screen.Recording.2023-06-13.at.11.06.45.mov