-
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
Hide create menu when opening concierge chat by deeplink #31675
Conversation
@dukenv0307 Can you add a test step to navigate back to the home and verify that the create menu is open (for mobile)? This doesn't seem to be working on Android mWeb: android-chrome-2023-11-22_12.52.33.mp4Same on iOS native: ios-native-2023-11-22_13.00.12.mp4 |
Reviewer Checklist
Screenshots/VideosAndroid: Nativeandroid-native-2023-11-22_12.33.51.mp4Android: mWeb Chromeandroid-chrome-2023-11-30_14.35.33.mp4iOS: Nativeios-native-2023-11-29_16.06.37.mp4iOS: mWeb Safariios-safari-2023-11-22_13.04.11.mp4MacOS: Chrome / Safarimac-chrome-2023-11-22_12.49.11.mp4MacOS: Desktopmac-desktop-2023-11-22_12.57.11.mp4 |
@jjcoffee Seems like the account used in the video was signed in before. I tested with the new account (the first time log in) and it work well. |
@dukenv0307 Did you test on iOS native? I get it consistently for new accounts, using |
@jjcoffee On native after |
@dukenv0307 Okay do you think there's a workaround? I don't think we'd really want to introduce inconsistent behaviour. |
@lakchote Can you please confirm here. |
I do agree with @jjcoffee, we don't want to introduce inconsistent behaviour. Can you think of a potential workaround @dukenv0307? |
@jjcoffee I updated. |
Getting a different problem now on Android Chrome where we navigate to the "not found" screen first, then the concierge chat, and when you navigate back the FAB is closed. Seems to be happening on main too, so it's not to do with this PR, but I can't test whilst it's happening! android-chrome-2023-11-29_16.20.47.mp4 |
@jjcoffee I think it happens because we cannot use |
Thanks for the tip @dukenv0307! I finally got it working. |
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!
@jjcoffee @dukenv0307 Thanks both of you for your work! LGTM 👍 |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Cherry-picked to staging by https://github.com/yuwenmemon in version: 1.4.7-4 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to staging by https://github.com/lakchote in version: 1.4.8-0 🚀
|
🚀 Deployed to production by https://github.com/yuwenmemon in version: 1.4.8-3 🚀
|
🚀 Deployed to production by https://github.com/yuwenmemon in version: 1.4.8-3 🚀
|
Details
Hide create menu when opening concierge chat by deeplink
Fixed Issues
$ #30021
PROPOSAL: #30021 (comment)
Tests
Offline tests
None
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-1.mov
Android: mWeb Chrome
chrome-1.mov
iOS: Native
ios.mov
iOS: mWeb Safari
safari.mov
MacOS: Chrome / Safari
web-2.mov
MacOS: Desktop
destop-1.mov