Page MenuHomePhabricator

[web] cleanup add members modal
ClosedPublic

Authored by ginsu on Feb 11 2024, 10:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 8 2024, 1:05 PM
Unknown Object (File)
Apr 8 2024, 1:05 PM
Unknown Object (File)
Apr 8 2024, 1:04 PM
Unknown Object (File)
Apr 8 2024, 1:04 PM
Unknown Object (File)
Mar 22 2024, 10:37 PM
Unknown Object (File)
Mar 12 2024, 8:09 PM
Unknown Object (File)
Mar 12 2024, 6:24 PM
Unknown Object (File)
Mar 12 2024, 5:30 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
Lint Not Applicable
Unit
Tests Not Applicable

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.