From d19aacfe0e507c5d732e6a54971fde9e5652ef7a Mon Sep 17 00:00:00 2001 From: Spythere Date: Sun, 20 Jun 2021 14:49:35 +0200 Subject: [PATCH] =?UTF-8?q?Filtrowanie=20po=20max.=20poziomie;=20poprawki?= =?UTF-8?q?=20dost=C4=99pno=C5=9Bci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 2 +- src/components/StationsView/FilterCard.vue | 54 ++++++++++------ src/data/options.json | 68 ++++++++------------ src/lang/en.json | 11 ++-- src/lang/pl.json | 3 +- src/scripts/interfaces/Filter.ts | 1 + src/scripts/managers/stationFilterManager.ts | 3 +- 7 files changed, 76 insertions(+), 66 deletions(-) diff --git a/public/index.html b/public/index.html index ef6670a..e9ccc25 100644 --- a/public/index.html +++ b/public/index.html @@ -1,5 +1,5 @@ - + diff --git a/src/components/StationsView/FilterCard.vue b/src/components/StationsView/FilterCard.vue index 1e803b2..7edcbf9 100644 --- a/src/components/StationsView/FilterCard.vue +++ b/src/components/StationsView/FilterCard.vue @@ -1,13 +1,20 @@