add-offline-pattern-to-task-view#24056
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] |
|
@mananjadhav This PR is small and simple, could you help to review? |
mananjadhav
left a comment
There was a problem hiding this comment.
Change looks good, I'll test these tonight.
| report={props.report} | ||
| shouldShowHorizontalRule={!props.shouldHideThreadDividerLine} | ||
| /> | ||
| <OfflineWithFeedback pendingAction={props.action.pendingAction}> |
There was a problem hiding this comment.
@grgia We use this condition for setting pendingAction. Does it make sense to add here too.
App/src/pages/home/report/ReportActionItem.js
Line 535 in c9df4db
There was a problem hiding this comment.
For more information, the first message of Task Report and Money Report is displayed by TaskView and MoneyRequestView Component. So that TaskView and MoneyRequestView seem like a report action (first report action)
There was a problem hiding this comment.
I don't think we need to do that because they can't be edited. This is the PR where we added that #12426
Reviewer Checklist
Screenshots/VideosWebweb-offline-task-report_y5TONdRc.mp4Mobile Web - Chromemweb-chrome-offline-money-report.movmweb-chrome-offline-task-report.movMobile Web - Safarimweb-safari-offline-task-report.movDesktopdesktop-offline-money-report.movdesktop-offline-task-report.moviOSios-offline-task-report.movAndroidandroid-offline-task-report.mov |
|
@grgia All yours. |
|
@grgia Bump, Could you help to review this PR? |
|
@grgia Quick bump |
|
@mananjadhav It seems @grgia is OOO in this week for camping. How I can move forward this PR? |
| report={props.report} | ||
| shouldShowHorizontalRule={!props.shouldHideThreadDividerLine} | ||
| /> | ||
| <OfflineWithFeedback pendingAction={props.action.pendingAction}> |
There was a problem hiding this comment.
I don't think we need to do that because they can't be edited. This is the PR where we added that #12426
|
✋ 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.54-0 🚀
|
1 similar comment
|
🚀 Deployed to staging by https://github.com/stitesExpensify in version: 1.3.54-0 🚀
|
|
🚀 Deployed to production by https://github.com/yuwenmemon in version: 1.3.54-13 🚀
|
Details
We need to wrap TaskView and MoneyReportView by OfflineWithFeedback to apply offline pattern to these components
Fixed Issues
$ #23893
PROPOSAL: #23893 (comment)
Tests
Offline tests
Same above
QA Steps
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
Web
Screen.Recording.2023-08-02.at.21.56.57.mp4
Mobile Web - Chrome
Screen.Recording.2023-08-02.at.22.08.50.mp4
Mobile Web - Safari
Screen.Recording.2023-08-02.at.22.01.37.mp4
Desktop
Screen.Recording.2023-08-02.at.22.06.15.mp4
iOS
Screen.Recording.2023-08-02.at.22.21.16.mp4
Android
Screen.Recording.2023-08-04.at.10.58.03.mp4