feat #3642: Add infrastructure to the list of filters. (#3716)

This commit is contained in:
Dane Evans 2025-11-17 11:52:25 +11:00 committed by GitHub
parent 4015e67b2b
commit d6f39fdcb5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 192 additions and 68 deletions

View file

@ -32,6 +32,7 @@
<string name="desc_node_filter_clear">clear node filter</string>
<string name="node_filter_title">Filter by</string>
<string name="node_filter_include_unknown">Include unknown</string>
<string name="node_filter_exclude_infrastructure">Exclude infrastructure</string>
<string name="node_filter_only_online">Hide offline nodes</string>
<string name="node_filter_only_direct">Only show direct nodes</string>
<string name="node_filter_ignored">You are viewing ignored nodes,\nPress to return to the node list.</string>
@ -46,7 +47,7 @@
<string name="node_sort_via_mqtt">via MQTT</string>
<string name="via_mqtt">via MQTT</string>
<string name="node_sort_via_favorite">via Favorite</string>
<string name="node_filter_show_ignored">Ignored Nodes</string>
<string name="node_filter_show_ignored">Only show ignored Nodes</string>
<string name="unrecognized">Unrecognized</string>
<string name="message_status_enroute">Waiting to be acknowledged</string>
<string name="message_status_queued">Queued for sending</string>