Page MenuHomePhabricator

[native] Lift `search[Status/Text]` state to `ConnectedChatThreadList`
ClosedPublic

Authored by atul on Sep 11 2023, 1:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jul 11, 6:58 PM
Unknown Object (File)
Mon, Jul 8, 9:44 PM
Unknown Object (File)
Mon, Jul 8, 5:50 PM
Unknown Object (File)
Mon, Jul 8, 6:01 AM
Unknown Object (File)
Sun, Jul 7, 5:11 PM
Unknown Object (File)
Sun, Jul 7, 3:54 PM
Unknown Object (File)
Sun, Jun 30, 8:15 PM
Unknown Object (File)
Sun, Jun 30, 2:39 AM
Subscribers

Details

Summary

(I initially had a huge diff that converted ChatThreadList to a functional component and added various memoizations. However, I realized that diff would be pretty difficult to review so I'm breaking down the refactor into hopefully easier to review pieces.)

This diff is just one step in the process of converting ChatThreadList into a functional component. When this work is done, we will be able to avoid a lot of re-rendering and hopefully improve performance quite a bit.

Test Plan

Search experience continued to work as expected.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

atul requested review of this revision.Sep 11 2023, 1:36 PM
This revision is now accepted and ready to land.Sep 11 2023, 3:59 PM

Thanks for breaking down this diff! It is super clear what the changes are!!

This revision was landed with ongoing or failed builds.Sep 12 2023, 12:19 PM
This revision was automatically updated to reflect the committed changes.