Remove RequestCallPage and actions/Inbox#15718
Conversation
RequestCallPage and actions/Inbox
|
@neil-marcellini 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] |
neil-marcellini
left a comment
There was a problem hiding this comment.
Tests well, looks like you got rid of all code related to this page.
NAB: We could remove ValidationUtils.isPositiveInteger.
|
It would also be a good idea to note that you have to be signed in before testing this. |
|
Ya good point, I updated the test and QA steps. |
Reviewer Checklist
Screenshots/VideosMobile Web - SafariiOS-Safari.mp4DesktopN/A iOSN/A AndroidN/A |
|
✋ 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/neil-marcellini in version: 1.2.81-0 🚀
|
|
🚀 Deployed to production by https://github.com/roryabraham in version: 1.2.81-1 🚀
|


Details
Remove the
RequestCallPageand associated code that is no longer used.That page is already no longer accessible other than by directly navigating to the correct route, e.g.
/request-call/WorkspaceHome.Fixed Issues
(Internal) Part of https://github.com/Expensify/Expensify/issues/260940
Tests
On web/mweb:
Not testable on native & desktop
Offline tests
N/A
QA Steps
On web/mweb:
Not testable on native & desktop
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-03-07.at.11.09.29.AM.mov
Mobile Web - Safari
Screen.Recording.2023-03-07.at.11.02.33.AM.mov
Desktop
N/A
iOS
N/A
Android
N/A