-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[HOLD for payment 2022-05-02] [$250] Close account - Unnecessary extra vertical margin above the pop up message when tapping close account #8404
Comments
Triggered auto assignment to @marcaaron ( |
Proposal:
|
ProposalWe aren't using any title for this modal and we have some margin at bottom for the title that's why there's extra space. App/src/pages/settings/Security/CloseAccountPage.js Lines 113 to 114 in 50496a0
if we use this code there won't be any extra space when there's no title. {!_.isEmpty(props.title) && (
<View style={[styles.flexRow, styles.mb4]}>
<Header title={props.title} />
</View>
)} Also the title is required here - App/src/components/ConfirmContent.js Lines 11 to 13 in 50496a0
There can be other modals in future that won't need a title so if we want we can make it optional by removing |
Triggered auto assignment to @mallenexpensify ( |
LGTM. I updated the title so the issue would be more clear. I thought it was referring to a white space character and not extra vertical margin. |
Looks like the same issue but in a different modal in my opinion - @mallenexpensify I think you can go ahead with closing the other issue and editing this one |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @rushatgabhane ( |
Triggered auto assignment to @stitesExpensify ( |
ah... interesting, since I'm the CM assigned and also on the marketing team, I stay assigned for waiting for copy (not surprised but haven't had it happen before). I like "Unable to close account" and think it will fit. Without involving our design team, is there an easy way to find out? |
Yeah it should be trivial to toss that in there 😄 Let's go ahead and hire @sobitneupane and they can take care of it |
📣 @sobitneupane You have been assigned to this job by @stitesExpensify! |
@mallenexpensify Thanks, let's go with it then.
If you access to the design (figma) files. You could find out if it fits. |
Spanish translation: |
Applied for the job. |
Everyone is hired in Upwork! |
Not overdue |
PR is now merged |
@mallenexpensify, @sobitneupane, @rushatgabhane, @stitesExpensify Whoops! This issue is 2 days overdue. Let's get this updated quick! |
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.1.56-0 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2022-05-02. 🎊 |
Issue not reproducible during KI retests. (First week) |
I'm out Mon/Tues so I paid $250 ea today to @Tushu17 , @sobitneupane and @rushatgabhane |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Action Performed:
on New dot.
Expected Result:
Normal space between border and message in popup after tap close account
Actual Result:
Too much space in popup message after tap close account
Workaround:
Visual
Platform:
Where is this issue occurring?
Version Number: 1.1.49.0
Reproducible in staging?: Y
Reproducible in production?: Y
Email or phone of affected tester (no customers): kbecciv+2002@gmail.com / Feya86Katya
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos:
Expensify/Expensify Issue URL:
Issue reported by: Applause @Tushu17
Slack conversation: https://expensify.slack.com/archives/C01GTK53T8Q/p1648072472591519
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: