From 93f2d7e526ad2d7131d350184996eb54657ffd44 Mon Sep 17 00:00:00 2001 From: Spythere Date: Wed, 2 Dec 2020 20:59:35 +0100 Subject: [PATCH] =?UTF-8?q?Zmiany=20w=20wygl=C4=85dzie=20list=20graczy=20o?= =?UTF-8?q?nline=20i=20spawn=C3=B3w?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/components/SceneryView/SceneryInfo.vue | 135 +++++++++-- src/data/debug.json | 1 + src/scripts/interfaces/Station.ts | 22 +- src/store/modules/stationsModule.ts | 264 --------------------- src/store/modules/trainsModule.ts | 198 ---------------- src/store/store.ts | 23 +- 7 files changed, 146 insertions(+), 499 deletions(-) create mode 100644 src/data/debug.json delete mode 100644 src/store/modules/stationsModule.ts delete mode 100644 src/store/modules/trainsModule.ts diff --git a/src/App.vue b/src/App.vue index ec19925..0f2ea49 100644 --- a/src/App.vue +++ b/src/App.vue @@ -59,7 +59,7 @@ export default class App extends Vue { @Action("synchronizeData") synchronizeData; @Getter("getAllData") data; - private VERSION = "1.3.2"; + private VERSION = "1.3.3"; get dataStatusClass() { if (this.data.dataConnectionStatus == 0) return "loading"; diff --git a/src/components/SceneryView/SceneryInfo.vue b/src/components/SceneryView/SceneryInfo.vue index 3769579..dbd679c 100644 --- a/src/components/SceneryView/SceneryInfo.vue +++ b/src/components/SceneryView/SceneryInfo.vue @@ -28,7 +28,7 @@ icon-spawn - {{ stationInfo.spawnString.length }} + {{ stationInfo.spawns.length }} icon-timetable @@ -108,13 +108,25 @@ GRACZE ONLINE icon-user -