-
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 2023-06-02] [$1000] Inconsistent spacing between amount and tick mark #19049
Comments
Triggered auto assignment to @Christinadobrzyn ( |
Bug0 Triage Checklist (Main S/O)
|
ProposalPlease re-state the problem that we are trying to solve in this issue.Inconsistent spacing between amount and tick mark What is the root cause of that problem?In the first place, we surround the icon with in the first place App/src/components/ReportActionItem/IOUPreview.js Lines 209 to 214 in f013fe2
in the second place App/src/components/ReportActionItem/ReportPreview.js Lines 123 to 127 in f013fe2
Lines 2415 to 2418 in f013fe2
What changes do you think we should make in order to solve the problem?Surround icon in the second place with <View style={styles.iouPreviewBoxCheckmark}>
</View> What alternative solutions did you explore? (Optional)N/A |
ProposalPlease re-state the problem that we are trying to solve in this issue.Inconsistent spacing between amount and tick mark What is the root cause of that problem?We are passing style to the Icon component in here:
But inside Icon component we don't have style props, so we don't see any margin here.
What changes do you think we should make in order to solve the problem?In stead of using <Icon
// we should use additionalStyles instead of style here, we can use iouPreviewBoxCheckmark styles or ml1.
additionalStyles={[styles. iouPreviewBoxCheckmark]}
src={Expensicons.Checkmark}
fill={themeColors.iconSuccessFill}
/> What alternative solutions did you explore? (Optional)None |
This seems to just be affecting the browser - I don't see the same padding issues on the other devices. Making External |
Job added to Upwork: https://www.upwork.com/jobs/~0172355caaa1314f42 |
Current assignee @Christinadobrzyn is eligible for the External assigner, not assigning anyone new. |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @Santhosh-Sellavel ( |
Triggered auto assignment to @jasperhuangg ( |
Hey @ahmedGaber93 Please make sure to wait until the job is in Upwork before adding a proposal to the GH. |
I think if you change code like this, the bug will disappear current : Is it easy, right ? |
📣 @lobcare! 📣
|
Thanks @Christinadobrzyn.
|
Hey @lobcare, please follow the proposal template: https://github.com/Expensify/App/blob/main/contributingGuides/PROPOSAL_TEMPLATE.md |
📣 @ahmedGaber93 You have been assigned to this job by @jasperhuangg! |
Thanks @jasperhuangg for the Review! @ahmedGaber93 Let us know when is PR is ready for Review! |
@Santhosh-Sellavel PR is ready for review. |
I like finding bugs
So I made PR yesterday
But you need my upwork account
I don't have it
In this case, what should I do?
Thanks.
…On Thu, May 18, 2023 at 5:08 PM ahmedGaber93 ***@***.***> wrote:
@Santhosh-Sellavel <https://github.com/Santhosh-Sellavel> PR
<#19222> is ready for review.
—
Reply to this email directly, view it on GitHub
<#19049 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6N2ACDMIG7XGFPIO32R36LXG2MWJANCNFSM6AAAAAAYD7EEKY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@lobcare Post your questions on the channel, so people will address your queries. |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.18-2 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 2023-06-02. 🎊 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.
As a reminder, here are the bonuses/penalties that should be applied for any External 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:
|
Hired in Upwork - https://www.upwork.com/jobs/~0172355caaa1314f42
@Santhosh-Sellavel what do you think of a regression test for this? |
Not needed here as it's a small UI polish cc: @jasperhuangg |
|
Hi, Santhosh
It's me Jack and a new member of Expensify Slack Channel.
Actually I have some problems contributing to Expensify.
I don't have my upwork account now because it is blocked.
I know once it is blocked I can't recover it.
And then I don't know exactly how to work for Expensify as a guest.
If possible, kindly teach me.
If possible, I wanna collaborate with you.
I think I would be helpful to you.
I am waiting for your reply.
Thanks a lot for taking your time.
Best regards.
Jack
…On Fri, May 19, 2023 at 5:41 AM Santhosh Sellavel ***@***.***> wrote:
Thanks @jasperhuangg <https://github.com/jasperhuangg> for the Review!
@ahmedGaber93 <https://github.com/ahmedGaber93> Let us know when is PR is
ready for Review!
—
Reply to this email directly, view it on GitHub
<#19049 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6N2ACFLVNZ6ASQYG6AU6T3XG2CPLANCNFSM6AAAAAAYD7EEKY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@lobcare I've already replied here. Further queries post your questions on channel |
Ready for payment but there are some additional convos on the PR - @Santhosh-Sellavel @luacmartins can you confirm if this can be paid or if we're working on something else first? Do we need a regression test for this? |
@Christinadobrzyn yes, we can pay that one. We're addressing those in a separate issue. |
Awesome! Thanks for confirming @luacmartins Looks like this isn't eligible for a speed bonus (PR created May 18th - merged May 23rd) Paid in Upwork based on this - #19049 (comment) Let me know about any regression tests! |
|
We are good to close this! |
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:
Expected Result:
There should be a spacing between the amount and the tick mark
Actual Result:
There is no space between the amount and the tick mark
Workaround:
Can the user still use Expensify without this being fixed? Have you informed them of the workaround?
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.3.14-10
Reproducible in staging?: y
Reproducible in production?: y
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
Notes/Photos/Videos: Any additional supporting documentation
2023-05-15.12.32.12.mp4
Expensify/Expensify Issue URL:
Issue reported by: @Nathan-Mulugeta
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1684143189663259
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: