-
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
show onboarding modal for RHP signin from public rooms for new accounts #42820
show onboarding modal for RHP signin from public rooms for new accounts #42820
Conversation
Bump @rojiphil for review please |
Reviewer Checklist
Screenshots/VideosMacOS: Chrome / Safari42820-web-safari-001.mp4Android: Native42820-android-native-001.mp4Android: mWeb Chrome42820-mweb-chrome-001.mp4iOS: Native42820-ios-native-001.mp4iOS: mWeb Safari42820-mweb-safari-001.mp4MacOS: DesktopNA |
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. Tests well too and completed checklist
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
This PR is failing with existing bug #41500 which is not fixed. https://platform.utest.com/services/links/v1/internal/51740692?.mp4 |
I cannot access these links. Can you share the videos here? It might be failing due to backend response. |
videos are here 1718296011315.Video_de_WhatsApp_2024-06-13_a_las_11.26.08_4ab02f00.mp41718286533221.Recording__3189.mp41718286533210.Recording__3190.mp41718286014912.Recording__3188.mp4 |
🚀 Deployed to production by https://github.com/mountiny in version: 1.4.83-3 🚀
|
@kavimuru Thanks for the videos. |
I found that and this here App/src/libs/actions/Welcome.ts Line 33 in 75c104b
returns early. Backend should send So, I think this first needs a fix on backend. |
Thanks @c3024. I just checked and agree with the analysis. |
Brought this to slack here |
Details
Fixed Issues
$ #41500
PROPOSAL: #41500 (comment)
Tests
Sign In
button on the bottom rightOffline tests
NA
QA Steps
Same as
Tests
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
rhpOnboardingAndroid.mp4
Android: mWeb Chrome
rhpOnboardingAndroidmWeb.mp4
iOS: Native
rhpOnboardingiOS.mp4
iOS: mWeb Safari
rhpOnboardingiOSmWeb.mp4
MacOS: Chrome / Safari
rhpOnboard.mp4
MacOS: Desktop
NA
There is no support for deeplink for anonymous users on Desktop
App/src/libs/actions/App.ts
Lines 509 to 513 in d6faf52
App/src/components/DeeplinkWrapper/index.website.tsx
Lines 66 to 75 in d6faf52