Closed lanitochka17 closed 10 months ago
:wave: Friendly reminder that deploy blockers are time-sensitive β± issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
Triggered auto assignment to @NikkiWines (Engineering
), see https://stackoverflow.com/c/expensify/questions/4319 for more details.
Delete contact method confirmation pop-up appears after slight delay https://github.com/Expensify/App/blob/2f7c2b2caa32002455165965d140230a38e3f18c/src/pages/settings/Profile/Contacts/ContactMethodDetailsPage.js#L222-L227
It is caused by this pr to display modal after keyboard is dismissed
We should do that only for touch screen https://github.com/Expensify/App/blob/2f7c2b2caa32002455165965d140230a38e3f18c/src/pages/settings/Profile/Contacts/ContactMethodDetailsPage.js#L222-L227 change it to
toggleDeleteModal(isOpen) {
if (canUseTouchScreen()) {
InteractionManager.runAfterInteractions(() => {
this.setState({isDeleteModalOpen: isOpen});
});
Keyboard.dismiss();
} else {
this.setState({isDeleteModalOpen: isOpen});
}
}
Hm... Is this a bug? We decided to run it after all interactions.
This seems to only occur when the contact method is unvalidated, which makes sense given @allroundexperts's and @FitseTLT's comments above. I do think it comes across a bit buggy and we should fix it. Especially if we're applying logic that only impacts touchscreen devices to all platforms
Anyway, @FitseTLT your solution looks good to me! Adding the relevant labels and assigning you π
Triggered auto assignment to @isabelastisser (Bug
), see https://stackoverflow.com/c/expensify/questions/14418 for more details.
Platforms
in OP are β
)Job added to Upwork: https://www.upwork.com/jobs/~016b88b71e8f06ec60
Triggered auto assignment to Contributor-plus team member for initial proposal review - @shubham1206agra (External
)
π£ @shubham1206agra π An offer has been automatically sent to your Upwork account for the Reviewer role π Thanks for contributing to the Expensify app!
π£ @FitseTLT π An offer has been automatically sent to your Upwork account for the Contributor role π Thanks for contributing to the Expensify app!
Offer link Upwork job Please accept the offer and leave a comment on the Github issue letting us know when we can expect a PR to be ready for review π§βπ» Keep in mind: Code of Conduct | Contributing π
@FitseTLT can you raise a PR quickly? So I can also start recording the videos also
K π
I think this should be handled as regression.
The correct flow would be:
cc: @mallenexpensify (as we were discussing this process recently)
@situchan above flow only applies only when the original author raised the PR without another proposal getting selected, and uses the solution from the proposal here
@FitseTLT, Can you publish the PR right now? You can complete the checklist later.
Reviewing
label has been removed, please complete the "BugZero Checklist".
The solution for this issue has been :rocket: deployed to production :rocket: in version 1.4.15-5 and is now subject to a 7-day regression period :calendar:. Here is the list of pull requests that resolve this issue:
If no regressions arise, payment will be issued on 2023-12-29. :confetti_ball:
After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
For reference, here are some details about the assignees on this issue:
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
The solution for this issue has been :rocket: deployed to production :rocket: in version 1.4.16-5 and is now subject to a 7-day regression period :calendar:. Here is the list of pull requests that resolve this issue:
If no regressions arise, payment will be issued on 2024-01-02. :confetti_ball:
After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
For reference, here are some details about the assignees on this issue:
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
Issue is ready for payment but no BZ is assigned. @puneetlath you are the lucky winner! Please verify the payment summary looks correct and complete the checklist. Thanks!
Hm, @isabelastisser is already assigned. Not sure why it added me, but going to remove myself.
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
Hey @shubham1206agra, please accept the offer in Upwork and I will process the payment. Thanks!
@isabelastisser Accepted
The payment was made in Upwork. All set!
@isabelastisser can you please post the amounts that were paid, to whom and their roles? I have this set at a TextExpander that I fill out each time.
Contributor: @ paid $ via Upwork Contributor+: @
@mallenexpensify
Contributor: @FitseTLT paid $500 via Upwork Contributor+: @shubham1206agra paid $500 via Upwork
If you havenβt already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: 1.4.15-4 Reproducible in staging?: Y Reproducible in production?: N If this was caught during regression testing, add the test name, ID and link from TestRail: Email or phone of affected tester (no customers): Logs: https://stackoverflow.com/c/expensify/questions/4856 Expensify/Expensify Issue URL: Issue reported by: Applause - internal Team Slack conversation:
Issue found when executing PR https://github.com/Expensify/App/pull/32901
Action Performed:
Expected Result:
Delete confirmation pop-up appears without delay
Actual Result:
Delete confirmation pop-up appears after slight delay.
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
https://github.com/Expensify/App/assets/78819774/8c192da0-4c1b-4ad3-928c-fb70085ba05b
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @isabelastisser