From 678c40dd9b0efbe80068ee8f8c851636e2e5f6a4 Mon Sep 17 00:00:00 2001 From: Spythere Date: Thu, 6 Apr 2023 23:14:55 +0200 Subject: [PATCH] =?UTF-8?q?modal=20realnych=20zestawie=C5=84:=20przerobion?= =?UTF-8?q?o=20wygl=C4=85d;=20poprawiono=20performance?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 10 +- src/components/cards/RealStockCard.vue | 294 +++++++++++++++---------- src/components/tabs/StockListTab.vue | 3 +- src/store.ts | 2 +- src/types.ts | 13 +- src/utils/vehicleUtils.ts | 4 +- vite.config.ts | 10 +- 7 files changed, 194 insertions(+), 142 deletions(-) diff --git a/src/App.vue b/src/App.vue index 1340ac4..81a5715 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,10 +7,10 @@
- - - + + +
@@ -34,7 +34,9 @@ regulaminem symulatora Train Driver 2!
-
Strona jest kompletna dla wersji 2022.2.2 symulatora TD2
+
+ Strona jest kompletna dla wersji 2022.2.2 symulatora TD2 +
© Spythere {{ new Date().getUTCFullYear() }} | v{{ VERSION }} diff --git a/src/components/cards/RealStockCard.vue b/src/components/cards/RealStockCard.vue index 222d649..b4be604 100644 --- a/src/components/cards/RealStockCard.vue +++ b/src/components/cards/RealStockCard.vue @@ -1,54 +1,74 @@