-
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
Correct the place to get the deep link and navigate #17566
Conversation
@stitesExpensify @eVoloshchak One of you needs to 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] |
@stitesExpensify @eVoloshchak could you help to review this PR when you have time? Thank you. |
Sure, reviewing in a couple of hours |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-04-19.at.20.27.06.movScreen.Recording.2023-04-20.at.00.46.49.movMobile Web - ChromeScreen_Recording_20230420-003909_Chrome.mp4Mobile Web - SafariScreen.Recording.2023-04-20.at.00.10.44.movDesktopScreen.Recording.2023-04-19.at.20.32.08.movScreen.Recording.2023-04-20.at.00.49.41.moviOSScreen.Recording.2023-04-20.at.00.07.25.movAndroidScreen.Recording.2023-04-20.at.00.30.02.mov |
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!
cc: @stitesExpensify
✋ 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/stitesExpensify in version: 1.3.4-0 🚀
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 1.3.4-0 🚀
|
Details
Fixed Issues
$ #16598
PROPOSAL: #16598 (comment)
Tests
Tests case 1: Verify it doesn't break what we implemented in previous PR
Prepare steps:
3.1. On web just paste the URL in the browser (i.e. http://localhost:8080/r/1242891003599332) and click on
open this link in your browser
3.2. On desktop also paste the URL in the browser but click on Open Electron from the alert dialog
3.3. On Android open the deep link from Terminal:
npx uri-scheme open new-expensify://r/1242891003599332 --android
3.4. On iOS also open the deep link from Terminal:
npx uri-scheme open new-expensify://r/1242891003599332 --ios
Test case 2: Verify it fixs current issue
Offline tests
Not related to offline mode, because we can't reload page when offline.
QA Steps
Same as above
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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
Screen.Recording.2023-04-18.at.17.48.04.-.web.-.1080.mp4
Mobile Web - Chrome
Screen.Recording.2023-04-18.at.22.11.04.-.android.chrome.-.1080.mp4
Mobile Web - Safari
Screen.Recording.2023-04-18.at.22.32.47.-.ios.safari.-.1080.mp4
Desktop
Screen.Recording.2023-04-18.at.18.13.04.-.desktop.-.1080.mp4
iOS
Screen.Recording.2023-04-18.at.22.29.26.-.ios-.1080.mp4
Android
Screen.Recording.2023-04-18.at.22.04.06.-.android.-.1080.mp4