diff --git a/src/assets/icon-mechaniczne+SCS.svg b/src/assets/icon-mechaniczne+SCS.svg index 2991a35..30c99ae 100644 --- a/src/assets/icon-mechaniczne+SCS.svg +++ b/src/assets/icon-mechaniczne+SCS.svg @@ -1,5 +1,5 @@ - + diff --git a/src/assets/icon-mechaniczne+SPK.svg b/src/assets/icon-mechaniczne+SPK.svg index f7fb08c..aec6d1b 100644 --- a/src/assets/icon-mechaniczne+SPK.svg +++ b/src/assets/icon-mechaniczne+SPK.svg @@ -1,5 +1,5 @@ - + diff --git a/src/assets/icon-ręczne+SCS.svg b/src/assets/icon-ręczne+SCS.svg index 4b4aa6e..4a15fd6 100644 --- a/src/assets/icon-ręczne+SCS.svg +++ b/src/assets/icon-ręczne+SCS.svg @@ -1,5 +1,5 @@ - + diff --git a/src/assets/icon-ręczne+SPK.svg b/src/assets/icon-ręczne+SPK.svg index 96a46c4..180e95e 100644 --- a/src/assets/icon-ręczne+SPK.svg +++ b/src/assets/icon-ręczne+SPK.svg @@ -1,5 +1,5 @@ - + diff --git a/src/components/StationsView/StationTable.vue b/src/components/StationsView/StationTable.vue index ddebae8..fa40e7a 100644 --- a/src/components/StationsView/StationTable.vue +++ b/src/components/StationsView/StationTable.vue @@ -44,7 +44,8 @@ - + - - {{ station.generalInfo.reqLevel > -1 ? (station.generalInfo.reqLevel >= 2 ? station.generalInfo.reqLevel : 'L') : '?' }} + + {{ station.generalInfo.reqLevel >= 2 ? station.generalInfo.reqLevel : 'L' }} + + + + non-public - - ? + + + ? + - + {{ $t(`status.${station.onlineInfo.statusID}`) }} {{ station.onlineInfo.statusID == 'online' ? station.onlineInfo.statusTimeString : '' }} @@ -99,7 +113,9 @@ {{ station.generalInfo.routes.twoWay.noCatenary }} @@ -109,7 +125,9 @@ {{ station.generalInfo.routes.oneWay.catenary }} @@ -117,7 +135,9 @@ {{ station.generalInfo.routes.oneWay.noCatenary }} @@ -147,13 +167,6 @@ :title="$t('desc.SBL') + `${station.generalInfo.SBL}`" /> - non-public - - icon-unknown + icon-unknown - {{ station.onlineInfo?.currentUsers || "0" }} + {{ station.onlineInfo?.currentUsers || '0' }} / - {{ station.onlineInfo?.maxUsers || "0" }} + {{ station.onlineInfo?.maxUsers || '0' }} - {{ station.onlineInfo?.spawns.length || "0" }} + {{ station.onlineInfo?.spawns.length || '0' }} - {{ station.onlineInfo?.scheduledTrains?.length || "0" }} + {{ station.onlineInfo?.scheduledTrains?.length || '0' }} / - {{ station.onlineInfo?.scheduledTrains?.filter((train) => train.stopInfo.confirmed).length || "0" }} + {{ station.onlineInfo?.scheduledTrains?.filter((train) => train.stopInfo.confirmed).length || '0' }} @@ -375,6 +383,17 @@ tr.station { } td.station { + &_name { + &.default { + font-weight: bold; + color: $accentCol; + } + + &.non-public { + color: #bebebe; + } + } + &_level, &_dispatcher-exp { span { @@ -385,6 +404,11 @@ td.station { line-height: 2em; margin: 0 auto; } + + img { + width: 2em; + border-radius: 50%; + } } &_level { diff --git a/src/styles/global.scss b/src/styles/global.scss index 6cff5f6..13431c1 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -138,12 +138,6 @@ input { -webkit-tap-highlight-color: transparent; } -.default-station { - font-weight: bold; - color: $accentCol; -} - - .title { color: $accentCol; font-weight: 600;