From a79ca7878135f17eec1e1129e14579fa32ed885d Mon Sep 17 00:00:00 2001 From: Spythere Date: Mon, 13 Nov 2023 14:59:17 +0100 Subject: [PATCH] =?UTF-8?q?poprawki=20animacji=20status=C3=B3w=20danych=20?= =?UTF-8?q?&=20tryb=20offline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/components/TrainsView/TrainTable.vue | 173 ++++++----------------- src/typings/common.ts | 1 + src/views/SceneryView.vue | 2 + 4 files changed, 47 insertions(+), 131 deletions(-) diff --git a/src/App.vue b/src/App.vue index 9957d50..36caa16 100644 --- a/src/App.vue +++ b/src/App.vue @@ -10,7 +10,7 @@
- + diff --git a/src/components/TrainsView/TrainTable.vue b/src/components/TrainsView/TrainTable.vue index 34c6cd7..81ee5a7 100644 --- a/src/components/TrainsView/TrainTable.vue +++ b/src/components/TrainsView/TrainTable.vue @@ -1,41 +1,44 @@