-
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: navigate to LHN after onboarding #53239
Conversation
Reviewer Checklist
Screenshots/VideosAndroid: Native53239.Android.mp4Android: mWeb Chrome53239.mWeb-Chrome.mp4iOS: Native53239.iOS.moviOS: mWeb Safari53239.mWeb-Safari.movMacOS: Chrome / Safari53239.Web.mp4MacOS: Desktop53239.Desktop.mp4 |
@mkzie2 The app still navigates to the concierge chat on the web or desktop. The step to reproduce:
Screen.Recording.2024-12-05.at.22.40.41.mp4Screen.Recording.2024-12-05.at.22.43.37.mp4It didn't happened if we already resized the screen before creating a new account like in your video. Screen.Recording.2024-12-05.at.22.44.08.mp4 |
@mollfpr I don't think this is a bug because when we resize the window, the screen behind the onboarding is the concierge chat. Screen.Recording.2024-12-09.at.16.08.19.mov |
@mkzie2 Yeah, it doesn't look like a bug but it doesn't look consistent. @MitchExpensify Do you considered this an issue? |
I don't think users resizing is an issue because its an edge case but we do want everyone to land in LHN instead of Concierge if they don't resize |
@mollfpr We're good now. |
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 👍
@MariaHCD Looking 👀 |
Thanks! If we're not able to fix it within the next hour or so, we can revert this PR and start a new one. I don't want to block the App deploy 🤔 |
@MariaHCD I think it's safe to revert the PR since we need to add back the |
Okay, thanks. Will spin up the revert PR. |
Revert PR: #54198 |
🚀 Deployed to staging by https://github.com/MariaHCD in version: 9.0.77-0 🚀
|
Still failing with original bug #52420 in web |
Explanation of Change
Fix: navigate to LHN after onboarding
Fixed Issues
$ #52420
PROPOSAL: #52420 (comment)
Tests
Offline tests
Same
QA Steps
// TODO: These must be filled out, or the issue title must include "[No QA]."
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.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
Screen.Recording.2024-11-28.at.12.08.19.mov
Android: mWeb Chrome
Screen.Recording.2024-11-28.at.11.51.44.mov
iOS: Native
Screen.Recording.2024-11-28.at.12.10.08.mov
iOS: mWeb Safari
Screen.Recording.2024-11-28.at.11.50.17.mov
MacOS: Chrome / Safari
Screen.Recording.2024-11-28.at.11.48.41.mov
MacOS: Desktop
Screen.Recording.2024-11-28.at.12.12.53.mov