You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not immediately obvious that project search results for the current letter are truncated, it simply displays "200 project(s) on this page".
The first letters of projects are good for quick jumps but not good for pagination. You'd need a separate numeric sub-pagination for each letter in order to show all results.
I would suggest numeric pagination for everything and making letter buttons take you to the page number where their starting letter first appears.
This would:
Make truncation obvious (200 per page and you can go to page n+1 to get the next 200 like everywhere else)
Allow browsing of all search results
Retain the jump-to-letter functionality
The text was updated successfully, but these errors were encountered:
There will be no numeric pagination as it's not possible to implement it effectively in the database and it's useless from the UX perspective as you have to guess what page to jump to. This should be partially solved by repology/repology-rs#107 and/or repology/repology-rs#81, allowing stricter search conditions to return less projects and making incremental pagination more useful, or no pagination needed at all. The suggestion to make it more apparent that there are results before/after the shown list is good though.
It is not immediately obvious that project search results for the current letter are truncated, it simply displays "200 project(s) on this page".
The first letters of projects are good for quick jumps but not good for pagination. You'd need a separate numeric sub-pagination for each letter in order to show all results.
I would suggest numeric pagination for everything and making letter buttons take you to the page number where their starting letter first appears.
This would:
The text was updated successfully, but these errors were encountered: