-
Notifications
You must be signed in to change notification settings - Fork 0
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
Filter bug fixes by SHA #161
Comments
Maybe a search bar on top, something like what the commits table is doing with rounds? We can follow a similar pattern and expose a query param to filter by SHA. -- Let me know if this sounds good @khatchad ! |
Rounds is a drop down box I think. |
Yup, I just meant adding something in that space above the header, like an input field of some sort, where you can enter a SHA to filter by. -- Will proceed with adding this! |
It can be a drop down box, because you may not know what the SHA1 is that you want to filter. |
The drop down box would be populated with the existing SHA1s, like (I think) the rounds is. |
Ah, but maybe I was looking for something like a search box according to this description. |
I guess a happy medium would be to have a searchable drop down box like the one in Google Sheets. Maybe something like this? |
Hmm should it just be an input then in that case? Just trying to understand the use case for a dropdown (i.e when would a user open the drop down and scroll through the list of SHAs?).
Similarly for a searchable dropdown -- would there ever be a case where you would partially know the SHA you're looking for and the dropdown would show you a list of SHAs that matches the pattern, in which case the dropdown would be a useful UX to allow the user to narrow down the SHA/item they're looking for. |
Raised a PR to add filtering for the |
I have a SHA. I want to see the bug fix page for that SHA. How can I do it?
The text was updated successfully, but these errors were encountered: