Page MenuHomePhabricator

[native] Add search button to chat header
ClosedPublic

Authored by inka on May 10 2023, 3:59 AM.
Tags
None
Referenced Files
F3367618: D7777.id26719.diff
Mon, Nov 25, 3:14 PM
Unknown Object (File)
Mon, Nov 4, 8:34 AM
Unknown Object (File)
Fri, Nov 1, 5:34 AM
Unknown Object (File)
Mon, Oct 28, 1:03 AM
Unknown Object (File)
Mon, Oct 28, 1:03 AM
Unknown Object (File)
Mon, Oct 28, 1:03 AM
Unknown Object (File)
Mon, Oct 28, 1:03 AM
Unknown Object (File)
Mon, Oct 28, 1:03 AM
Subscribers

Details

Summary
Test Plan

Opened a chat, pressed on the button, checked that is navigates to the search screen

Diff Detail

Repository
rCOMM Comm
Branch
inka/search_backend
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

inka requested review of this revision.May 10 2023, 4:18 AM
native/chat/chat.react.js
238 ↗(On Diff #26334)

Is disabling lint here necessary?

Address review

native/chat/chat.react.js
240

@kuba is this better?

native/chat/chat.react.js
222

There is no reason to define a new version of this on every function invocation. Please move it outside of messageListOptions

Move headerRightStyle out

kamil added inline comments.
native/search/search-messages-button.react.js
22–28 ↗(On Diff #26507)

shouldn't we wrap this in React.useCallback?

This revision is now accepted and ready to land.May 17 2023, 3:43 AM