Introduce component rendering single user on the list in AddMembersModal. Because I shared some common logic with native, user information are passed in UserListItem type.
GIF presenting the items:
Differential D3739
[web] Introduce `AddMembersItem` component • jacek on Apr 15 2022, 3:57 AM. Authored by Tags None Referenced Files
Details Introduce component rendering single user on the list in AddMembersModal. Because I shared some common logic with native, user information are passed in UserListItem type. GIF presenting the items: Component can be tested after introducing AddMembersModal
Diff Detail
Event Timeline
Comment Actions replace alertTitle with alertText and change css class name to label
|
Can we have a const instead of a function that tells if it is Safari? We can avoid having to detect the browser multiple times, as this fact doesn't change through the lifetime of the app.