Open IuliiaHerets opened 1 month ago
Triggered auto assignment to @kadiealexander (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 @grgia (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:
cc @dangrous @rushatgabhane @allgandalf looks related to https://github.com/Expensify/App/pull/47984
Pre-req: be on copilot beta.
I think this can be demoted.
But please address before removing the beta?
@rushatgabhane can you put up a PR for this one? Would be great to get it sorted by the end of the week!
@rushatgabhane do you have time for this one or should we open it up? We just have to rejigger this section I think, probably including the windowHeight
and adding a Math.min()
in there in some way. I think there's also some left/right wonkiness that we should look at.
I realize you took this code from some other places in the app that use similar behavior but for whatever reason it doesn't seem to fit here (maybe doesn't there either, who knows).
not overdue, waiting for @rushatgabhane 🙇
The bottom line of the pop-up modal is not visible
The problem is with anchorPositionRight
:
https://github.com/Expensify/App/blob/a8e1b1365335eb9a592024e52eaa6684a12360b8/src/pages/settings/Security/SecuritySettingsPage.tsx#L74-L80
Here the wrong size is calculated for the right position.
We should update the anchorposition calculation:
Here instead of right we should calculate for the left anchor position, we should also define anchorPositionLeft
and give it a custom value of 339
setAnchorPosition({
anchorPositionLeft: position.x + 339,
});
<Popover
anchorPosition={{
top: anchorPosition.anchorPositionTop,
left: anchorPosition.anchorPositionLeft,
}}
bump @rushatgabhane - is this something you can handle or should we open up for contributors?
let me give it a try
PR for the fix here - https://github.com/Expensify/App/pull/51204
Reassigning for someone to handle payment as I'm OOO for the next two weeks.
Triggered auto assignment to @slafortune (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.
@dangrous, @slafortune, @rushatgabhane, @allgandalf Uh oh! This issue is overdue by 2 days. Don't forget to update your issues!
PR in review! we just have one improvement to make to the design (coloring the icon) and then we'll be good to merge
@dangrous, @slafortune, @rushatgabhane, @allgandalf Huh... This is 4 days overdue. Who can take care of this?
@dangrous, @slafortune, @rushatgabhane, @allgandalf Still overdue 6 days?! Let's take care of this!
PR in revierw
Lets make it weekly until the PR hits production @dangrous
@dangrous, @slafortune, @rushatgabhane, @allgandalf Uh oh! This issue is overdue by 2 days. Don't forget to update your issues!
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.49-0 Reproducible in staging?: Y Reproducible in production?: N/A - new feature, doesn't exist in prod Email or phone of affected tester (no customers): applausetester+kh081006@applause.expensifail.com Issue reported by: Applause Internal Team
Action Performed:
Expected Result:
The bottom line of the pop-up modal should be visible.
Actual Result:
The bottom line of the pop-up modal is not visible. This issue is not reproducible when the display is very zoomed out (wide screen).
Workaround:
Unknown
Platforms:
Screenshots/Videos
https://github.com/user-attachments/assets/13d79c9d-8f57-4cee-a25a-e2c21a2dd625
View all open jobs on GitHub
Issue Owner
Current Issue Owner: @grgia