-
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
Reapply RoomHeaderAvatars Logic to fix regression correctly this time #8058
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@TomatoToaster is there a reason this is still on hold? |
Nope! We can merge this now, I realized the other one just went to staging last night, but also we could've just merged this without the CP-staging label and it would fix it 😅 |
Reapply RoomHeaderAvatars Logic to fix regression correctly this time (cherry picked from commit 1d44ed3)
🚀 Cherry-picked to staging by @TomatoToaster in version: 1.1.42-4 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by @chiragsalian in version: 1.1.42-6 🚀
|
CC: @Julesssss
Details
Fixes regression found here , but this time
HOLD on #7852 being on staging.
context is here: https://expensify.slack.com/archives/C03TQ48KC/p1646832274218809
but this was deployed to staging before the original PR was deployed to staging so it broke the ReportDetails page. This will reintroduce the correct changes but requires that first PR to be deployed to staging first. Then this can be cherry picked.
Fixed Issues
related to #8040
Tests
N/A same as Web QA.
PR Review Checklist
Contributor (PR Author) Checklist
main
### Fixed Issues
section abovesrc/languages/*
files (if applicable)Styling.md
) for all style edits I madeSTYLE.md
)Avatar
, I verified the components usingAvatar
are working as expected)main
branch)PR Reviewer Checklist
main
### Fixed Issues
section abovesrc/languages/*
files (if applicable)STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)main
branch)QA Steps
This will be done on staging.
Find a defaultRoom, policyRoom, or workspaceChat and verify that when you click on the header and see the report details, it looks like this:
and not this:
Screenshots
N/A