Conversation
Deploying with
|
| Latest commit: |
6013550
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d13853a1.helpdot.pages.dev |
| Branch Preview URL: | https://neil-waypoint-ordering.helpdot.pages.dev |
| const {translate} = useLocalize(); | ||
| const {isOffline} = useNetwork(); | ||
| const {thumbnail} = TransactionUtils.hasReceipt(transaction) ? ReceiptUtils.getThumbnailAndImageURIs(transaction.receipt.source, transaction.filename) : {}; | ||
| const {thumbnail} = TransactionUtils.hasReceipt(transaction) ? ReceiptUtils.getThumbnailAndImageURIs(transaction) : {}; |
There was a problem hiding this comment.
Please pull main. I see that this was already fixed in #29863
There was a problem hiding this comment.
Ok, but I don't think that prevents you from reviewing right? Will you please review today?
|
Not sure what's happening but I am not able to submit distance request on latest main. Screen.Recording.2023-10-20.at.2.34.09.AM.movEdit: I confirmed that #27547 caused above regression. Commented there I tested after reverting that PR locally and confirmed working well |
Reviewer Checklist
Screenshots/VideosWebweb.movMobile Web - ChromeMobile Web - SafariDesktopiOSAndroid |
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
|
Thanks for helping me push this one through guys! |
|
🚀 Deployed to staging by https://github.com/grgia in version: 1.3.88-0 🚀
|
|
🚀 Deployed to production by https://github.com/chiragsalian in version: 1.3.88-11 🚀
|
Details
The changes here are pretty simple and are fixing things that worked before. First, when there were 10+ waypoints they would get out of order within
getValidWaypointsbecause we were sorting them as strings. That regression is described here. Second, the parameters of a function were changed without updating this use. That regression is noted here.Fixed Issues
$ #29621
PROPOSAL: N/A
Tests
Test waypoint ordering
Note: since it's a pain to enter all those waypoints here's a shortcut.
transactions_and copy the id numberOnyx update
Offline tests
QA Steps
Same as tests
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)myBool && <MyComponent />.src/languages/*files and using the translation methodWaiting for Copylabel for a copy review on the original GH to get the correct copy.STYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)/** comment above it */thisproperly so there are no scoping issues (i.e. foronClick={this.submit}the methodthis.submitshould be bound tothisin the constructor)thisare necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);ifthis.submitis never passed to a component event handler likeonClick)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG))Avataris modified, I verified thatAvataris working as expected in all cases)ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.Screenshots/Videos
I only tested on Mac web because the changes are very small and platform independent.
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
Online
web1080.mov
Offline
offline1080.mov
MacOS: Desktop