-
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
31208 - Fix app error on chat bubble click from OD #31294
31208 - Fix app error on chat bubble click from OD #31294
Conversation
@allroundexperts 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] |
@zukilover Conflicts! |
@allroundexperts conflicts resolved |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariScreen.Recording.2023-11-21.at.1.07.54.AM.movMacOS: Desktop |
Since redirects are supported on Desktop web only, I've skipped the screenshots for other platforms. Screen.Recording.2023-11-21.at.1.10.03.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.
Looks good!
✋ 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/deetergp in version: 1.4.2-0 🚀
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.4.2-3 🚀
|
Details
Add default value to prevent
Uncaught TypeError: sortedReportActions.filter is not a function
error.Added default value for the second parameter (
isOffline
) as well to comply with@typescript-eslint/default-param-last
rule.Fixed Issues
$ #31208
PROPOSAL: #31208 (comment)
Tests
Offline tests
QA Steps
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)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
Android: Native
android_comp.mp4
Android: mWeb Chrome
mweb.chrome_comp.mp4
iOS: Native
ios_comp.mp4
iOS: mWeb Safari
mweb.safari_comp.mp4
MacOS: Chrome
web_comp.mp4
MacOS: Desktop
desktop_comp.mp4