Skip to content
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 2024-02-26] [$500] About - Footer text has no bottom margin #36444

Closed
3 of 6 tasks
izarutskaya opened this issue Feb 13, 2024 · 18 comments
Closed
3 of 6 tasks
Assignees
Labels
Awaiting Payment Auto-added when associated PR is deployed to production Bug Something is broken. Auto assigns a BugZero manager. Engineering External Added to denote the issue can be worked on by a contributor Help Wanted Apply this label when an issue is open to proposals by contributors Weekly KSv2

Comments

@izarutskaya
Copy link

izarutskaya commented Feb 13, 2024

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: v1.4.41-2
Reproducible in staging?: Y
Reproducible in production?: N
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: Applause-Internal Team
Slack conversation:

Action Performed:

  1. Go to staging.new.expensify.com
  2. Go to Profile.
  3. Go to About.
  4. Scroll to the bottom.

Expected Result:

The footer text will have bottom margin.

Actual Result:

The footer text has no bottom margin.

Workaround:

Unknown

Platforms:

Which of our officially supported platforms is this issue occurring on?

  • Android: Native
  • Android: mWeb Chrome
  • iOS: Native
  • iOS: mWeb Safari
  • MacOS: Chrome / Safari
  • MacOS: Desktop

Screenshots/Videos

Bug6378668_1707860652253!Screenshot_2024-02-14_at_03 27 03

View all open jobs on GitHub

Upwork Automation - Do Not Edit
  • Upwork Job URL: https://www.upwork.com/jobs/~01a30c2684f91e84c5
  • Upwork Job ID: 1757533717180780544
  • Last Price Increase: 2024-02-13
@izarutskaya izarutskaya added DeployBlockerCash This issue or pull request should block deployment External Added to denote the issue can be worked on by a contributor Daily KSv2 Bug Something is broken. Auto assigns a BugZero manager. labels Feb 13, 2024
Copy link

melvin-bot bot commented Feb 13, 2024

Job added to Upwork: https://www.upwork.com/jobs/~01a30c2684f91e84c5

@melvin-bot melvin-bot bot changed the title About - Footer text has no bottom margin [$500] About - Footer text has no bottom margin Feb 13, 2024
@melvin-bot melvin-bot bot added the Help Wanted Apply this label when an issue is open to proposals by contributors label Feb 13, 2024
Copy link

melvin-bot bot commented Feb 13, 2024

Triggered auto assignment to Contributor-plus team member for initial proposal review - @hoangzinh (External)

Copy link

melvin-bot bot commented Feb 13, 2024

Triggered auto assignment to @CortneyOfstad (Bug), see https://stackoverflow.com/c/expensify/questions/14418 for more details.

@github-actions github-actions bot added Engineering Hourly KSv2 and removed Daily KSv2 labels Feb 13, 2024
Copy link
Contributor

👋 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:

  1. Identify the pull request that introduced this issue and revert it.
  2. Find someone who can quickly fix the issue.
  3. Fix the issue yourself.

Copy link

melvin-bot bot commented Feb 13, 2024

Triggered auto assignment to @tgolen (Engineering), see https://stackoverflowteams.com/c/expensify/questions/9980/ for more details.

@izarutskaya
Copy link
Author

We think that this bug might be related to #wave8-collect-admins
CC @zanyrenney

@abzokhattab
Copy link
Contributor

abzokhattab commented Feb 13, 2024

Proposal

Please re-state the problem that we are trying to solve in this issue.

About - Footer text has no bottom margin

What is the root cause of that problem?

the vertical padding was removed
in this PR #35672
image

and the Section component was introduced instead , where it uses marginBottom:20

however in the sidebar Footer we dont use the bottom margin:

<View style={[styles.sidebarFooter]}>

What changes do you think we should make in order to solve the problem?

we can add the bottom padding styles.mb5 which resolves to a bottom margin equals to 20 in the view styles

                <View style={[styles.sidebarFooter, styles.mb5]}>

