Zmiana w wyglądzie elementów listy pociągów, poprawki kosmetyczne

This commit is contained in:
2020-08-31 23:45:56 +02:00
parent 2f482d94b2
commit c7950ac757
17 changed files with 550 additions and 388 deletions
+1
View File
@@ -19,6 +19,7 @@ export default interface Train {
locoURL: string;
locoType: string;
routeDistance: number;
online: boolean;
stopPoints: {
arrivalTime: string;
arrivalDelay: number;