-
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
Refactor WorkspaceMembersPage to functional component #20687
Conversation
@abdulrahuman5196 @danieldoglas One of you needs to 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] |
@Li357 Could you kindly resolve the conflicts in the PR? |
}} | ||
accessibilityLabel={props.formatPhoneNumber(item.displayName)} | ||
// disable hover dimming | ||
hoverDimmingValue={1} |
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.
NAB: Currently in main hoverDimmingValue is default to 1, so its redundant here
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-06-18.at.1.53.25.PM.1.mp4Mobile Web - Chromeaz_recorder_20230618_143458.mp4Mobile Web - Safariios.safari.mp4DesktopScreen.Recording.2023-06-18.at.3.48.51.PM.mp4iOSScreen.Recording.2023-06-18.at.3.03.35.PM.mp4Androidaz_recorder_20230618_155805.mp4 |
@Li357 "Mobile Web - Safari" video is not present. And why are we upload android videos as zip? It is recommended to directly upload the videos, so that its easy to video from the PR itself. |
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.
The changes looks good and works well. Reviewers checklist is also complete.
All yours @danieldoglas
@Li357 Kindly update the author's checklist as mentioned here #20687 (comment)
We did not find an internal engineer to review this PR, trying to assign a random engineer to #16306... Please reach out for help on Slack if no one gets assigned! |
Sorry melvin. danieldoglas@ is already assigned as internal engineer for this PR. |
@danieldoglas looks like this was merged without a test passing. Please add a note explaining why this was done and remove the |
✋ 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/danieldoglas in version: 1.3.30-0 🚀
|
🚀 Deployed to production by https://github.com/luacmartins in version: 1.3.30-5 🚀
|
Details
Refactor WorkspaceMembersPage.js to functional component
Fixed Issues
$ #16306
Tests
Offline tests
QA Steps
Same as local tests
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
Web
web-chrome.mov
web-safari.mov
Mobile Web - Chrome
android-chrome.gif.zip
Mobile Web - Safari
Uploading Simulator Screen Recording - iPhone 14 (16.1) - 2023-06-14 at 12.55.52.mp4…
Desktop
Screen.Recording.2023-06-14.at.1.25.03.PM.mov
iOS
Simulator.Screen.Recording.-.iPhone.14.16.1.-.2023-06-14.at.12.54.07.mp4
Android
android.gif.zip