-
Notifications
You must be signed in to change notification settings - Fork 212
Description
Prerequisites
- I have searched existing issues to ensure this feature hasn't already been requested
- I have checked the documentation to verify this feature doesn't already exist
Problem Statement
As a web client user, I want to see the total count of nodes in the filtered result set so that I can answer questions like "How many nodes have I heard from in the last hour?" or "How many nodes on the mesh are in client mode?" and get a better understanding of my local mesh.
The "Nodes" nav item in the left panel displays the total count of all known nodes, but there is no similar count to show the the number of nodes displayed based on the applied filters. Adding the count would be a useful addition to the advanced filtering options in the web client.
Proposed Solution
One option could be to update the current count to show the filtered out of total count like "Nodes (25/100)". As an alternative, the wide search input could be made smaller to add this count (and potentially other information in the future).
Current Alternatives
No response
Importance
Nice to have
Additional Context
No response