-
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 demo page auto-route on signin #26512
Conversation
@cubuspl42 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] |
@Beamanator How urgent is this? |
@cubuspl42 - very urgent actually :D do you have time to test very soon? |
I don't have access to the issue. Is that an internal repo? Would you copy some details? |
True true, actually I believe @mountiny is available to jump in and push this forward |
Okey, so I see it this way: this flow is expected to work on its own, without explicit checks for the Onyx keys, which were meant for something else. But something broke and it's not. As the feature is related to the conference, we don't have time to look into the root cause, so we're applying this as a work-around. Do I get it right? |
Do you want to have this tested on all platforms, including deep links on mobile? |
Yeah you've got it 😅 We don't necessarily have time to pinpoint where the bug happened, so this little workaround should solve it - and yes we need to make sure deeplinks work on native since that'll be a pretty common flow |
But yeah it looks like @mountiny has done a bunch of testing already so I think we're good to go shortly 🙏 |
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.
Tests well
Reviewer Checklist
Screenshots/VideosHere is a video with relevant for web and both mWeb Screen.Recording.2023-09-02.at.03.21.39.mp4WebMobile Web - ChromeMobile Web - SafariDesktopiOSAndroid |
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.
Thanks!
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/mountiny in version: 1.3.62-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.3.62-4 🚀
|
Details
I'm guessing this stopped working due to this PR, but unconfirmed: https://github.com/Expensify/App/pull/22437/files
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/307946
Tests
/sbe
/sbe
, you see a spinner, and eventually a new workspace chat gets created & you're navigated to it/saastr
Offline tests
N/A
QA Steps
Same as above
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)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)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
Web
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android