-
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
fix: last backtick should be in inline codeblock when sending a text wrapped with two backticks #25659
fix: last backtick should be in inline codeblock when sending a text wrapped with two backticks #25659
Conversation
@abdulrahuman5196 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] |
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
@abdulrahuman5196 can you help out with the review here? |
@Antasel This PR has merge conflicts |
ebe4cad
to
8d5ae3a
Compare
@abdulrahuman5196 |
@abdulrahuman5196 @jasperhuangg |
@abdulrahuman5196 friendly bump! |
Reviewing now |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-08-25.at.2.02.49.AM.mp4Mobile Web - Chromeaz_recorder_20230825_021525_edited.mp4Mobile Web - SafariUntitled.3.mp4DesktopScreen.Recording.2023-08-25.at.2.03.35.AM.mp4iOSScreen.Recording.2023-08-25.at.2.18.32.AM.mp4AndroidScreen.Recording.2023-08-25.at.2.40.20.AM.mp4 |
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.
Changes looks good and works well. Reviewers checklist is also complete.
All yours. @jasperhuangg
🎀 👀 🎀
C+ Reviewed
@Antasel Kindly check why author's checklist is failing. And add |
recheck |
@abdulrahuman5196 Could you kindly check why it's failed ? I am new here, so a bit not sure about it. i am also checking it |
@Antasel I think the checklist didn't run lately. I think when you add the "Offline test" section, it should be re-evaluate and pass the checklist |
after added offline test, it's passed |
Thanks @Antasel . All yours @jasperhuangg |
Gentle ping @jasperhuangg I think the PR can be merged since you had already tested the common PR. |
✋ 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/jasperhuangg in version: 1.3.58-0 🚀
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.3.58-5 🚀
|
🚀 Deployed to staging by https://github.com/jasperhuangg in version: 1.3.59-0 🚀
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.3.59-5 🚀
|
Fixed Issues
$ #23352
Proposal: #23352 (comment)
Tests
QA
same as test
Offline Test
same as test
PR Author checklist
toggleReport
and notonIconClick
).Waiting 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
have been tested & I retested again)/** 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
web-inline-codeblock.mp4
Mobile Web - Chrome
mobile-web-inline-codeblock-two-backticks.mp4
Mobile Web - Safari
mobile-safari-inline-codeblock-two-backticks.mp4
Desktop
desktop-inline-codeblock-two-backticks.mp4
iOS
ios-inline-codeblock-two-backticks.mp4
Android
android-two-backticks-2023-08-17-160633.mp4