-
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
Do not show the quick action in workspace chat automatically #26636
Conversation
routes: lodashGet(navigation.getState(), 'routes', []), | ||
showPopoverMenu, | ||
}); | ||
if (!EmojiPickerActions.isActive(report.reportID)) { |
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.
This block i.e. useEffect without dependencies was working similar to componentWillUnmount, I think.
We should keep it in return ()
to maintain the previous behavior?
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.
I have tested the emoji picker and the behaviour is still the same
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-09-04.at.2.13.11.PM.movMobile Web - ChromeMobile Web - SafariDesktopiOSAndroid |
Updated to run on umount |
✋ 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/MonilBhavsar in version: 1.3.63-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.3.63-2 🚀
|
🚀 Deployed to staging by https://github.com/MonilBhavsar in version: 1.3.64-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.3.64-2 🚀
|
Details
When user is sign up for a first time and they are deeplinked to a workspace chat, lets not show the quick actions menu.
Fixed Issues
$ #26635
Tests
/sbe
route on mobile web and where you havent dismissed the open native app bannerRequest Money
etc quick action menu is not open over the download app bannerOffline tests
N/A
QA Steps
Same as test
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
N/A
Mobile Web - Chrome
26636chrome.mp4
Mobile Web - Safari
26636safari.mp4
Desktop
N/A
iOS
N/A
Android
N/A