-
Notifications
You must be signed in to change notification settings - Fork 923
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
user_blocks pages lacks proper navigation #2387
Comments
No way to search to see if certain user is in list. No way to order by name to see if certain user is in list.
|
Hacking the URL, https://www.openstreetmap.org/user_blocks?page=5555 works, |
Actually one can put the username here: |
Regarding the navigation limitations on the user blocks page, expanding on @mmd-osm answer, I think the current view could use some enhancements. Displaying the total number of pages or blocks would be a nice touch. For example, showing something like "Displaying 20 of ${totalNumberOfBlocks}" or "Page ${currentPage} of ${totalNumberOfPages}" could provide more context and improve the user experience. Additionally, adding a search input to query blocks by blocked user or creator could significantly boost usability. This would help users efficiently order and find specific entries. What are you thoughts on this? Would you be willing to merge changes mentioned if I opened a PRs addressing mentioned issues? |
Some of these things are not done to avoid using
They are linked from profile pages. Profile pages also have active blocks and created blocks counters. Also see #4734 for this from the original post:
|
If you want to be compatible with #4734 or similar and have some idea about ${totalNumberOfBlocks} while browsing blocks by pages, maybe adding a counter inside the blocks by tab would help. |
Why in braces? I'm trying to convert such counters to badges, see #4872 |
I agree that in terms of UI it would look a lot cleaner so I will be happy to refactor according to that and leave screenshots when I do Thanks for a quick response! |
@AntonKhorev Quick update, refactored this using badges -> 97e7991 |
At the bottom of
https://www.openstreetmap.org/user_blocks
there is
There may be five more pages.
There may be five hundred.
The only way for the user to find out is to click from one to the next
to the next.
The text was updated successfully, but these errors were encountered: