-
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
Better offline route fetching #25980
Conversation
I'm noticing that getting the route on iOS/mWeb is very slow but it does work |
I can review this since I'm already working on the linked PR. |
Nice nice, love to see it |
Lemme know when this gets off hold! |
I'm deploying today so should be ready later today - though the changes should be on staging already if you want to test with the staging server. The App changes are already done |
This comment was marked as off-topic.
This comment was marked as off-topic.
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-09-01.at.4.11.47.AM.movMobile Web - ChromeScreen.Recording.2023-09-01.at.4.28.53.AM.movMobile Web - SafariScreen.Recording.2023-09-01.at.4.23.25.AM.movDesktopScreen.Recording.2023-09-01.at.4.21.56.AM.moviOSScreen.Recording.2023-09-01.at.4.25.01.AM.movAndroidScreen.Recording.2023-09-01.at.4.31.14.AM.mov |
Removing the hold as @allroundexperts can start testing using the staging server |
@thienlnam The Map is still getting stuck sometimes. Screen.Recording.2023-09-01.at.4.15.24.AM.mov |
That's unrelated to the get route fetching though, I think that has to do with the access token though I agree we should fix that seperately |
For completeness sake, the steps to reproduce the issue I mentioned above are:
|
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.
Looks good!
@puneetlath 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] |
🎯 @allroundexperts, thanks for reviewing and testing this PR! 🎉 An E/App issue has been created to issue payment here: #26448. |
✋ 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/thienlnam in version: 1.3.62-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.3.62-4 🚀
|
Details
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/310081
PROPOSAL:
Tests
Offline tests
Same as above
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 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-08-30.at.4.14.03.PM.mov
Mobile Web - Chrome
Screen.Recording.2023-08-30.at.4.15.41.PM.mov
Mobile Web - Safari
Screen.Recording.2023-08-30.at.5.21.19.PM.mov
Desktop
Screen.Recording.2023-08-30.at.4.52.35.PM.mov
iOS
Screen.Recording.2023-08-30.at.5.05.19.PM.mov
Android
Uploading Screen Recording 2023-08-30 at 5.02.53 PM.mov…