Open
Description
- Implement search inside the Chat component using https://www.fusejs.io/
- Ensure that the Search box is styled according to the existing color style
- Search box should be triggered by CMD/CTRL + F, which means, you want to listen for the combination of these key presses
- Search should be spawned / shown as a little overlay either horizontally and vertically centered, or somewhere in the bottom
- When the search input is empty, show regular messages, otherwise, show the results.
- If no results, ensure that a nice looking message is shown in the message list indicating that. You can either render it in the message list, or before the message list, as a separate node
Metadata
Metadata
Assignees
Labels
No labels