Closed CyberAndrii closed 1 week ago
@abdulrahuman5196 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]
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and not onIconClick
).myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components using Avatar
have been tested & I retested again)/** comment above it */
this
properly so there are no scoping issues (i.e. for onClick={this.submit}
the method this.submit
should be bound to this
in the constructor)this
are necessary to be bound (i.e. avoid this.submit = this.submit.bind(this);
if this.submit
is never passed to a component event handler like onClick
)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG
)Avatar
is modified, I verified that Avatar
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 the Test
steps.@CyberAndrii for android "Send it to someone" works correctly for you? bcoz in my case I see the error for that expense though I don't see an error of network connection timeout in the logs.
@Pujan92 I did see it once while testing yesterday, but after closing and reopening the app it disappeared so I think maybe it didn't pick up new changes after switching branches. Works fine now
@blimpich can review this as they reviewed the original one.
:hand: This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release.
🚀 Cherry-picked to staging by https://github.com/Beamanator in version: 9.0.84-2 🚀
platform | result |
---|---|
🤖 android 🤖 | success ✅ |
🖥 desktop 🖥 | success ✅ |
🍎 iOS 🍎 | success ✅ |
🕸 web 🕸 | success ✅ |
🤖🔄 android HybridApp 🤖🔄 | success ✅ |
🍎🔄 iOS HybridApp 🍎🔄 | success ✅ |
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes.
@CyberAndrii Found issues on Android when validation the PR - issue https://github.com/Expensify/App/issues/55110, https://github.com/Expensify/App/issues/54967
https://github.com/Expensify/App/issues/55110 - seems to be already fixed by https://github.com/Expensify/App/pull/55117 https://github.com/Expensify/App/issues/54967 - also reproducible on production and is not related to what this PR is fixing
🚀 Deployed to production by https://github.com/mountiny in version: 9.0.84-7 🚀
platform | result |
---|---|
🤖 android 🤖 | true ❌ |
🖥 desktop 🖥 | failure ❌ |
🍎 iOS 🍎 | success ✅ |
🕸 web 🕸 | success ✅ |
🤖🔄 android HybridApp 🤖🔄 | failure ❌ |
🍎🔄 iOS HybridApp 🍎🔄 | success ✅ |
🚀 Deployed to production by https://github.com/mountiny in version: 9.0.84-7 🚀
platform | result |
---|---|
🤖 android 🤖 | true ❌ |
🖥 desktop 🖥 | success ✅ |
🍎 iOS 🍎 | success ✅ |
🕸 web 🕸 | success ✅ |
🤖🔄 android HybridApp 🤖🔄 | failure ❌ |
🍎🔄 iOS HybridApp 🍎🔄 | success ✅ |
Explanation of Change
Reverts removal of the
receipt
param inCategorizeTrackedExpense
andShareTrackedExpense
commands by https://github.com/Expensify/App/pull/54628. Turns out it is actually needed :smiley:Also adds
receipt instanceof Blob ? receipt : undefined
check similar to the original PR.Fixed Issues
$ https://github.com/Expensify/App/issues/55120 PROPOSAL:
Tests
Same as QA Steps
Offline tests
N/A
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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
https://github.com/user-attachments/assets/042d526b-eb0f-4292-9661-7c98abe3e23cAndroid: mWeb Chrome
https://github.com/user-attachments/assets/c96e5437-a4e6-47ab-99fd-e096376a0808iOS: Native
https://github.com/user-attachments/assets/5732bbdb-ef1a-47ae-b36f-c37ca14efd0diOS: mWeb Safari
https://github.com/user-attachments/assets/b5d18372-8c7f-4c68-bf64-4309e96bfeccMacOS: Chrome / Safari
https://github.com/user-attachments/assets/b85dc8a7-519c-4fc2-b55d-93b3fbde352fMacOS: Desktop
https://github.com/user-attachments/assets/dd0e03cd-5497-4556-b75f-3f8747b7cc40