-
Notifications
You must be signed in to change notification settings - Fork 0
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
Search in spaces and in inbox #2294
Comments
@elatif2020 In the requirements the search in inbox page is marked as later change. But all designs show search feature on the inbox page. Please confirm that the search on the inbox page is a later change If we only implement the search on the space page for now, should we put the search button in the 3dots menu? |
Hi @budnik9 thanks for bringing this up 🙏
|
@elatif2020 Yes, they are really similar. They have the same UI logic, but may have different filtering logic. So when implementing the space search, I will try to make it as reusable as possible. So it will be easy to reuse the UI logic. And if the filtering logic is also similar, I will implement the search on the inbox page as well. |
@elatif2020 Please tell me what behavior is expected in the following cases: case 1:
case 2:
|
@budnik9 |
@danielr18 |
@budnik9 |
@elatif2020
|
It's not possible at the moment |
@budnik9 |
@elatif2020 I won't load all batches. I will load them one by one when the user scrolls to the end of the list (like we do it now) |
@budnik9 sure Also we need a placeholder text for this case: And once we are sure there are no items change it to: |
@budnik9 I played with the preview
|
|
@budnik9 can you please change the placeholder text to "Search space" (without the s) |
@elatif2020 Done! |
@elatif2020 |
See design here
(the background should be white, and gray on hover)
Lower priority (Later):
For now don't show search on mobile (a separate ticket for it - here)
The text was updated successfully, but these errors were encountered: