From cbe983f96c6f503cfee0b97aaecf0c0b2957ac80 Mon Sep 17 00:00:00 2001 From: Spythere Date: Thu, 13 Jul 2023 17:51:09 +0200 Subject: [PATCH] support zimnego startu lokomotyw --- src/components/sections/InputsSection.vue | 20 +------ src/components/sections/StockSection.vue | 4 +- src/components/tabs/StockListTab.vue | 59 +++++++++--------- src/components/tabs/WikiListTab.vue | 73 ++++++++++++++++------- src/components/utils/StockThumbnails.vue | 3 - src/mixins/stockMixin.ts | 5 +- src/mixins/warningsMixin.ts | 2 +- src/store.ts | 6 ++ src/styles/global.scss | 6 +- src/types.ts | 6 +- src/utils/locoUtils.ts | 5 ++ 11 files changed, 108 insertions(+), 81 deletions(-) create mode 100644 src/utils/locoUtils.ts diff --git a/src/components/sections/InputsSection.vue b/src/components/sections/InputsSection.vue index 7aac727..1ffcf91 100644 --- a/src/components/sections/InputsSection.vue +++ b/src/components/sections/InputsSection.vue @@ -107,10 +107,8 @@