-
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
[NoQA] [Wave8] Workspace List Items #32817
[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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are we not adding a displayName for these?
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 think we should for function component.
I remember we added lint rule for this but now disabled?
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.
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 🚀
|
Details
This PR creates a new component:
WorkspacesListRow.tsx
.This PR doesn't render this component anywhere. To render it , go to
WorkspacesListPage.js
and overridereturn
statement:Step 1:
Add:
ownerAccountID: policy.ownerAccountID,
to
.map((policy) => ({
Step 2:
Fixed Issues
$ #32956
PROPOSAL:
Tests
Offline tests
Tests
QA Steps
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)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label so the design team can review the changes.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
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