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

The Expensify user profile picture has black negative space around it. #43607

Closed
1 of 6 tasks
m-natarajan opened this issue Jun 12, 2024 · 7 comments
Closed
1 of 6 tasks
Assignees
Labels
Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2 Internal Requires API changes or must be handled by Expensify staff

Comments

@m-natarajan
Copy link

If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!


Version Number: 1.4.82-1
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
Expensify/Expensify Issue URL:
Issue reported by: @shawnborton
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1718200066253569

Action Performed:

  1. Open app
  2. Search for Expensify user
  3. Click on the image to see in the larger view

Expected Result:

The image should be square image like all other profile picture

Actual Result:

Has a black negative space around it

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

Snip - (7) New Expensify - Google Chrome

View all open jobs on GitHub

@m-natarajan m-natarajan added Daily KSv2 Bug Something is broken. Auto assigns a BugZero manager. labels Jun 12, 2024
Copy link

melvin-bot bot commented Jun 12, 2024

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

@francoisl francoisl self-assigned this Jun 12, 2024
@francoisl francoisl added the Internal Requires API changes or must be handled by Expensify staff label Jun 12, 2024
@francoisl
Copy link
Contributor

Can't update via supportal, we'll need to run a CQ to set the new avatar.

Buddy-check and run:

update nameValuePairs set value = json_replace(value, '$.avatar', 'https://d2k5nsl2zxldvw.cloudfront.net/images/expensify-iconmark-avatar-square.png') where accountID = 11665625 and name = 'expensify_personalDetails';

@NikkiWines
Copy link
Contributor

image

Query looks good 👍

@francoisl
Copy link
Contributor

Would you be able to run it too please?

@NikkiWines
Copy link
Contributor

Sure, done!

CustomQuery
query: update nameValuePairs set value = json_replace(value, '$.avatar', 'https://d2k5nsl2zxldvw.cloudfront.net/images/expensify-iconmark-avatar-square.png') where accountID = 11665625 and name = 'expensify_personalDetails';
password: XXXXXXXX
reason: https://github.com/Expensify/App/issues/43607
connection: close
Execute? (ctrl-c to cancel)
200 OK
commitCount: 23694110961
Connection: close
nodeName: auth.db1.sjc
peekTime: 21
processTime: 634
requestID: mmkaxT
totalTime: 1114
unaccountedTime: 317
Content-Length: 2

@NikkiWines
Copy link
Contributor

This is fixed!

@shawnborton
Copy link
Contributor

Awesome, thanks everyone!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2 Internal Requires API changes or must be handled by Expensify staff
Projects
None yet
Development

No branches or pull requests

5 participants