[CP Staging] fix: wrap distance request inside scrollable view#26728
[CP Staging] fix: wrap distance request inside scrollable view#26728hayata-suenaga merged 1 commit intoExpensify:mainfrom
Conversation
|
@mananjadhav 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] |
Reviewer Checklist
Screenshots/VideosWeb26728-web.mp4Mobile Web - Chrome26728-android-chrome.mp4Mobile Web - Safari26728-ios-safari.mp4Desktop26728-desktop.mp4iOS26728-ios-app.mp4Android26728-android-app.mp4 |
|
@hayata-suenaga, completed. : ) |
|
thank you for thorough checking @ntdiary 👍 |
|
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
fix: wrap distance request inside scrollable view (cherry picked from commit f67bf9f)
|
🚀 Cherry-picked to staging by https://github.com/mountiny in version: 1.3.63-1 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.3.63-2 🚀
|
|
🚀 Deployed to staging by https://github.com/hayata-suenaga in version: 1.3.65-0 🚀
|
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.3.65-7 🚀
|


Details
This PR adds a wrapper ScrollView around the DistanceRequest page.
Fixed Issues
$ #26541
$ #26737
PROPOSAL: #26541 (comment)
Tests
Distance Request.Offline tests
N/A
QA Steps
Distance Request.PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)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
Web
Mobile Web - Chrome
Screen.Recording.2023-09-05.at.2.39.20.AM.mov
Mobile Web - Safari
Screen.Recording.2023-09-05.at.2.38.31.AM.mov
Desktop
Screen.Recording.2023-09-05.at.2.42.00.AM.mov
iOS
Screen.Recording.2023-09-05.at.2.41.19.AM.mov
Android
Screen.Recording.2023-09-05.at.2.40.38.AM.mov