-
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
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? |
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.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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
pendingAction={props.draftMessage ? null : props.action.pendingAction} |
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.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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? |
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.
LGTM
report={props.report} | ||
shouldShowHorizontalRule={!props.shouldHideThreadDividerLine} | ||
/> | ||
<OfflineWithFeedback pendingAction={props.action.pendingAction}> |
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.
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 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-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