Page MenuHomePhabricator

[web] Introduce common `Search` component
ClosedPublic

Authored by jacek on Mar 8 2022, 3:57 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Dec 17, 4:17 AM
Unknown Object (File)
Tue, Dec 17, 1:36 AM
Unknown Object (File)
Wed, Nov 20, 4:30 PM
Unknown Object (File)
Nov 16 2024, 10:51 PM
Unknown Object (File)
Nov 16 2024, 8:40 PM
Unknown Object (File)
Nov 16 2024, 7:42 PM
Unknown Object (File)
Nov 16 2024, 5:28 PM
Unknown Object (File)
Nov 8 2024, 11:02 AM

Details

Summary

As we have design for search for filtering users in modals, the goal is to use the same component for both thread search (for which we don't have design) and thread members search.
This diff moves search logic and styles from thread-list-search into search.
There are no design or behavior changes in this diff - everything should work as before.

Test Plan

Thread search in web app should remain the same

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

tomek added inline comments.
web/chat/thread-list-search.react.js
12–22

This component doesn't seem to do much. Do you think we need it?

This revision is now accepted and ready to land.Mar 8 2022, 8:56 AM

Replaced thread-search-list with search