Page MenuHomePhabricator

[web] cleanup add members modal
ClosedPublic

Authored by ginsu on Feb 11 2024, 10:04 PM.
Tags
None
Referenced Files
F3300177: D11023.diff
Sun, Nov 17, 6:33 PM
Unknown Object (File)
Thu, Oct 31, 8:25 AM
Unknown Object (File)
Oct 3 2024, 3:19 PM
Unknown Object (File)
Oct 3 2024, 3:19 PM
Unknown Object (File)
Oct 3 2024, 3:19 PM
Unknown Object (File)
Oct 3 2024, 3:19 PM
Unknown Object (File)
Oct 3 2024, 3:18 PM
Unknown Object (File)
Sep 10 2024, 2:44 PM
Subscribers

Details

Summary

PLEASE NOTE THAT THIS DIFF AND SUBSEQUENT DIFFS IN THIS STACK WILL NOT BE LANDED UNTIL MORE OF THE REDESIGN IS READY SINCE THIS WILL CAUSE REGRESSIONS IN PROD

Mostly a rename diff and minor touchups to cleanup the add members modal

Linear task: https://linear.app/comm/issue/ENG-5976/add-members-modal-experience

Depends on D10944

Test Plan

Please see the demo video below

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

High level looks good, might be worth memoizing some stuff here since some of the search stuff may be "expensive"? Not really sure, and web is generally pretty performant (at least on our machines), so up to you.

web/modals/threads/members/add-members-modal.react.js
34–41 ↗(On Diff #36964)

Might be good to memoize this since there might be "expensive" stuff inside?

This revision is now accepted and ready to land.Feb 12 2024, 11:56 AM

address comments + rebase before landing

This revision was automatically updated to reflect the committed changes.