-
Notifications
You must be signed in to change notification settings - Fork 3k
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-10-23][$125] Send money - Avatars and names overlap in Send money report details page #29439
Comments
Triggered auto assignment to @dylanexpensify ( |
Bug0 Triage Checklist (Main S/O)
|
@hungvu193 It is not from my PR as it is also reproduced in the staging. My PR is not deployed to the staging yet. ![]() |
My bad. I fixed the issue by reverting your changes 😂 . Agreed this is not regression from your PR. |
ProposalPlease re-state the problem that we are trying to solve in this issue.Avatars and names overlap in Send money report details page. What is the root cause of that problem?We're using App/src/pages/ReportDetailsPage.js Lines 168 to 170 in 2c9c303
However we didn't have it here: Lines 1271 to 1286 in 2c9c303
It will lead to default case which didn't have the margin bottom which caused this issue. What changes do you think we should make in order to solve the problem?We should add the case for function getContainerStyles(size: string, isInReportAction = false): Array<ViewStyle | CSSProperties> {
let containerStyles: Array<ViewStyle | CSSProperties>;
switch (size) {
case CONST.AVATAR_SIZE.SMALL:
containerStyles = [styles.emptyAvatarSmall, styles.emptyAvatarMarginSmall];
break;
case CONST.AVATAR_SIZE.SMALLER:
containerStyles = [styles.emptyAvatarSmaller, styles.emptyAvatarMarginSmaller];
break;
case CONST.AVATAR_SIZE.MEDIUM:
containerStyles = [styles.emptyAvatarMedium, styles.emptyAvatarMargin];
break;
case CONST.AVATAR_SIZE.LARGE:
containerStyles = [styles.emptyAvatarLarge, styles.mb2, styles.mr2];
break;
default:
containerStyles = [styles.emptyAvatar, isInReportAction ? styles.emptyAvatarMarginChat : styles.emptyAvatarMargin];
}
return containerStyles;
} What alternative solutions did you explore? (Optional)N/A |
I see it is added here cc: @fedirjh Seems like a bad merge but not able to find out where it is missed 😅, would be great if someone helps what happened exactly in this history https://github.com/Expensify/App/commits/main/src/components/MultipleAvatars.js A simple way to fix this is by adding those lines back here in this PR. |
Job added to Upwork: https://www.upwork.com/jobs/~01bf850787ca824440 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @akinwale ( |
Upwork job price has been updated to $125 |
@hungvu193's proposal correctly identifies the source of the problem, and the recommended fix is straightforward. 🎀 👀 🎀 C+ reviewed. |
Triggered auto assignment to @joelbettner, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
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:
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.84-10 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-10-23. 🎊 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:
|
Deploy blocker, regression was clear and we have raised it above, no need for the checklist or special regression test, only payment to the bug reporter |
@dylanexpensify ready for payment |
@mountiny, @dylanexpensify Whoops! This issue is 2 days overdue. Let's get this updated quick! |
Waiting for payment |
on it now! |
done |
@dylanexpensify |
bump @dylanexpensify @mountiny Will it be better to just add this reporting bonus into some other job like this one. |
ah paying now! |
offer sent @aman-atg! |
Accepted the offer! |
done! |
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.3.83-1
Reproducible in staging?: Yes
Reproducible in production?: No
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: Applause - Internal Team/ @aman-atg
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1697098677979179
Action Performed:
Note that the avatars and names overlap in Send money details page
Expected Result:
The avatars and names do not overlap in Send money details page
Actual Result:
The avatars and names overlap in Send money details page
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
Bug6234355_1697113243739.20231012_194223.mp4
MacOS: Desktop
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: