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 2023-12-18] Web - Camera border color is different #28817

Closed
1 of 6 tasks
kbecciv opened this issue Oct 4, 2023 · 47 comments
Closed
1 of 6 tasks

[HOLD for payment 2023-12-18] Web - Camera border color is different #28817

kbecciv opened this issue Oct 4, 2023 · 47 comments
Assignees
Labels
Awaiting Payment Auto-added when associated PR is deployed to production Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2 Engineering Internal Requires API changes or must be handled by Expensify staff

Comments

@kbecciv
Copy link

kbecciv commented Oct 4, 2023

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:

  1. Go to settings > profile
  2. Check the border color around the camera icon

Expected Result:

Border color should be match with background

Actual Result:

Border color is different

Workaround:

Unknown

Platforms:

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

  • Android / native
  • Android / Chrome
  • iOS / native
  • iOS / Safari
  • MacOS / Chrome / Safari
  • MacOS / Desktop

Version Number: 1.3.77.3
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

image

Screenshot 2023-09-15 at 10 14 21 AM

Expensify/Expensify Issue URL:
Issue reported by: @gadhiyamanan
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1694753216621329

View all open jobs on GitHub

Upwork Automation - Do Not Edit
  • Upwork Job URL: https://www.upwork.com/jobs/~0120fb4ad1be8bb18b
  • Upwork Job ID: 1709571217501925376
  • Last Price Increase: 2023-10-25
@kbecciv kbecciv added 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 Oct 4, 2023
@melvin-bot melvin-bot bot changed the title Web - Camera border color is different [$500] Web - Camera border color is different Oct 4, 2023
@melvin-bot
Copy link

melvin-bot bot commented Oct 4, 2023

Job added to Upwork: https://www.upwork.com/jobs/~0120fb4ad1be8bb18b

@melvin-bot
Copy link

melvin-bot bot commented Oct 4, 2023

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

@melvin-bot melvin-bot bot added the Help Wanted Apply this label when an issue is open to proposals by contributors label Oct 4, 2023
@melvin-bot
Copy link

melvin-bot bot commented Oct 4, 2023

