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.
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.
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 |
|
@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 Issuessection aboveTestssectionOffline stepssectionQA stepssectiontoggleReportand notonIconClick)myBool && <MyComponent />.src/languages/*files and using the translation methodWaiting for Copylabel for a copy review on the original GH to get the correct copy.STYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)/** comment above it */thisproperly so there are no scoping issues (i.e. foronClick={this.submit}the methodthis.submitshould be bound tothisin the constructor)thisare necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);ifthis.submitis never passed to a component event handler likeonClick)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG))Avataris modified, I verified thatAvataris working as expected in all cases)ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.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