From b181bca0b62e9f68b4528456b0a8c7335b303b64 Mon Sep 17 00:00:00 2001 From: Spythere Date: Sat, 20 Feb 2021 21:10:48 +0100 Subject: [PATCH] =?UTF-8?q?1.4:=20Dodano=20dzia=C5=82aj=C4=85cy=20dziennik?= =?UTF-8?q?=20aktywno=C5=9Bci=20scenerii?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/views/HistoryView.vue | 242 +++++++++++++++++++++++++++----------- 2 files changed, 176 insertions(+), 68 deletions(-) diff --git a/src/App.vue b/src/App.vue index 5f057ec..53359c5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -60,7 +60,7 @@ export default class App extends Vue { @Action("synchronizeData") synchronizeData; @Getter("getAllData") data; - private VERSION = "1.4a"; + private VERSION = "1.4"; async mounted() { this.synchronizeData(); diff --git a/src/views/HistoryView.vue b/src/views/HistoryView.vue index 77f6453..cc21c9d 100644 --- a/src/views/HistoryView.vue +++ b/src/views/HistoryView.vue @@ -1,43 +1,55 @@