-
Notifications
You must be signed in to change notification settings - Fork 65
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 serial lookup on peers table + permit filtering on 'All' group only #425
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Edouard Vanbelle <[email protected]>
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 |
2bc4403
to
960200f
Compare
Signed-off-by: Edouard Vanbelle <[email protected]>
960200f
to
9d41021
Compare
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