-
Notifications
You must be signed in to change notification settings - Fork 89
Permit filtering unassigned peers #425
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: main
Are you sure you want to change the base?
Conversation
4e56441 to
2c469c0
Compare
2c469c0 to
ff412b2
Compare
|
Hey @EdouardVanbelle, thanks for this PR! I like the idea of filtering by unassigned peers. I was thinking of either in the groups filter or having a dropdown with (All Peers, Online Peers, Offline Peers, Unassigned Peers) instead of the current buttons. What do you think? |
|
Hello @heisbrot interesting ! You are right the current case is a bit confusing I am also thinking that To complete your suggestion the dropdown with a selector before the separator and a checkbox on unassigned peers: I find more coherent your first suggestion, meaning keeping Right now I have this incoherent case: (I must implement an exclusivity)
|
ff412b2 to
44166a3
Compare
|
Hello @heisbrot , I applied your suggestions, which brings:
Changes:
🙏 all my appologies, this is the first time I code in React |
960200f to
9d41021
Compare
9d41021 to
4fd61f2
Compare
1c97224 to
1a6a245
Compare
|
Hello @heisbrot I have rebased these commit to resolve a conflict Regards |
Hey @EdouardVanbelle , thank you! Yes a split would be great. We can then directly merge the serial. |
1a6a245 to
6320726
Compare
6320726 to
b44ec8b
Compare
b44ec8b to
97bc2ae
Compare
97bc2ae to
ce48408
Compare
|
Hello @heisbrot if it helps the review, I split the commit in 2:
|
ce48408 to
e5b697c
Compare
|
Hello @heisbrot, let me know if still interested in this request and I will resolve the conflict :) |



Please find a very small improvement in peers list:
display of the serial number in the peer section
capability to filter peers that belong to the "All" group only, this is useful to track non assigned peers
