Skip to content
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 within a package is hard to use #157

Open
ascott18 opened this issue Sep 1, 2021 · 1 comment
Open

Search within a package is hard to use #157

ascott18 opened this issue Sep 1, 2021 · 1 comment

Comments

@ascott18
Copy link

ascott18 commented Sep 1, 2021

  1. Search for a term within a package's API:
    image
  2. Click on a result in the result list
  3. The search field is cleared, and the results list goes away, preventing me from clicking through the other search results. I have to re-perform the same search, click on the next result, and so on.

Additionally, pressing enter within the search box just refreshes the page (and also clears the search term). There is no progress indicator that hints that it searches in real time as you type, so if the search is performing slowly, as a user you instinctively press enter to perform a search, but this just wipes out your search term.

jamesmcroft added a commit to jamesmcroft/FuGetGallery that referenced this issue Jun 6, 2022
@jamesmcroft
Copy link

Added a little change in for this to prevent the form/input submission on enter (as this wasn't doing anything), and added a little loading indicator in which should help with the visual user experience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants