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-08-29] [$125] Start chat - Add to group button has same color as background #44796

Closed
6 tasks done
m-natarajan opened this issue Jul 4, 2024 · 52 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

Comments

@m-natarajan
Copy link

m-natarajan commented Jul 4, 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: 9.0.4.0
Reproducible in staging?: y
Reproducible in production?: n
If this was caught during regression testing, add the test name, ID and link from TestRail: n/a
Email or phone of affected tester (no customers):
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 FAB > Start chat.
  3. Search for a user.

Expected Result:

Add to group button will have distinctive color than the background when highlighted and not hovered.

Actual Result:

Add to group button has the same color as the background when highlighted and not hovered.

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?

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

Screenshots/Videos

Bug6532497_1720042215539.add_group.mp4

View all open jobs on GitHub

Upwork Automation - Do Not Edit
  • Upwork Job URL: https://www.upwork.com/jobs/~01252a470389048ef6
  • Upwork Job ID: 1809050228518754499
  • Last Price Increase: 2024-07-05
  • Automatic offers:
    • c3024 | Reviewer | 103042565
Issue OwnerCurrent Issue Owner: @miljakljajic
@m-natarajan m-natarajan added DeployBlockerCash This issue or pull request should block deployment Daily KSv2 Bug Something is broken. Auto assigns a BugZero manager. DeployBlocker Indicates it should block deploying the API labels Jul 4, 2024
Copy link

melvin-bot bot commented Jul 4, 2024

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

Copy link

melvin-bot bot commented Jul 4, 2024

Triggered auto assignment to @miljakljajic (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.

Copy link
Contributor

github-actions bot commented Jul 4, 2024

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

@m-natarajan
Copy link
Author

@miljakljajic FYI I haven't added the External label as I wasn't 100% sure about this issue. Please take a look and add the label if you agree it's a bug and can be handled by external contributors

@m-natarajan
Copy link
Author

We think that this bug might be related to #vip-vsb

@gijoe0295
Copy link
Contributor

Regression from #43077:

backgroundColor: theme.activeComponentBG,

@Sparth19
Copy link

Sparth19 commented Jul 4, 2024

Proposal

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

  • Start chat --> add to group button has same color as background color when highlighted not hovered

What is the root cause of that problem?

  • The given style for the highlighted (focused) state has a different color than required.

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

  • We need to change the background color in the highlight state (i.e isFocused )
    wrapperStyle={[styles.flex1, styles.justifyContentBetween, styles.sidebarLinkInner, styles.userSelectNone, styles.peopleRow, isFocused && styles.sidebarLinkActive]}
wrapperStyle={[
              //other styles
               isFocused && [styles.sidebarLink, styles.buttonHoveredBG],
           ]}
  • With these changes, it will show the background color as specified in ND

Result

Screen.Recording.2024-07-04.at.10.40.52.AM.mov

What alternative solutions did you explore? (Optional)

@robertjchen robertjchen added Daily KSv2 External Added to denote the issue can be worked on by a contributor and removed DeployBlockerCash This issue or pull request should block deployment DeployBlocker Indicates it should block deploying the API Hourly KSv2 labels Jul 4, 2024
@melvin-bot melvin-bot bot changed the title Start chat - Add to group button has same color as background [$250] Start chat - Add to group button has same color as background Jul 5, 2024
Copy link

melvin-bot bot commented Jul 5, 2024

Job added to Upwork: https://www.upwork.com/jobs/~01252a470389048ef6

@melvin-bot melvin-bot bot added the Help Wanted Apply this label when an issue is open to proposals by contributors label Jul 5, 2024
Copy link

melvin-bot bot commented Jul 5, 2024

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

@robertjchen robertjchen changed the title [$250] Start chat - Add to group button has same color as background [$125] Start chat - Add to group button has same color as background Jul 5, 2024
Copy link

melvin-bot bot commented Jul 5, 2024

Upwork job price has been updated to $125

@dukenv0307
Copy link
Contributor

proposal from @dominictb LGTM

🎀👀🎀 C+ reviewed

Copy link

melvin-bot bot commented Aug 9, 2024

Current assignee @grgia is eligible for the choreEngineerContributorManagement assigner, not assigning anyone new.

@dukenv0307
Copy link
Contributor

@grgia What do you think about my decision above? Thanks

@grgia
Copy link
Contributor

grgia commented Aug 14, 2024

yep, assigning!

@melvin-bot melvin-bot bot added Reviewing Has a PR in review Weekly KSv2 Awaiting Payment Auto-added when associated PR is deployed to production and removed Weekly KSv2 labels Aug 15, 2024
@melvin-bot melvin-bot bot changed the title [$125] Start chat - Add to group button has same color as background [HOLD for payment 2024-08-29] [$125] Start chat - Add to group button has same color as background Aug 22, 2024
Copy link

melvin-bot bot commented Aug 22, 2024

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

@melvin-bot melvin-bot bot removed the Reviewing Has a PR in review label Aug 22, 2024
Copy link

melvin-bot bot commented Aug 22, 2024

The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.23-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 2024-08-29. 🎊

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

  • @dukenv0307 requires payment (Needs manual offer from BZ)
  • @dominictb requires payment (Needs manual offer from BZ)

Copy link

melvin-bot bot commented Aug 22, 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:

  • [@dukenv0307] The PR that introduced the bug has been identified. Link to the PR:
  • [@dukenv0307] 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:
  • [@dukenv0307] 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:
  • [@dukenv0307] Determine if we should create a regression test for this bug.
  • [@dukenv0307] 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.
  • [@miljakljajic] 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 Aug 28, 2024
@miljakljajic
Copy link
Contributor

issued @dukenv0307 an offer, and pinged @dominictb for their profile

@melvin-bot melvin-bot bot removed the Overdue label Aug 29, 2024
@dominictb
Copy link
Contributor

@miljakljajic I've replied with the profile link via Slack DM 👍

@miljakljajic
Copy link
Contributor

@dominictb has been paid - @dukenv0307 give me heads up when you've accepted and we'll wrap this one up.

@dukenv0307
Copy link
Contributor

@miljakljajic Accepted 🙏

Copy link

melvin-bot bot commented Aug 29, 2024

Payment Summary

Upwork Job

BugZero Checklist (@miljakljajic)

  • I have verified the correct assignees and roles are listed above and updated the neccesary manual offers
  • I have verified that there are no duplicate or incorrect contracts on Upwork for this job (https://www.upwork.com/ab/applicants/1809050228518754499/hired)
  • I have paid out the Upwork contracts or cancelled the ones that are incorrect
  • I have verified the payment summary above is correct

@melvin-bot melvin-bot bot added the Overdue label Sep 2, 2024
@miljakljajic
Copy link
Contributor

All contributors paid - closing out

@melvin-bot melvin-bot bot removed the Overdue label Sep 3, 2024
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
Projects
None yet
Development

No branches or pull requests