-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Update to avoid sign in link if login data is unavailable #46314
Conversation
@DylanDylann 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] |
You ticked this checkbox, but I don't see that in your PR description ![]() This isn't the first time I've seen that. Please make sure that all videos are uploaded before marking the PR as ready |
This is a web-only feature, isn't it?
|
@ShridharGoel How about the website on mobile? On the native App, we still use deep link to test this case |
Will add, the offending PR didn't have mWeb screenshots, which made it seem that it's not needed for this feature. Edit: Updated. |
Not sure when else. Last time we worked on the tax decimals issue, where I had added a comment to clearly mention that Android video is missing because of a build issue. PR was marked ready then without the Android native video so that testing can be started from your side and it doesn't get delayed because of the build issue. Anyways, noted this thing, thanks. |
This is another PR: #45211 Please ensure that all videos are uploaded (as mentioned in your checklist) |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeScreen.Recording.2024-07-29.at.12.35.38.moviOS: NativeiOS: mWeb SafariScreen.Recording.2024-07-29.at.12.34.53.movMacOS: Chrome / SafariScreen.Recording.2024-07-29.at.11.55.17.movMacOS: DesktopScreen.Recording.2024-07-29.at.11.56.35.mov |
@marcochavezf I see another behavior on the native app when accessing by a deep link from email as mentioned here. Do you think we should leave it? Because the link from the email redirect to the website, not native app, users will not face to this on native app |
Shouldn't it auto log in? |
@ShridharGoel Even though that was a MacOS web issue only, we still need to check on all platforms and upload videos fully. |
We should open that page if the app is installed, so it will be better to keep the behavior consistent on all platforms. Why does that happen only in the native app and not on web? |
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.
Approving since the main issue is addressed and fixes a deploy blocker 👍🏽
Update to avoid sign in link if login data is unavailable (cherry picked from commit 8731bae)
✋ 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/luacmartins in version: 9.0.13-4 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
Confirmed this is fixed in staging |
🚀 Deployed to production by https://github.com/luacmartins in version: 9.0.13-4 🚀
|
Details
Update to avoid showing the direct sign in link if login data is unavailable - user needs to manually go and enter the email then.
Fixed Issues
$ #46307
PROPOSAL: #46307 (comment)
Test steps
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 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
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop