-
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
Migrate/workspacelistpage issue/16310 #22248
Migrate/workspacelistpage issue/16310 #22248
Conversation
@0xmiroslav 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] |
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
CLA Assistant Lite bot: I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request |
I have read the CLA Document and I hereby sign the CLA |
return ( | ||
<ScreenWrapper> | ||
<HeaderWithBackButton | ||
title={translate('common.workspaces')} |
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: There's already useLocalize
hook for function component but this is not standardized yet and many function components are still using withLocalize
HOC. Maybe one day we need to replace all withLocalize
occurrences with useLocalize
.
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.
I know we haven't officially discussed this in slack but I've been asking everyone to use the hooks going forward.
Reviewer Checklist
Screenshots/VideosWebweb.movDesktopdesktop.movAndroid |
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.
👍
@code0406 can you sign the CLA? ![]() |
It's strange. They already signed and bot recognized it |
I retried the CLA workflow and it succeeded, merging this to prevent conflicts with a PR I'm about to start working on 👍🏼 |
🚀 Deployed to staging by https://github.com/roryabraham in version: 1.3.42-6 🚀
|
🚀 Deployed to production by https://github.com/jasperhuangg in version: 1.3.42-26 🚀
|
🚀 Deployed to staging by https://github.com/roryabraham in version: 1.3.44-0 🚀
|
🚀 Deployed to production by https://github.com/marcaaron in version: 1.3.44-2 🚀
|
Details
Migrated WorkspaceListPage.js to function component.
And used useMemo to improve the performance.
Fixed Issues
$ #16310
PROPOSAL: #16310 (comment)
Tests
We can test the "Workspaces" page where the workspace list is placed.
Then how to open the page.
Offline tests
We can test the "Workspaces" page where the workspace list is placed.
Then how to open the page.
QA Steps
We can test the "Workspaces" page where the workspace list is placed.
Then how to open the page.
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.mov
Mobile Web - Chrome
android-web.mov
Mobile Web - Safari
iphone-web.mov
Desktop
desktop.mov
iOS
iphone.mov
Android
android.mov