-
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
Avatars are cut to the side on 'Add message' page when user invites more than 12 user a time #23605
Comments
ProposalPlease re-state the problem that we are trying to solve in this issue.Avataras are cut to the side on 'Add message' page when user invites more than 12 user a time What is the root cause of that problem?The width of App/src/components/MultipleAvatars.js Lines 159 to 160 in ecf0ec2
in this case length = 8 => width is calculated with avatar's length = 8. But in App/src/components/MultipleAvatars.js Line 176 in ecf0ec2
we just display 4 avatars, so the container width is bigger than the inner one => alignItemsCenter makes the avatars get cut to the left side What changes do you think we should make in order to solve the problem?We should calculate
App/src/components/MultipleAvatars.js Lines 159 to 160 in ecf0ec2
OPTIONAL: App/src/components/MultipleAvatars.js Line 158 in ecf0ec2
What alternative solutions did you explore? (Optional)NA ResultScreencast.from.25-07-2023.16.39.13.webm |
Triggered auto assignment to @conorpendergrast ( |
Bug0 Triage Checklist (Main S/O)
|
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Action Performed:
Expected Result:
Avatars should be center aligned & shouldn't be cut off
Actual Result:
Avatars are cut to the left side
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?
Version Number: 1.3.45-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
Notes/Photos/Videos: Any additional supporting documentation
2023-07-25.07.09.50.mp4
Expensify/Expensify Issue URL:
Issue reported by: @Natnael-Guchima
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1690269388882669
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: