-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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 can't go back after opening a public room as anonymous user and reopen the app #35453
Conversation
Reviewer Checklist
Screenshots/VideosAndroid: Nativeandroid-native-2024-02-01_13.39.33.mp4Android: mWeb Chromeandroid-chrome-2024-02-01_14.40.31.mp4iOS: Nativeios-native-2024-02-02_10.12.33.mp4iOS: mWeb Safariios-safari-2024-02-02_10.03.13.mp4MacOS: Chrome / Safaridesktop-chrome-2024-02-01_14.22.34.mp4MacOS: Desktopdesktop-app-2024-02-01_14.31.25.mp4 |
@bernhardoj Thanks for the PR! Could you add a video for mWeb Android? |
@jjcoffee I somehow unable to open a public room on Android mWeb |
@bernhardoj Hmm weird, what's the issue, does it just redirect to sign-in? |
@jjcoffee Yes |
@bernhardoj Can you merge main so we can make sure nothing conflicts with the Ideal Nav stuff that's just been merged? |
@jjcoffee done |
Thanks, still tests well! |
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!
✋ 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/thienlnam in version: 1.4.36-5 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
1 similar comment
🚀 Cherry-picked to staging by https://github.com/thienlnam in version: 1.4.36-5 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by https://github.com/Julesssss in version: 1.4.37-7 🚀
|
Details
When we reopen the app as an anonymous user, the route is empty and it will replace the current screen (LHN) with the sign in modal making it impossible to go back as there is no screen anymore below the sign in modal.
Fixed Issues
$ #35121
PROPOSAL: #35121 (comment)
Tests
Same as QA Steps
Offline tests
Same as QA Steps
QA Steps
public room: /r/8810944956641220
Android/iOS
Web/Desktop/mWeb
/r/xxx
(staging.new.expensify.com)For desktop, to navigate between URLs, you can type
window.location = '/r/xxx'
orwindow.location = '' (to open the home)
Somehow I'm unable to open the public room in mWeb chrome
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(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label 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-01-31.at.12.23.52.mov
Android: mWeb Chrome
iOS: Native
Screen.Recording.2024-01-31.at.12.16.54.mov
iOS: mWeb Safari
Screen.Recording.2024-01-31.at.12.18.04.mov
MacOS: Chrome / Safari
Screen.Recording.2024-01-31.at.12.22.05.mov
MacOS: Desktop
Screen.Recording.2024-01-31.at.12.34.45.mov