Bug0 Triage Checklist (Main S/O)

  • This "bug" occurs on a supported platform (ensure Platforms in OP are ✅)
  • This bug is not a duplicate report (check E/App issues and #expensify-bugs)
    • If it is, comment with a link to the original report, close the issue and add any novel details to the original issue instead
  • This bug is reproducible using the reproduction steps in the OP. S/O
    • If the reproduction steps are clear and you're unable to reproduce the bug, check with the reporter and QA first, then close the issue.
    • If the reproduction steps aren't clear and you determine the correct steps, please update the OP.
  • This issue is filled out as thoroughly and clearly as possible
    • Pay special attention to the title, results, platforms where the bug occurs, and if the bug happens on staging/production.
  • I have reviewed and subscribed to the linked Slack conversation to ensure Slack/Github stay in sync

@melvin-bot
Copy link

melvin-bot bot commented Oct 4, 2023

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

@gadhiyamanan
Copy link
Contributor

Proposal

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

camera border color is different

What is the root cause of that problem?

We are using wrong borderColor

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

Change borderColor from textReversed to componentBG and also we can remove the unwanted prop color

App/src/styles/styles.js

Lines 2685 to 2695 in db4d85b

smallEditIcon: {
alignItems: 'center',
backgroundColor: theme.buttonHoveredBG,
borderColor: theme.textReversed,
borderRadius: 14,
borderWidth: 3,
color: theme.textReversed,
height: 28,
width: 28,
justifyContent: 'center',
},

@PiyushChandra17
Copy link

Proposal

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

Border color is different

What is the root cause of that problem?

We are using incorrect borderColor here,

borderColor: theme.textReversed,

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

Replace theme.textReversed with theme.appBG

smallEditIcon: {
        alignItems: 'center',
        backgroundColor: theme.buttonHoveredBG,
        borderColor: theme.appBG,
        borderRadius: 14,
        borderWidth: 3,
        color: theme.textReversed,
        height: 28,
        width: 28,
        justifyContent: 'center',
    }

What alternative solutions did you explore? (Optional)

NA

Result:

Screenshot 2023-10-05 at 12 20 14 AM

@teneeto
Copy link
Contributor

teneeto commented Oct 5, 2023

Hi, I'm Eto from Callstack - expert contributor group - and I would like to take a look at this issue.

@melvin-bot melvin-bot bot added the Overdue label Oct 9, 2023
@sobitneupane
Copy link
Contributor

Sorry for the delay.

I will try to review the proposals before EOD tomorrow (NPT).

@melvin-bot melvin-bot bot removed the Overdue label Oct 9, 2023
@sobitneupane
Copy link
Contributor

@anmurali Should we confirm with the Design team whether this is a bug or intended design?

Actual Result Expected Result
Screenshot 2023-10-10 at 17 41 58 Screenshot 2023-10-10 at 17 41 23
Screenshot 2023-10-10 at 17 42 32 Screenshot 2023-10-10 at 17 42 52

@melvin-bot
Copy link

melvin-bot bot commented Oct 11, 2023

📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸

@teneeto
Copy link
Contributor

teneeto commented Oct 12, 2023

@anmurali Should we confirm with the Design team whether this is a bug or intended design?

Actual Result Expected Result
Screenshot 2023-10-10 at 17 41 58 Screenshot 2023-10-10 at 17 41 23
Screenshot 2023-10-10 at 17 42 32 Screenshot 2023-10-10 at 17 42 52

@anmurali @sobitneupane Any updates ?

@melvin-bot melvin-bot bot added the Overdue label Oct 13, 2023
@PiyushChandra17
Copy link

@anmurali @sobitneupane Can you please review my proposal, I think theme.appBG should be the way to go because we just need to be consistent throughout the app (darkAppBackground). Thanks!

@melvin-bot
Copy link

melvin-bot bot commented Oct 16, 2023

@anmurali, @sobitneupane Eep! 4 days overdue now. Issues have feelings too...

@melvin-bot
Copy link

melvin-bot bot commented Oct 17, 2023

@anmurali, @sobitneupane Still overdue 6 days?! Let's take care of this!

@melvin-bot
Copy link

melvin-bot bot commented Oct 18, 2023

@anmurali @sobitneupane this issue was created 2 weeks ago. Are we close to approving a proposal? If not, what's blocking us from getting this issue assigned? Don't hesitate to create a thread in #expensify-open-source to align faster in real time. Thanks!

@melvin-bot
Copy link

melvin-bot bot commented Oct 18, 2023

📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸

@melvin-bot
Copy link

melvin-bot bot commented Oct 19, 2023

@anmurali, @sobitneupane Now this issue is 8 days overdue. Are you sure this should be a Daily? Feel free to change it!

@melvin-bot
Copy link

melvin-bot bot commented Oct 23, 2023

@anmurali, @sobitneupane 12 days overdue now... This issue's end is nigh!

@anmurali
Copy link

Asked here

@melvin-bot melvin-bot bot removed the Overdue label Oct 24, 2023
Copy link

melvin-bot bot commented Dec 11, 2023

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

Copy link

melvin-bot bot commented Dec 11, 2023

The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.10-1 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-12-18. 🎊

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.

  • External issue reporter
  • Contributor that fixed the issue
  • Contributor+ that helped on the issue and/or PR

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

Copy link

melvin-bot bot commented Dec 11, 2023

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:

  • [@sobitneupane] The PR that introduced the bug has been identified. Link to the PR:
  • [@sobitneupane] 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:
  • [@sobitneupane] 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:
  • [@sobitneupane] Determine if we should create a regression test for this bug.
  • [@sobitneupane] 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.
  • [@anmurali] Link the GH issue for creating/updating the regression test once above steps have been agreed upon:

@melvin-bot melvin-bot bot added Daily KSv2 Overdue and removed Weekly KSv2 labels Dec 18, 2023
@grgia
Copy link
Contributor

grgia commented Dec 20, 2023

@anmurali all that's required to close this one out is $500 C+ review payment to @sobitneupane

Copy link

melvin-bot bot commented Dec 26, 2023

@anmurali, @sobitneupane, @grgia Huh... This is 4 days overdue. Who can take care of this?

Copy link

melvin-bot bot commented Dec 28, 2023

@anmurali, @sobitneupane, @grgia 6 days overdue. This is scarier than being forced to listen to Vogon poetry!

Copy link

melvin-bot bot commented Jan 1, 2024

@anmurali, @sobitneupane, @grgia 10 days overdue. Is anyone even seeing these? Hello?

Copy link

melvin-bot bot commented Jan 1, 2024

@anmurali, @sobitneupane, @grgia 10 days overdue. I'm getting more depressed than Marvin.

@grgia grgia closed this as completed Jan 2, 2024
@melvin-bot melvin-bot bot removed the Overdue label Jan 2, 2024
@gadhiyamanan
Copy link
Contributor

@grgia reporting bonus is pending , can you reopen the issue ...

@JmillsExpensify
Copy link

$500 approved for @sobitneupane based on this comment. Also re-opening for BZ to settle the comment above.

@anmurali
Copy link

Offer for @mananjadhav for reporting bonus
@mananjadhav can you please update here when you accept? I am adding a BZ backup as I will be OOO

@anmurali anmurali removed their assignment Feb 16, 2024
@anmurali anmurali added Bug Something is broken. Auto assigns a BugZero manager. and removed Bug Something is broken. Auto assigns a BugZero manager. labels Feb 16, 2024
Copy link

melvin-bot bot commented Feb 16, 2024

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

@mananjadhav
Copy link
Collaborator

@anmurali The offer needs to be sent to @gadhiyamanan.

@MitchExpensify
Copy link
Contributor

The offer is indeed for @gadhiyamanan, thanks for the heads up though @mananjadhav! Please let me know when you have accepted @gadhiyamanan 🙇

@gadhiyamanan
Copy link
Contributor

@MitchExpensify offer accepted, thanks!

@MitchExpensify
Copy link
Contributor

Paid! Thanks

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. Daily KSv2 Engineering Internal Requires API changes or must be handled by Expensify staff
Projects
No open projects
Development

No branches or pull requests

10 participants