-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
fix:14670 update expensify-common version #14940
Conversation
@techievivek Please 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] |
@techievivek please assign me & @puneetlath as reviewers here, thanks! |
Thanks, @Julesssss for taking care of Expensify/expensify-common#498 and for your review here! |
@tienifr Please try to link issues properly the first time, double check before submitting the PR. Because only linking issues correctly would request a review from C+ & CME assigned on the issue. |
Reviewer Checklist
Screenshots/VideosWeb & DesktopScreen.Recording.2023-02-10.at.6.31.11.AM.movMobile Web - SafariScreen.Recording.2023-02-10.at.6.44.06.AM.moviOSSimulator.Screen.Recording.-.iPhone.14.-.2023-02-10.at.06.41.09.mp4Android & Mobile Web - ChromeScreen.Recording.2023-02-10.at.6.49.43.AM.mov |
@tienifr Can you include test steps for blockquote|pre also? |
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.
Waiting for this #14940 (comment)
Hi @Santhosh-Sellavel , I have included test steps for blockquote|pre and also updated test videos. Please help me check it. Thank you! |
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.
Waiting for @Santhosh-Sellavel to complete the checklist.
@tienifr The first 3 steps are good. After that define each case that should be tested, so it would more clear for QA. Case 1 - h1 or
|
@Santhosh-Sellavel I just updated the test steps, please help to check again |
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.
LGTM!
@techievivek This PR is given 2 approvals, please take a look at it and merge it if there is no problem |
Performance Comparison Report 📊Significant Changes To DurationThere are no entries Meaningless Changes To DurationShow entries
Show details
|
🚀 Deployed to staging by https://github.com/techievivek in version: 1.2.69-2 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.2.69-2 🚀
|
Details
Fixed Issues
$ #14670
PROPOSAL: #14670 (comment)
Tests
Case 1 - h1 or #
Message
LHN
Heading
Case 2 - quote text or >
Message
LHN
quote text
Case 3 - preformatted text or ```
Message
LHN
preformatted
(1) Because the solution has just been implemented in front-end side, we need to turn off the internet to prevent backend from updating wrong value. After updating BE side, we can skip step 2
Offline tests
QA Steps
Case 1 - h1 or #
Message
LHN
Heading
Case 2 - quote text or >
Message
LHN
quote text
Case 3 - preformatted text or ```
Message
LHN
preformatted
(1) Because the solution has just been implemented in front-end side, we need to turn off the internet to prevent backend from updating wrong value. After updating BE side, we can skip step 2
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.Screenshots/Videos
Web
14670-web-1.mp4
Mobile Web - Chrome
14670-chrome-1.mp4
Mobile Web - Safari
14670-safari-1.mp4
Desktop
14670-desktop-1.mp4
iOS
14670-ios-1.mp4
Android
14670-android-1.mp4