-
-
Notifications
You must be signed in to change notification settings - Fork 22
Alias filter #51
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
base: master
Are you sure you want to change the base?
Alias filter #51
Conversation
Thanks for the PR 🙏
I am willing to collaborate on this one if you need my help :) |
I agree with those points and will get to implementing them when I can. |
no worries, I really appreciate your initiative to contribute, we are all here to learn. Again, let me know if you want to join forces and split the tasks so we can work on it together. |
@Minterl any update on this PR ? |
Sorry for the delay, I've been pretty busy.
|
No worries.
|
I agree; now enter exits the popup while maintaining the filter pattern while esc discards it.
I can move it to the bottom of the new devices table if you think that it would provide a better user experience, but I personally think that over the bottom of the screen is better since the likelihood that the user would need to see the adapter section and simultaneously filter the new devices is small. The alternative would mean that the bottom of the device list would likely get cut off when filtering. |
Press "/" when searching through new devices to filter them by alias via a popup dialog.
I would be happy to swap out the String::contains with a fuzzy search algorithm, but I figured not to be worth the extra dependency.