From e0036bf9698a034a5cb87c06706c89b7bb088102 Mon Sep 17 00:00:00 2001 From: Spythere Date: Wed, 15 May 2024 18:40:42 +0200 Subject: [PATCH 1/6] chore: filters & stats fixes --- src/components/JournalView/JournalOptions.vue | 4 +- .../StationsView/StationFilterCard.vue | 16 ++- src/components/StationsView/StationStats.vue | 130 ++++++++++++------ src/components/StationsView/StationTable.vue | 2 +- src/components/TrainsView/TrainOptions.vue | 4 - src/locales/en.json | 7 +- src/locales/pl.json | 11 +- src/styles/global.scss | 2 - src/views/StationsView.vue | 1 + 9 files changed, 113 insertions(+), 64 deletions(-) diff --git a/src/components/JournalView/JournalOptions.vue b/src/components/JournalView/JournalOptions.vue index d427a21..44a5b90 100644 --- a/src/components/JournalView/JournalOptions.vue +++ b/src/components/JournalView/JournalOptions.vue @@ -301,6 +301,6 @@ export default defineComponent({ diff --git a/src/components/StationsView/StationFilterCard.vue b/src/components/StationsView/StationFilterCard.vue index 344d9da..ced72ed 100644 --- a/src/components/StationsView/StationFilterCard.vue +++ b/src/components/StationsView/StationFilterCard.vue @@ -1,9 +1,9 @@