-
Notifications
You must be signed in to change notification settings - Fork 493
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
Add feature search links #2865
Add feature search links #2865
Conversation
@ChrisDenton @tim-weis This is the feature search support that @riverar has been working on. Here's a preview: https://microsoft.github.io/windows-rs/features/ Do let us know what you think. This is the final piece I'd like to wrap up before releasing 0.53 (#2854). |
The functionality works great for me for the types I've tried. Only minor issue is that on mobile the website is just slightly too wide for my phone. Maybe the version selection box could drop below or above the input on narrow screens? A possible future enhancement would be to have some way to input a list of types and get a unified list of features rather than entering them one at a time. But I think that's one for the suggestion box and not something that needs thinking about now. |
We could scrap the drop down if the target is configurable via the URL. |
That looks like a workable solution. The only suggestion I have is to add a "Copy to clipboard" button. That's not something that needs immediate attention, and could be incorporated at a later time. |
Well, maybe I lied. A cup of coffee later I was reminded about a few more suggestions I had in mind:
I don't know how others feel about those suggestions, but they would definitely streamline my workflow. At any rate, thank you for putting this together and reminding me that a browser-based search doesn't have to stall the browser window. |
All great suggestions, will def. work on those. |
Still need to add support for versioned links, but this is basic idea.
Fixes: #2717