-
Notifications
You must be signed in to change notification settings - Fork 731
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
Add filter to room lists Android #4643
Comments
Have you seen the magnifier icon at top right? |
Yes, this is supposed to be a "search" capability but is currently acting like a filter... @bmarty Do we have a "Search" function on Android (like in iOS)? |
@daniellekirkwood do you want us to add the same filter UX than on the room member list? See below: |
On iOS we're adding the Filter icon: element-hq/element-ios#5250 |
Hi @daniellekirkwood , I am currently implementing this issue and I am wondering if the search icon should remain in the app. In fact, the search screen provides the same functionalities of filtering except we are able to filter rooms and messages at the same time. |
Hey! Yeah, I think we should change it to filter icon so we are not confusing the user. This is a quick fix for now as the team works on improving search and IA on Android in the coming weeks/months. |
@daniellekirkwood @amshakal Thanks for your replies! I have already done the moving of the filter bar into the rooms/messages tabs. 😄 But right now, what I did is not related to scrolling behavior (it is always displayed and sticky) since it is a bit more complicated to implement. So the answer to my question might be different. What UX is best for user?
|
After more discussion, we will go the low effort changes: replacement of the search icon by a filter icon. |
Hey! Sorry for the back and forth. I think let's gow with replacing the search icon with filter icon to avoid confusion. This will be a low effort, high impact solution given that in user testing sessions, almost every android user tapped on the search icon to look for someone to start a chat with. |
#1384 was the reason we change the icon from filter to magnifier FTR |
I see, I think it's misleading to have search icon when they can't technically search. :/ |
#4643: Home screen: replacing the search icon by a filter icon in the menu
This issue is: Ready to Build
Problem
Users cannot filter the People or Rooms list. This is frustrating if they're trying to find something in the list quickly.
Solution
Add a filter input field to the top of each list view. Similar to iOS, it is only visible when the user starts scrolling down. This means that it doesn't take up any unnecessary real estate but is there if the user starts to look for something (by scrolling down)
Requested reviewers
@amshakal
The text was updated successfully, but these errors were encountered: