-
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
Fix: invite/remove room member action displays incorrectly in thread header #54734
Conversation
@dukenv0307 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] |
@mkzie2 We should add some tests for |
@dukenv0307 We've had the test for |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2025-01-02.at.22.20.26.movAndroid: mWeb ChromeScreen.Recording.2025-01-02.at.22.17.10.moviOS: NativeScreen.Recording.2025-01-02.at.22.20.44.moviOS: mWeb SafariScreen.Recording.2025-01-02.at.22.16.41.movMacOS: Chrome / SafariScreen.Recording.2025-01-02.at.22.14.12.movMacOS: DesktopScreen.Recording.2025-01-02.at.22.24.15.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
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 guys! LGTM
🚀 Deployed to staging by https://github.com/marcochavezf in version: 9.0.81-0 🚀
|
@izarutskaya That isn't related to this PR. |
🚀 Deployed to production by https://github.com/puneetlath in version: 9.0.81-6 🚀
|
Explanation of Change
Fix: invite/remove room member action displays incorrectly in thread header
Fixed Issues
$ #54621
PROPOSAL: #54621 (comment)
Tests
Reply in thread
Offline tests
Same
QA Steps
// TODO: These must be filled out, or the issue title must include "[No QA]."
Reply in thread
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodSTYLE.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 and/or tagged@Expensify/design
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
Screen.Recording.2025-01-02.at.10.16.49.mov
Android: mWeb Chrome
Screen.Recording.2025-01-02.at.10.08.28.mov
iOS: Native
Screen.Recording.2025-01-02.at.10.15.33.mov
iOS: mWeb Safari
Screen.Recording.2025-01-02.at.10.09.57.mov
MacOS: Chrome / Safari
Screen.Recording.2025-01-02.at.10.04.57.mov
MacOS: Desktop
Screen.Recording.2025-01-02.at.10.18.55.mov