-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Fix the second avatar border color doesn't match the background when hovered in search page #35354
Fix the second avatar border color doesn't match the background when hovered in search page #35354
Conversation
@thesahindia Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-02-01.at.2.43.14.AM.movAndroid: mWeb ChromeScreen.Recording.2024-02-01.at.2.48.09.AM.moviOS: NativeiOS: mWeb SafariScreen.Recording.2024-02-01.at.2.51.03.AM.movMacOS: Chrome / SafariScreen.Recording.2024-02-01.at.2.21.14.AM.movMacOS: DesktopScreen.Recording.2024-02-01.at.2.25.01.AM.mov |
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!
Oh checks did not pass |
hmmmm I wonder why, maybe start a discussion in slack to see what's going on? |
Oh seems e2e tests are broken, see; https://expensify.slack.com/archives/C035J5C9FAP/p1706704142097939 But also there's a ton of failures here other than those... |
Looks like it's fixed now based on this discussion https://expensify.slack.com/archives/C01GTK53T8Q/p1706817483550369?thread_ts=1706808000.490579&cid=C01GTK53T8Q. I have merged with main to get the fix. |
@iwiznia it's all fixed now |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Cherry-picked to staging by https://github.com/thienlnam in version: 1.4.36-5 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
1 similar comment
🚀 Cherry-picked to staging by https://github.com/thienlnam in version: 1.4.36-5 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by https://github.com/Julesssss in version: 1.4.37-7 🚀
|
Details
The border color of the second avatar of a group chat doesn't match the background color when hovered.
Fixed Issues
$ #34416
PROPOSAL: #34416 (comment)
Tests
Same as QA Steps
Offline tests
Same as QA Steps
QA Steps
Web/Desktop
Android/iOS/mWeb
Can't hover
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
Screen.Recording.2024-01-30.at.11.11.30.mov
MacOS: Desktop
Screen.Recording.2024-01-30.at.11.13.17.mov