-
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
The popup menu overlaps the + icon on room #24542
The popup menu overlaps the + icon on room #24542
Conversation
@Beamanator 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] |
@neil-marcellini @abdulrahuman5196 it looks like you two reviewed the issue, do y'all wanna review this? |
Sure! |
Hi, yes. |
I'm going to review the proposal first. |
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.
Code looks good. @abdulrahuman5196 please test and assuming the tests pass we can merge it.
Yes. I will review and close it out in my morning |
Reviewing now |
@waterim There is only web screenshots available? Can you record and post the working for all platforms? |
@abdulrahuman5196 updated |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-08-25.at.7.02.03.PM.mp4Mobile Web - Chromeaz_recorder_20230825_191741.mp4Mobile Web - SafariUntitled.2.mp4DesktopScreen.Recording.2023-08-25.at.7.35.52.PM.mp4iOSScreen.Recording.2023-08-25.at.7.33.12.PM.mp4AndroidScreen.Recording.2023-08-25.at.7.31.59.PM.mp4 |
Code looks good to me and works well on web. Need to test on other platforms, will test and update once done. |
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.
Changes looks good and works well. Reviewers checklist is also complete.
All yours. @neil-marcellini
🎀 👀 🎀
C+ Reviewed
🎯 @abdulrahuman5196, thanks for reviewing and testing this PR! 🎉 An E/App issue has been created to issue payment here: #25942. |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/neil-marcellini in version: 1.3.58-0 🚀
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.3.58-5 🚀
|
🚀 Deployed to staging by https://github.com/neil-marcellini in version: 1.3.59-0 🚀
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.3.59-5 🚀
|
Details
Fixed Issues
$ #21809
PROPOSAL: #21809 (comment)
Tests
Offline tests
N/A automated tests
QA Steps
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)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)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
N/A automated tests
Web
Untitled.mov
Screen.Recording.2023-08-02.at.15.52.36.mov
Mobile Web - Chrome
Screen.Recording.2023-08-21.at.18.28.03.mov
Mobile Web - Safari
Screen.Recording.2023-08-21.at.18.29.02.mov
Desktop
Screen.Recording.2023-08-21.at.18.19.36.mov
iOS
Screen.Recording.2023-08-21.at.17.45.21.mov
Android