Skip to content

Implement Search #11

@agjs

Description

@agjs
  • 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions