Closed IuliiaHerets closed 1 day ago
Triggered auto assignment to @stephanieelliott (Bug
), see https://stackoverflow.com/c/expensify/questions/14418 for more details. Please add this bug to a GH project, as outlined in the SO.
Triggered auto assignment to @MariaHCD (DeployBlockerCash
), see https://stackoverflowteams.com/c/expensify/questions/9980/ for more details.
💬 A slack conversation has been started in #expensify-open-source
: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:
Offending PR https://github.com/Expensify/App/pull/54771
Control plan modal does not have bottom padding
The issue arises because both cards are styled to have the same overall height. However, the Collect card has 7 benefits, which fully utilize the available height, leaving no remaining space at the bottom. On the other hand, the Control card has 6 benefits, resulting in unused vertical space that display as additional bottom padding, creating an inconsistent appearance between the two cards.
here https://github.com/Expensify/App/blob/4491e856b1692cdae4379d875713efc8429e1fc6/src/pages/settings/Subscription/SubscriptionPlan/SubscriptionPlanCard.tsx#L35 We can modify the condition to include multiple styles by wrapping them in an array, like this:
index === 0 && [styles.mr3, styles.pb6]
This ensures that both styles.mr3
and styles.pb6
are applied when index === 0
.
N/A
Treating this as a regression from https://github.com/Expensify/App/pull/54771
Assigning the author and C+ from that PR
⚠️ Looks like this issue was linked to a Deploy Blocker here
If you are the assigned CME please investigate whether the linked PR caused a regression and leave a comment with the results.
If a regression has occurred and you are the assigned CM follow the instructions here.
If this regression could have been avoided please consider also proposing a recommendation to the PR checklist so that we can avoid it in the future.
fwiw, I don't think this needs to block any deploy
Reviewing
label has been removed, please complete the "BugZero Checklist".
The solution for this issue has been :rocket: deployed to production :rocket: in version 9.0.84-7 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 2025-01-21. :confetti_ball:
For reference, here are some details about the assignees on this issue:
@jayeshmangwani / @DylanDylann @stephanieelliott @jayeshmangwani / @DylanDylann The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed. Please copy/paste the BugZero Checklist from here into a new comment on this GH and complete it. If you have the K2 extension, you can simply click: [this button]
The solution for this issue has been :rocket: deployed to production :rocket: in version 9.0.85-4 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 2025-01-22. :confetti_ball:
For reference, here are some details about the assignees on this issue:
@jayeshmangwani / @DylanDylann @stephanieelliott @jayeshmangwani / @DylanDylann The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed. Please copy/paste the BugZero Checklist from here into a new comment on this GH and complete it. If you have the K2 extension, you can simply click: [this button]
IMO, the BugZero Checklist is not needed here. This was a deploy blocker coming from the PR https://github.com/Expensify/App/pull/54771 for a new feature, and the padding was overlooked
[Upwork Job]()
Let's close this one
@MariaHCD, @stephanieelliott, @jayeshmangwani, @DylanDylann Whoops! This issue is 2 days overdue. Let's get this updated quick!
Closing this out as it was a deploy blocker arising from another PR
https://github.com/Expensify/App/issues/55113#issuecomment-2600979181
Thanks, all!
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: 9.0.84-0 Reproducible in staging?: Yes Reproducible in production?: No If this was caught during regression testing, add the test name, ID and link from TestRail: Exp Email or phone of affected tester (no customers): applausetester+010108kh@applause.expensifail.com Issue reported by: Applause Internal Team Device used: iPhone 15 Pro Max / iOS 18.2 App Component: Other
Action Performed:
Expected Result:
Control plan modal will have bottom padding.
Actual Result:
Control plan modal does not have bottom padding on mweb.
Workaround:
Unknown
Platforms:
Screenshots/Videos
https://github.com/user-attachments/assets/398764b3-955e-4260-98c7-36ec8aadb68c
View all open jobs on GitHub
Issue Owner
Current Issue Owner: @stephanieelliott