list traction and add leaderboard panel

This commit is contained in:
2025-07-25 17:36:26 +01:00
parent 985eddb35a
commit 3bef606d41
7 changed files with 191 additions and 66 deletions

View File

@@ -105,7 +105,7 @@ class LocoSummary {
locoType: json['loco_type'],
locoClass: json['loco_class'],
locoNumber: json['loco_number'],
locoName: json['loco_name'],
locoName: json['loco_name'] ?? "",
locoOperator: json['loco_operator'],
locoNotes: json['loco_notes'],
locoEvn: json['loco_evn'],
@@ -224,4 +224,3 @@ class Leg {
.toList(),
);
}