Added a basic neighbours screen for repeaters

This commit is contained in:
Winston Lowe
2026-01-18 11:17:47 -08:00
parent dba639abdc
commit 04a713bb76
30 changed files with 1075 additions and 13 deletions
+23
View File
@@ -1562,6 +1562,12 @@ class AppLocalizationsIt extends AppLocalizations {
@override
String get repeater_cliSubtitle => 'Invia comandi al ripetitore';
@override
String get repeater_neighbours => 'Neighbors';
@override
String get repeater_neighboursSubtitle => 'View zero hop neighbors.';
@override
String get repeater_settings => 'Impostazioni';
@@ -2248,6 +2254,23 @@ class AppLocalizationsIt extends AppLocalizations {
return '$celsius°C / $fahrenheit°F';
}
@override
String get neighbors_ReceivedData => 'Received Neighbours Data';
@override
String get neighbors_RequestTimedOut => 'Neighbours request timed out.';
@override
String neighbors_errorLoading(String error) {
return 'Error loading neighbors: $error';
}
@override
String get neighbors_repeatersNeighbours => 'Repeaters Neighbours';
@override
String get neighbors_noData => 'No neighbours data available.';
@override
String get channelPath_title => 'Percorso Pacchetto';