[NoQA] [Wave8] Workspace List Items#32817
Conversation
I am not sure. Best to ask @Expensify/design about popover position |
|
There's conflict |
|
Let's consider anchorPosition issue out of scope (as happening on main) and fix it in separate PR |
|
Typecheck is failing, will look into it |
|
@aimane-chnaif Should be fine now, resolved conflicts and fixed failing typecheck |
|
@aimane-chnaif Can you look into this one after the chat switching performance PR? |
Yep if its happening in main lets keep it out of this PR |
This will be the first one as I already prepared checklist. Just waiting for OOS confirmation 🙂 |
Reviewer Checklist
Screenshots/Videos |
|
We did not find an internal engineer to review this PR, trying to assign a random engineer to #32956 as well as to this PR... Please reach out for help on Slack if no one gets assigned! |
Let's create new GH to fix this |
Can you summarize the issue and post in expensify-bugs please in the problem/ possible solution format? I can create the issue based on that |
| )} | ||
| </View> | ||
| ); | ||
| } |
There was a problem hiding this comment.
are we not adding a displayName for these?
There was a problem hiding this comment.
I think we should for function component.
I remember we added lint rule for this but now disabled?
mountiny
left a comment
There was a problem hiding this comment.
Appreciated the review @aimane-chnaif and hard work on this one @MaciejSWM! thanks!
|
Given this is not touching any exsiting flow in the app I am going to merge this now I think Hayata might be out for the holidays too |
|
✋ 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 production by https://github.com/mountiny in version: 1.4.18-8 🚀
|
| numberOfLines={1} | ||
| style={[styles.textMicro, styles.textSupporting]} | ||
| > | ||
| {ownerDetails.login} |
There was a problem hiding this comment.
ownerDetails.login was missing the Str.removeSMSDomain() wrapper for cases like user sign up with phone number which without the wrapper is rendering SMS domain +13237069846@expensify.com which led to this issue:
we fixed it by adding the the Str.removeSMSDomain() wrapper around ownerDetails.login.






Details
This PR creates a new component:
WorkspacesListRow.tsx.This PR doesn't render this component anywhere. To render it , go to
WorkspacesListPage.jsand overridereturnstatement:Step 1:
Add:
ownerAccountID: policy.ownerAccountID,to
.map((policy) => ({Step 2:
Fixed Issues
$ #32956
PROPOSAL:
Tests
Offline tests
TestsQA Steps
TestsPR 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)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel so the design team can review the changes.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
Android: Native
Screen.Recording.2023-12-12.at.22.22.28.mov
Android: mWeb Chrome
Screen.Recording.2023-12-12.at.22.26.03.mov
iOS: Native
Screen.Recording.2023-12-12.at.22.16.52.mov
iOS: mWeb Safari
Screen.Recording.2023-12-12.at.22.28.39.mov
MacOS: Chrome / Safari
Screen.Recording.2023-12-12.at.22.29.10.mov
MacOS: Desktop
Screen.Recording.2023-12-12.at.22.25.13.mov