or we can add it inside the sidebarFooter:

       sidebarFooter: {
            display: 'flex',
            justifyContent: 'center',
            width: '100%',
            paddingLeft: 20,
            marginBottom: 20,
        },

@tgolen
Copy link
Contributor

tgolen commented Feb 13, 2024

@kosmydel It looks like this is a bug from the PR #35672. Can you fix this, please?

@abzokhattab
Copy link
Contributor

abzokhattab commented Feb 13, 2024

Root Cause was updated ... the PR could be ready once assigned.

@filip-solecki
Copy link
Contributor

Hi! I am Filip from SWM an expert agency and I will work on this as I was working also on updating Account Settings

@melvin-bot melvin-bot bot added the Reviewing Has a PR in review label Feb 14, 2024
@melvin-bot melvin-bot bot added Weekly KSv2 and removed Hourly KSv2 labels Feb 14, 2024
@mountiny
Copy link
Contributor

mountiny commented Feb 14, 2024

I think @s77rt should help with the review as C+ on the PR https://expensify.slack.com/archives/C02NK2DQWUX/p1707871824360899

@mountiny mountiny removed the DeployBlockerCash This issue or pull request should block deployment label Feb 14, 2024
@mountiny
Copy link
Contributor

this is fixed
image

@abzokhattab
Copy link
Contributor

sorry for mentioning you @mountiny, is this eligible for a partial award? the PR used the first solution mentioned in my proposal. thanks again for your understanding

@mountiny
Copy link
Contributor

Ah thanks for the ping. I do think this was very simple solution so that feels like we could skip the partial reward. I would say we look at that as a form of "how much time it saved us" when fixing the issue. In this case it was quite easy so probably very little.

@melvin-bot melvin-bot bot added Weekly KSv2 Awaiting Payment Auto-added when associated PR is deployed to production and removed Weekly KSv2 labels Feb 19, 2024
@melvin-bot melvin-bot bot changed the title [$500] About - Footer text has no bottom margin [HOLD for payment 2024-02-26] [$500] About - Footer text has no bottom margin Feb 19, 2024
@melvin-bot melvin-bot bot removed the Reviewing Has a PR in review label Feb 19, 2024
Copy link

melvin-bot bot commented Feb 19, 2024

Reviewing label has been removed, please complete the "BugZero Checklist".

Copy link

melvin-bot bot commented Feb 19, 2024

The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.42-5 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 2024-02-26. 🎊

For reference, here are some details about the assignees on this issue:

  • @hoangzinh requires payment (Needs manual offer from BZ)

Copy link

melvin-bot bot commented Feb 19, 2024

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:

  • [@hoangzinh] The PR that introduced the bug has been identified. Link to the PR:
  • [@hoangzinh] The offending PR has been commented on, pointing out the bug it caused and why, so the author and reviewers can learn from the mistake. Link to comment:
  • [@hoangzinh] A discussion in #expensify-bugs has been started about whether any other steps should be taken (e.g. updating the PR review checklist) in order to catch this type of bug sooner. Link to discussion:
  • [@hoangzinh] Determine if we should create a regression test for this bug.
  • [@hoangzinh] If we decide to create a regression test for the bug, please propose the regression test steps to ensure the same bug will not reach production again.
  • [@CortneyOfstad] Link the GH issue for creating/updating the regression test once above steps have been agreed upon:

@s77rt
Copy link
Contributor

s77rt commented Feb 22, 2024

  • The PR that introduced the bug has been identified: [Update Account Settings] Preferences, About, Security #35672
  • The offending PR has been commented on: Not needed. Since the author fixed the bug
  • A discussion in #expensify-bugs has been started: Not needed
  • Determine if we should create a regression test for this bug: No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting Payment Auto-added when associated PR is deployed to production Bug Something is broken. Auto assigns a BugZero manager. Engineering External Added to denote the issue can be worked on by a contributor Help Wanted Apply this label when an issue is open to proposals by contributors Weekly KSv2
Projects
None yet
Development

No branches or pull requests

8 participants