From 032f82acd2f99ed1a5b62e0f7533a66bfc9f1309 Mon Sep 17 00:00:00 2001 From: Spythere Date: Mon, 4 Mar 2024 18:06:47 +0100 Subject: [PATCH] =?UTF-8?q?animacje=20status=C3=B3w=20listy=20scenerii;=20?= =?UTF-8?q?fixy=20t=C5=82umacze=C5=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/StationsView/StationTable.vue | 563 ++++++++++--------- src/locales/en.json | 4 +- src/locales/pl.json | 5 +- 3 files changed, 288 insertions(+), 284 deletions(-) diff --git a/src/components/StationsView/StationTable.vue b/src/components/StationsView/StationTable.vue index fcb063e..6ecd927 100644 --- a/src/components/StationsView/StationTable.vue +++ b/src/components/StationsView/StationTable.vue @@ -1,294 +1,298 @@ @@ -400,8 +404,9 @@ $rowCol: #424242; .table_wrapper { overflow: auto; - overflow-y: hidden; font-weight: 500; + height: 90vh; + min-height: 550px; } .no-stations { @@ -430,39 +435,39 @@ table { top: 0; &.station { - width: 200px; + width: 12em; } &.min-lvl { - width: 120px; + width: 4em; } &.status { - width: 140px; + width: 10em; } &.dispatcher { - width: 230px; + width: 12em; } &.dispatcher-lvl { - width: 100px; + width: 6em; } &.routes-double, &.routes-single { - width: 80px; + width: 7em; } &.general { - width: 160px; + width: 10em; } &.header-image { - width: 60px; + width: 3.5em; &.user { - width: 75px; + width: 5em; } } diff --git a/src/locales/en.json b/src/locales/en.json index c15cdd8..2756bdf 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -234,8 +234,8 @@ }, "sceneries": { "headers": { - "station": "Station", - "min-lvl": "Station\nlevel", + "station": "Scenery", + "min-lvl": "Scenery\nlevel", "status": "Status", "dispatcher": "Dispatcher", "dispatcher-lvl": "Dispatcher\nlevel", diff --git a/src/locales/pl.json b/src/locales/pl.json index cc8f575..fe87555 100644 --- a/src/locales/pl.json +++ b/src/locales/pl.json @@ -225,9 +225,8 @@ }, "sceneries": { "headers": { - "station": "Stacja", - "abbr": "Skrót\nposterunku", - "min-lvl": "Poziom\nstacji", + "station": "Sceneria", + "min-lvl": "Poziom\nscenerii", "status": "Status", "dispatcher": "Dyżurny", "dispatcher-lvl": "Poziom\ndyżurnego",