Introduce search capabilities for Duo Chat History
### User problem to solve
Users need to be able to quickly find their previous chats with Duo Chat.
### Proposal
1. Display a search bar at the top of History tab
2. Search bar should have a clear placeholder (ex: Search chats)
3. Include a search icon within the input field for visual clarity
4. Search should filter conversations based on matching text in the thread titles and first messages
5. Search should be case-insensitive
6. Results should update dynamically as the user types (debounced for performance)
7. Display a "No results found" message when search yields no matches
Image from original issue:

issue