-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Nearby list bottom sheet UI issues #3727
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
Comments
@neslihanturan Is this what you are observing (2 screenshots provided below:)? Steps to reproduce for the blank white sheet issue:
|
Seems like you discovered another bug, ideally we expect user is sent to contributions tab instead of displaying an empty nearby. What about creating a new issue for this one? But yes, the white bottom sheet that I mentioned is the one you displayed with your screen shoots. There should be a message and progressbar there, indicating states. |
@neslihanturan Okay, I will create a new issue for the new issue discovered above. I am curious though as to how you reproduced this initially? I'm assuming this was performed by using mock data so that there were only a few results or none at all? Either way, I agree that the currently observed behavior is wrong and should be changed to handle these situations like you listed above. |
@neslihanturan @nathanmeade Hello, I'm new here and I've been working in software for just over a year, I'm currently unemployed so would like to contribute :) . Could I work on this as my first issue? I have replicated the white sheet by deselecting the "All" checkbox in "Place type" without selecting any of the specific options. Is the proposed solution to display a ghost text on the empty list, something like "No results found", or to actually pop up a dialog with a message? |
Hi @CloeARiva , welcome to the team :). Considering @nathanmeade seems like interested with the issue too, I would like to ask him if he is working on the issue or not. If he is already working, you can pick another beginner friendly issue. Otherwise, you are welcome to work on this one :). |
If issue #3732 is valid (given that I have understood the issue properly and that my proposed solution is valid) then I will be working on that issue instead (preventing the user from accessing the "Nearby" tab if the location permission has been denied). @neslihanturan Would you agree that I have understood issue #3732 properly? If so, @CloeARiva this issue (#3727) would be a great issue to tackle while I tackle the other. Also, welcome - I am very new here as well. |
Seems like you shared issues as this one is for @CloeARiva and #3732 is for @nathanmeade . Both of you are welcome, looking forward for your updates:) |
@neslihanturan @nathanmeade thank you both for replying so quickly, I'll start working on this issue now :) |
Sounds good, no problem! |
@neslihanturan @nathanmeade Hi both, I believe I have found another bug while testing my changes. Steps to reproduce:
Ticking and unticking "All" again fixes this so I believe that we are not refiltering properly when we first move to a new location. |
Summary:
1- It should display a message when no place is found, instead of empty white sheet.
2- The height should be smaller if number of items in the list is smaller than N.
The text was updated successfully, but these errors were encountered: