netbirdio / dashboard

NetBird Management Service Web UI Panel

Home Page:https://app.netbird.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement Search & Filter

shatoboar opened this issue · comments

Why?

The current admin UI has no way of filtering or sorting through the Peerslist.
This can be confusing when a lot of peers are registered for the network.

How?

Implement a searchbar for names and a filter for current connected peers.

Additional Comments

This could be done by refactoring the tables used by the react-table component.
This has pagination (implemented in this commit), searching and filtering out of the box.