-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Fix transaction thread header is not grayed out when creating while offline #40270
Fix transaction thread header is not grayed out when creating while offline #40270
Conversation
@hoangzinh 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] |
Additional video showing the fix works for track expense transaction thread too. Screen.Recording.2024-04-16.at.13.29.16.mov |
Thanks @bernhardoj I will try to review this PR tomorrow |
@bernhardoj After I do step 4 in your testing steps, I got infinite-loading page. Do you have same experience as me? Screen.Recording.2024-04-19.at.17.50.27.mov |
No infinite loading on me. Screen.Recording.2024-04-19.at.22.42.16.movI just merged with main btw. |
You're right, it's my bad data issue. Re-login solved everything |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-04-19.at.22.36.21.android.movAndroid: mWeb ChromeScreen.Recording.2024-04-19.at.22.33.49.android.chrome.moviOS: NativeScreen.Recording.2024-04-19.at.22.38.56.ios.moviOS: mWeb SafariScreen.Recording.2024-04-19.at.22.41.10.ios.safari.movMacOS: Chrome / SafariScreen.Recording.2024-04-19.at.22.28.44.web.movMacOS: DesktopScreen.Recording.2024-04-19.at.22.30.59.desktop.mov |
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
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 as well
✋ 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 production by https://github.com/mountiny in version: 1.4.64-6 🚀
|
Details
The transaction thread header isn't grayed out because we are not setting the pending fields, this PR fix it.
Fixed Issues
$ #39352
PROPOSAL: #39352 (comment)
Tests
Same as QA Steps
Offline tests
Same as QA Steps
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 methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.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
Android: Native
Screen.Recording.2024-04-16.at.13.26.47.mov
Android: mWeb Chrome
Screen.Recording.2024-04-16.at.13.32.26.mov
iOS: Native
Screen.Recording.2024-04-16.at.13.28.14.mov
iOS: mWeb Safari
Screen.Recording.2024-04-16.at.13.31.43.mov
MacOS: Chrome / Safari
Screen.Recording.2024-04-16.at.13.20.47.mov
MacOS: Desktop
Screen.Recording.2024-04-16.at.13.24.25.mov