Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Search #11

Open
6 tasks
agjs opened this issue Oct 23, 2023 · 1 comment · May be fixed by #16
Open
6 tasks

Implement Search #11

agjs opened this issue Oct 23, 2023 · 1 comment · May be fixed by #16

Comments

@agjs
Copy link
Collaborator

agjs commented Oct 23, 2023

  • 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
@agjs agjs assigned agjs and unassigned agjs Oct 23, 2023
@UrbinCedric
Copy link

UrbinCedric commented Oct 23, 2023

Will start this tomorrow! 👍

  • 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

@UrbinCedric UrbinCedric linked a pull request Oct 25, 2023 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants