Add "Exclude MQTT" filter to Nodes view. (#4825)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: James Rich <2199651+jamesarich@users.noreply.github.com>
Co-authored-by: James Rich <james.a.rich@gmail.com>
This commit is contained in:
Victorio Berra 2026-03-18 10:39:59 -05:00 committed by GitHub
parent 1e9e838025
commit eae5a6bdac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 73 additions and 2 deletions

View file

@ -150,6 +150,8 @@ fun DesktopAdaptiveNodeListScreen(
showIgnored = state.filter.showIgnored,
onToggleShowIgnored = { viewModel.nodeFilterPreferences.toggleShowIgnored() },
ignoredNodeCount = ignoredNodeCount,
excludeMqtt = state.filter.excludeMqtt,
onToggleExcludeMqtt = { viewModel.nodeFilterPreferences.toggleExcludeMqtt() },
)
}