-
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 thread title shown as ExpensiMark syntax in LHN #20336
Conversation
@iwiznia @thesahindia 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] |
Waiting for #20520 to be fixed. It is preventing me from testing this PR. |
@thesahindia I saw that #20520 is fixed. Please help to test this PR again. |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-06-13.at.10.58.53.PM.movMobile Web - ChromeScreen.Recording.2023-06-14.at.1.00.31.AM.movMobile Web - SafariScreen.Recording.2023-06-14.at.1.07.57.AM.movDesktopdesktop.mp4iOSScreen.Recording.2023-06-14.at.1.28.18.AM.movAndroidScreen.Recording.2023-06-14.at.12.55.06.AM.mov |
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!
cc: @iwiznia
✋ 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 🚀
|
@dukenv0307 Seems like there is a potential regression from your PR, can you investigate it please? #20847 |
@mountiny Can you check again because in this PR while testing we use the same test steps but doesn't crash app. You can see the screenshot above and correct me if I'm wrong. |
I will test on my phone 🙇 |
It crashes on staging for me. Probably not a regression but it would be great ot identify on the linked issue what PR introuced this probably some comination |
@mountiny Thanks for your testing, I haven't been able to find the PR that causes the regression. But it's not from this PR. |
🚀 Deployed to production by https://github.com/AndrewGable in version: 1.3.28-5 🚀
|
Details
When editing markdown message that is the parent message of the thread, the thread title shown as ExpensiMark syntax in LHN
Fixed Issues
$ #19786
PROPOSAL: #19786 (comment)
Tests
google.com
Offline tests
Same above
QA Steps
google.com
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
Screencast.from.07-06-2023.11.08.24.webm
Mobile Web - Chrome
Record_2023-06-07-11-15-12.mp4
Mobile Web - Safari
original-0ACB80C1-32A2-4E06-A03D-4E5B6AF0987C.mp4
Desktop
Screen.Recording.2023-06-07.at.14.52.26.mov
iOS
Screen.Recording.2023-06-07.at.15.42.37.mov
Android
19786.mp4