Page MenuHomePhabricator

[native] Move Reanimated code from `ChatThreadList` to `ChatThreadListSearch`
ClosedPublic

Authored by atul on Sep 14 2023, 1:31 PM.
Tags
None
Referenced Files
F2902772: D9207.id31152.diff
Sat, Oct 5, 6:55 PM
Unknown Object (File)
Thu, Sep 26, 1:37 PM
Unknown Object (File)
Tue, Sep 10, 12:07 PM
Unknown Object (File)
Aug 29 2024, 12:28 AM
Unknown Object (File)
Aug 29 2024, 12:28 AM
Unknown Object (File)
Aug 29 2024, 12:28 AM
Unknown Object (File)
Aug 29 2024, 12:24 AM
Unknown Object (File)
Aug 27 2024, 9:45 AM
Subscribers

Details

Summary

One more step in decoupling search from ChatThreadList.


Depends on D9206

Test Plan

Search experience continues to look and work as expected. Set logs in all expected callbacks to ensure that they fired as expected. Made sure that x-icon and "Cancel" button continue to look and behave as before.

Diff Detail

Repository
rCOMM Comm
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

atul published this revision for review.Sep 14 2023, 1:40 PM
tomek added inline comments.
native/chat/chat-thread-list.react.js
475–481

This effect was always rendered and was working even if renderSearch wasn't called. Now, after it is moved to ChatThreadListSearch it is rendered only when this component is present. Can it cause any issues?

This revision is now accepted and ready to land.Sep 18 2023, 3:51 AM
native/chat/chat-thread-list.react.js
475–481

I think this makes more sense since searchCancelButton lives "within" ChatThreadListSearch which was formerly contained within renderSearch. By default the value is set to 0 so nothing should change there.