Page MenuHomePhabricator

[native] Add search button to chat header
ClosedPublic

Authored by inka on May 10 2023, 3:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 20, 2:43 PM
Unknown Object (File)
Sun, Apr 20, 12:15 PM
Unknown Object (File)
Sun, Apr 20, 5:30 AM
Unknown Object (File)
Sat, Apr 19, 11:00 PM
Unknown Object (File)
Sat, Apr 19, 9:33 PM
Unknown Object (File)
Sat, Apr 19, 9:01 PM
Unknown Object (File)
Sat, Apr 19, 12:49 PM
Unknown Object (File)
Thu, Apr 17, 12:30 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

Is disabling lint here necessary?

Address review

native/chat/chat.react.js
240 ↗(On Diff #26421)

@kuba is this better?

native/chat/chat.react.js
222 ↗(On Diff #26421)

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