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)
Fri, Nov 8, 11:02 AM
Unknown Object (File)
Tue, Nov 5, 9:41 PM
Unknown Object (File)
Oct 16 2024, 8:26 AM
Unknown Object (File)
Oct 14 2024, 2:19 AM
Unknown Object (File)
Oct 14 2024, 2:19 AM
Unknown Object (File)
Oct 14 2024, 2:19 AM
Unknown Object (File)
Oct 14 2024, 2:19 AM
Unknown Object (File)
Oct 14 2024, 2:18 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
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

tomek added inline comments.
web/chat/thread-list-search.react.js
12–22 ↗(On Diff #10136)

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