-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
x/pkgsite: "Search help" button is too conspicuous #40624
Comments
I like this suggestion. /cc @Joanne881107 @spf13 @fflewddur for product / UX input |
The initial plan is to replace this "Search help" with "Advanced search" when that is ready. However, it make sense for now to leverage the this link with the examples below. |
I agree, the search help link looks like a button itself, and on systems that order the primary action button to the left (e.g., macOS and most Linux desktops), it's in the exact area you would look to find the primary button. I like Paul's suggested solution, but whichever approach we take, we should ensure that it 1) makes this look less like a button, and 2) moves it out of the primary focus area for macOS and Linux users. |
@Joanne881107 would you mind sharing an updated mock for this page? |
Change https://golang.org/cl/254878 mentions this issue: |
Here is a screenshot of the new homepage layout. |
This change adds various a11y fixes and reconfigures the search help button. Updates golang/go#40624 Change-Id: Ifaad23aca326a8d88b55d0385eed16d32ddea85c Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/254878 Trust: Jamal Carvalho <jamal@golang.org> Run-TryBot: Jamal Carvalho <jamal@golang.org> Reviewed-by: Julie Qiu <julie@golang.org>
Fixed. |
What is the URL of the page with the issue?
https://pkg.go.dev/
What is your user agent?
Screenshot
What did you do?
Visited the page.
What did you expect to see?
A clean layout with items sized according to their importance.
What did you see instead?
My workflow with pkg.go.dev looks like this:
It's a minor point, but I find that my eye is consistently drawn/distracted by the "Search help" button. It's as large/prominent as the "Search" button, even more so perhaps because it (the help button) has an icon.
Could this not be relegated to a "Need help?" link below the examples? The example are already some form of "help", so adding a link beneath them is not that much of a stretch.
Or perhaps a help icon to the right of the search input box itself?
Prior art here is the google.com homepage - where I note there isn't even a help link (which is less useful to my mind)!
The text was updated successfully, but these errors were encountered: