mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c2f7eef146 | |||
| 3c78af4dc0 | |||
| fc7a9be9dd | |||
| 3c3a114a38 | |||
| fe6972c1f8 | |||
| 08b9b72dcd | |||
| c90be042e7 | |||
| 430a05ab38 |
+2
-1
@@ -15,12 +15,13 @@ pnpm-debug.log*
|
|||||||
|
|
||||||
# Editor directories and files
|
# Editor directories and files
|
||||||
.idea
|
.idea
|
||||||
|
.vscode
|
||||||
*.suo
|
*.suo
|
||||||
*.ntvs*
|
*.ntvs*
|
||||||
*.njsproj
|
*.njsproj
|
||||||
*.sln
|
*.sln
|
||||||
*.sw?
|
*.sw?
|
||||||
.vscode/settings.json
|
node_modules
|
||||||
|
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "https://json.schemastore.org/prettierrc",
|
|
||||||
"tabWidth": 2,
|
|
||||||
"singleQuote": true,
|
|
||||||
"printWidth": 100,
|
|
||||||
"trailingComma": "none"
|
|
||||||
}
|
|
||||||
Vendored
-3
@@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"recommendations": ["Vue.volar", "esbenp.prettier-vscode"]
|
|
||||||
}
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
# [STACJOWNIK TD2](https://stacjownik-td2.spythere.eu)
|
# [STACJOWNIK TD2](https://stacjownik-td2.web.app)
|
||||||
|
|
||||||
ODŚWIEŻANA LISTA SCENERII I SKŁADÓW ONLINE DLA [SYMULATORA TRAIN DRIVER 2](https://td2.info.pl)
|
ODŚWIEŻANA LISTA SCENERII I SKŁADÓW ONLINE DLA [SYMULATORA TRAIN DRIVER 2](https://td2.info.pl)
|
||||||
|
|
||||||
|
|||||||
+3
-9
@@ -20,7 +20,7 @@
|
|||||||
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" />
|
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" />
|
||||||
<meta name="msapplication-TileColor" content="#da532c" />
|
<meta name="msapplication-TileColor" content="#da532c" />
|
||||||
|
|
||||||
<link rel="icon" href="/favicon.ico" />
|
<link rel="icon" href="favicon.ico" />
|
||||||
|
|
||||||
<link rel="stylesheet" href="/fa/css/fontawesome.css" />
|
<link rel="stylesheet" href="/fa/css/fontawesome.css" />
|
||||||
<link rel="stylesheet" href="/fa/css/brands.css" />
|
<link rel="stylesheet" href="/fa/css/brands.css" />
|
||||||
@@ -28,13 +28,7 @@
|
|||||||
<link rel="stylesheet" href="/fa/css/solid.css" />
|
<link rel="stylesheet" href="/fa/css/solid.css" />
|
||||||
|
|
||||||
<!-- Preloads -->
|
<!-- Preloads -->
|
||||||
<link
|
<link rel="preload" href="fonts/Quicksand-Bold.woff2" as="font" type="font/woff2" crossorigin />
|
||||||
rel="preload"
|
|
||||||
href="/fonts/Quicksand-Bold.woff2"
|
|
||||||
as="font"
|
|
||||||
type="font/woff2"
|
|
||||||
crossorigin
|
|
||||||
/>
|
|
||||||
|
|
||||||
<link
|
<link
|
||||||
rel="preload"
|
rel="preload"
|
||||||
@@ -89,7 +83,7 @@
|
|||||||
|
|
||||||
<!-- Static OpenGraph meta -->
|
<!-- Static OpenGraph meta -->
|
||||||
<meta name="description" content="Pomocnik maszynisty i dyżurnego symulatora Train Driver 2" />
|
<meta name="description" content="Pomocnik maszynisty i dyżurnego symulatora Train Driver 2" />
|
||||||
<meta property="og:url" content="https://stacjownik-td2.spythere.eu/" />
|
<meta property="og:url" content="https://stacjownik-td2.web.app/" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:title" content="Stacjownik" />
|
<meta property="og:title" content="Stacjownik" />
|
||||||
<meta
|
<meta
|
||||||
|
|||||||
+3
-3
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "stacjownik",
|
"name": "stacjownik",
|
||||||
"version": "1.35.0",
|
"version": "1.31.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -26,12 +26,12 @@
|
|||||||
"vue-router": "^4.4.0"
|
"vue-router": "^4.4.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tsconfig/node24": "^24.0.4",
|
"@types/node": "^24.3.1",
|
||||||
"@types/node": "^24.12.0",
|
|
||||||
"@types/showdown": "^2.0.6",
|
"@types/showdown": "^2.0.6",
|
||||||
"@vite-pwa/assets-generator": "^1.0.0",
|
"@vite-pwa/assets-generator": "^1.0.0",
|
||||||
"@vitejs/plugin-vue": "^6.0.1",
|
"@vitejs/plugin-vue": "^6.0.1",
|
||||||
"@vue/tsconfig": "^0.8.1",
|
"@vue/tsconfig": "^0.8.1",
|
||||||
|
"axios": "^1.9.0",
|
||||||
"prettier": "^3.3.3",
|
"prettier": "^3.3.3",
|
||||||
"typescript": "^5.5.4",
|
"typescript": "^5.5.4",
|
||||||
"vite": "^7.1.4",
|
"vite": "^7.1.4",
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 22 KiB |
+31
-10
@@ -7,6 +7,11 @@
|
|||||||
|
|
||||||
<AppWelcomeCard :is-card-open="isWelcomeCardOpen" @toggle-card="closeWelcomeCard" />
|
<AppWelcomeCard :is-card-open="isWelcomeCardOpen" @toggle-card="closeWelcomeCard" />
|
||||||
|
|
||||||
|
<MigrateInfoCard
|
||||||
|
:is-open="store.isMigrateInfoCardOpen"
|
||||||
|
@toggle-card="closeMigrateInfoCard"
|
||||||
|
></MigrateInfoCard>
|
||||||
|
|
||||||
<Tooltip />
|
<Tooltip />
|
||||||
|
|
||||||
<AppHeader />
|
<AppHeader />
|
||||||
@@ -30,6 +35,7 @@
|
|||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { defineComponent } from 'vue';
|
import { defineComponent } from 'vue';
|
||||||
|
import axios from 'axios';
|
||||||
|
|
||||||
import { version } from '../package.json';
|
import { version } from '../package.json';
|
||||||
import { Status } from './typings/common';
|
import { Status } from './typings/common';
|
||||||
@@ -46,9 +52,11 @@ import UpdateCard from './components/App/UpdateCard.vue';
|
|||||||
import StorageManager from './managers/storageManager';
|
import StorageManager from './managers/storageManager';
|
||||||
import AppFooter from './components/App/AppFooter.vue';
|
import AppFooter from './components/App/AppFooter.vue';
|
||||||
import AppWelcomeCard from './components/App/AppWelcomeCard.vue';
|
import AppWelcomeCard from './components/App/AppWelcomeCard.vue';
|
||||||
|
import MigrateInfoCard from './components/App/MigrateInfoCard.vue';
|
||||||
|
|
||||||
const STORAGE_VERSION_KEY = 'app_version';
|
const STORAGE_VERSION_KEY = 'app_version';
|
||||||
const WELCOME_CARD_SEEN_KEY = 'welcome_card_seen';
|
const WELCOME_CARD_SEEN_KEY = 'welcome_card_seen';
|
||||||
|
const MIGRATE_INFO_CARD_SEEN_KEY = 'migrate_info_card_seen';
|
||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
components: {
|
components: {
|
||||||
@@ -58,6 +66,7 @@ export default defineComponent({
|
|||||||
AppFooter,
|
AppFooter,
|
||||||
UpdateCard,
|
UpdateCard,
|
||||||
AppWelcomeCard,
|
AppWelcomeCard,
|
||||||
|
MigrateInfoCard,
|
||||||
Tooltip
|
Tooltip
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -90,6 +99,7 @@ export default defineComponent({
|
|||||||
this.setupOfflineHandling();
|
this.setupOfflineHandling();
|
||||||
this.checkAppVersion();
|
this.checkAppVersion();
|
||||||
this.handleQueries();
|
this.handleQueries();
|
||||||
|
this.handleMigrateInfo();
|
||||||
|
|
||||||
this.apiStore.setupAPIData();
|
this.apiStore.setupAPIData();
|
||||||
},
|
},
|
||||||
@@ -100,6 +110,10 @@ export default defineComponent({
|
|||||||
if (query.get('welcomeCard') == '1') {
|
if (query.get('welcomeCard') == '1') {
|
||||||
this.isWelcomeCardOpen = true;
|
this.isWelcomeCardOpen = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (query.get('migrateCard') == '1') {
|
||||||
|
this.store.isMigrateInfoCardOpen = true;
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
async checkAppVersion() {
|
async checkAppVersion() {
|
||||||
@@ -113,15 +127,11 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const response = await fetch(
|
const releaseData = await (
|
||||||
'https://api.github.com/repos/Spythere/stacjownik/releases/latest'
|
await axios.get('https://api.github.com/repos/Spythere/stacjownik/releases/latest')
|
||||||
);
|
).data;
|
||||||
|
|
||||||
if (!response.ok) {
|
if (!releaseData) return;
|
||||||
throw new Error('Failed to fetch release data from repository!');
|
|
||||||
}
|
|
||||||
|
|
||||||
const releaseData = await response.json();
|
|
||||||
|
|
||||||
this.store.appUpdate = {
|
this.store.appUpdate = {
|
||||||
version,
|
version,
|
||||||
@@ -133,7 +143,7 @@ export default defineComponent({
|
|||||||
(storageVersion != '' && storageVersion != version && this.isOnProductionHost) ||
|
(storageVersion != '' && storageVersion != version && this.isOnProductionHost) ||
|
||||||
import.meta.env.VITE_UPDATE_TEST === 'test';
|
import.meta.env.VITE_UPDATE_TEST === 'test';
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error(error);
|
console.error(`Wystąpił błąd podczas pobierania danych z API GitHuba: ${error}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
StorageManager.setStringValue(STORAGE_VERSION_KEY, version);
|
StorageManager.setStringValue(STORAGE_VERSION_KEY, version);
|
||||||
@@ -162,6 +172,13 @@ export default defineComponent({
|
|||||||
this.apiStore.connectToAPI();
|
this.apiStore.connectToAPI();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
handleMigrateInfo() {
|
||||||
|
if (location.hostname != 'stacjownik-td2.web.app') return;
|
||||||
|
if (StorageManager.getBooleanValue(MIGRATE_INFO_CARD_SEEN_KEY) === true) return;
|
||||||
|
|
||||||
|
this.store.isMigrateInfoCardOpen = true;
|
||||||
|
},
|
||||||
|
|
||||||
loadLang() {
|
loadLang() {
|
||||||
const storageLang = StorageManager.getStringValue('lang');
|
const storageLang = StorageManager.getStringValue('lang');
|
||||||
|
|
||||||
@@ -183,6 +200,11 @@ export default defineComponent({
|
|||||||
closeWelcomeCard() {
|
closeWelcomeCard() {
|
||||||
this.isWelcomeCardOpen = false;
|
this.isWelcomeCardOpen = false;
|
||||||
StorageManager.setBooleanValue(WELCOME_CARD_SEEN_KEY, true);
|
StorageManager.setBooleanValue(WELCOME_CARD_SEEN_KEY, true);
|
||||||
|
},
|
||||||
|
|
||||||
|
closeMigrateInfoCard() {
|
||||||
|
this.store.isMigrateInfoCardOpen = false;
|
||||||
|
StorageManager.setBooleanValue(MIGRATE_INFO_CARD_SEEN_KEY, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -190,7 +212,6 @@ export default defineComponent({
|
|||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@use './styles/animations';
|
@use './styles/animations';
|
||||||
@use './styles/global';
|
|
||||||
|
|
||||||
// APP
|
// APP
|
||||||
#app {
|
#app {
|
||||||
|
|||||||
@@ -7,6 +7,13 @@
|
|||||||
v{{ version }}{{ isOnProductionHost ? '' : 'dev' }}
|
v{{ version }}{{ isOnProductionHost ? '' : 'dev' }}
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
<br />
|
||||||
|
<a href="https://discord.gg/x2mpNN3svk">
|
||||||
|
<img src="/images/icon-discord.png" alt="discord logo icon" /> <b class="text--discord">
|
||||||
|
{{ $t('footer.discord') }}
|
||||||
|
</b>
|
||||||
|
</a>
|
||||||
|
|
||||||
<div style="display: none">∫ ukryta taktyczna całka do programowania w HTMLu</div>
|
<div style="display: none">∫ ukryta taktyczna całka do programowania w HTMLu</div>
|
||||||
</footer>
|
</footer>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -63,19 +63,19 @@
|
|||||||
</b>
|
</b>
|
||||||
|
|
||||||
<div class="apps-grid">
|
<div class="apps-grid">
|
||||||
<a class="app-item" href="https://pojazdownik-td2.spythere.eu/" target="_blank">
|
<a class="app-item" href="https://pojazdownik-td2.web.app/" target="_blank">
|
||||||
<img src="/images/icon-pojazdownik.svg" alt="pojazdownik app logo" />
|
<img src="/images/icon-pojazdownik.svg" alt="pojazdownik app logo" />
|
||||||
<h3 class="text--primary">Pojazdownik</h3>
|
<h3 class="text--primary">Pojazdownik</h3>
|
||||||
<p>{{ $t('welcome.pojazdownik-desc') }}</p>
|
<p>{{ $t('welcome.pojazdownik-desc') }}</p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a class="app-item" href="https://generator-td2.spythere.eu/" target="_blank">
|
<a class="app-item" href="https://generator-td2.web.app/" target="_blank">
|
||||||
<img src="/images/icon-gnr.svg" alt="generator app logo" />
|
<img src="/images/icon-gnr.svg" alt="generator app logo" />
|
||||||
<h3 class="text--primary">GeneraTOR</h3>
|
<h3 class="text--primary">GeneraTOR</h3>
|
||||||
<p>{{ $t('welcome.generator-desc') }}</p>
|
<p>{{ $t('welcome.generator-desc') }}</p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a class="app-item" href="https://srjp-td2.spythere.eu/" target="_blank">
|
<a class="app-item" href="https://srjp-td2.web.app/" target="_blank">
|
||||||
<img src="/images/icon-srjp.svg" alt="srjp app logo" />
|
<img src="/images/icon-srjp.svg" alt="srjp app logo" />
|
||||||
<h3 class="text--primary">Rozkładownik</h3>
|
<h3 class="text--primary">Rozkładownik</h3>
|
||||||
<p>{{ $t('welcome.srjp-desc') }}</p>
|
<p>{{ $t('welcome.srjp-desc') }}</p>
|
||||||
|
|||||||
@@ -0,0 +1,94 @@
|
|||||||
|
<template>
|
||||||
|
<Card :is-open="isOpen" @toggle-card="toggleCard">
|
||||||
|
<div class="body-content">
|
||||||
|
<div class="content-top">
|
||||||
|
<img src="/images/icon-loading.svg" alt="loading" height="125" />
|
||||||
|
<h1>{{ t('migrate-info.header-text') }}</h1>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<p v-html="t('migrate-info.paragraph-1-html')"></p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<a class="new-link" href="https://stacjownik-td2.spythere.eu/" target="_blank">
|
||||||
|
{{ t('migrate-info.paragraph-2-link-text') }}
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
{{ t('migrate-info.paragraph-3-text') }}
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p class="info-bottom" v-html="t('migrate-info.paragraph-4-html')"></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="content-actions">
|
||||||
|
<button class="btn btn--action" @click="toggleCard">PRZYJĄŁEM!</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</Card>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script lang="ts" setup>
|
||||||
|
import { useI18n } from 'vue-i18n';
|
||||||
|
import Card from '../Global/Card.vue';
|
||||||
|
|
||||||
|
const { t } = useI18n();
|
||||||
|
|
||||||
|
defineProps({
|
||||||
|
isOpen: {
|
||||||
|
type: Boolean,
|
||||||
|
required: true
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
const emit = defineEmits(['toggleCard']);
|
||||||
|
|
||||||
|
function toggleCard() {
|
||||||
|
emit('toggleCard');
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
.body-content {
|
||||||
|
max-width: 800px;
|
||||||
|
min-height: 500px;
|
||||||
|
padding: 1em 0.5em;
|
||||||
|
|
||||||
|
display: grid;
|
||||||
|
grid-template-rows: auto 1fr auto;
|
||||||
|
gap: 0.5em;
|
||||||
|
|
||||||
|
text-align: center;
|
||||||
|
font-size: 1.1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
padding: 0.5em 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.new-link {
|
||||||
|
font-size: 1.2em;
|
||||||
|
color: var(--clr-primary);
|
||||||
|
color: transparent;
|
||||||
|
|
||||||
|
background: var(--clr-primary);
|
||||||
|
background: linear-gradient(90deg, var(--clr-primary), #ffffff);
|
||||||
|
background-clip: text;
|
||||||
|
-webkit-background-clip: text;
|
||||||
|
-webkit-text-fill-color: transparent;
|
||||||
|
|
||||||
|
text-shadow: var(--clr-primary) 0 0 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.info-bottom {
|
||||||
|
font-size: 0.9em;
|
||||||
|
color: #ccc;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content-actions {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
font-size: 1.2em;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -1,9 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<Card :is-open="isUpdateCardOpen" @toggle-card="toggleCard(false)">
|
<Card :is-open="isUpdateCardOpen" @toggle-card="toggleCard(false)">
|
||||||
<div class="content" tabindex="0" ref="content">
|
<div class="content" tabindex="0" ref="content">
|
||||||
<h1 class="content-title">
|
<h1 style="margin-bottom: 0.5em">🚀 {{ $t('update.title') }}</h1>
|
||||||
<i class="fa-solid fa-wand-sparkles"></i> {{ $t('update.title') }}
|
|
||||||
</h1>
|
|
||||||
|
|
||||||
<div class="features-body" v-if="htmlChangelog != ''" v-html="htmlChangelog"></div>
|
<div class="features-body" v-if="htmlChangelog != ''" v-html="htmlChangelog"></div>
|
||||||
<div class="no-features" v-else>{{ $t('update.no-data') }}</div>
|
<div class="no-features" v-else>{{ $t('update.no-data') }}</div>
|
||||||
@@ -18,7 +16,7 @@
|
|||||||
|
|
||||||
<i18n-t keypath="update.info-2">
|
<i18n-t keypath="update.info-2">
|
||||||
<template v-slot:link>
|
<template v-slot:link>
|
||||||
<a href="https://github.com/Spythere/stacjownik/releases" target="_blank">{{
|
<a href="https://github.com/Spythere/stacjownik" target="_blank">{{
|
||||||
$t('update.info-2-link-text')
|
$t('update.info-2-link-text')
|
||||||
}}</a>
|
}}</a>
|
||||||
</template>
|
</template>
|
||||||
@@ -88,28 +86,19 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
|
|
||||||
::v-deep(h2) {
|
::v-deep(h2) {
|
||||||
|
margin-top: 1em;
|
||||||
padding: 0.5em 0;
|
padding: 0.5em 0;
|
||||||
|
border-bottom: 1px solid #aaa;
|
||||||
&::after {
|
|
||||||
content: '';
|
|
||||||
display: block;
|
|
||||||
height: 2px;
|
|
||||||
width: 100%;
|
|
||||||
background-color: #aaa;
|
|
||||||
margin-top: 0.25em;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
::v-deep(h3) {
|
::v-deep(h3) {
|
||||||
padding-bottom: 0.25em;
|
padding: 0.5em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
::v-deep(ul) {
|
::v-deep(ul) {
|
||||||
list-style: disc;
|
list-style: disc;
|
||||||
line-height: 1.5em;
|
|
||||||
padding: 0 1.5em;
|
padding: 0 1.5em;
|
||||||
|
line-height: 1.5em;
|
||||||
padding-bottom: 0.5em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
@@ -123,19 +112,6 @@ export default defineComponent({
|
|||||||
max-width: 700px;
|
max-width: 700px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-title {
|
|
||||||
color: var(--clr-primary);
|
|
||||||
color: transparent;
|
|
||||||
|
|
||||||
background: var(--clr-primary);
|
|
||||||
background: linear-gradient(90deg, var(--clr-primary) 30%, #ffffff 90%);
|
|
||||||
background-clip: text;
|
|
||||||
-webkit-background-clip: text;
|
|
||||||
-webkit-text-fill-color: transparent;
|
|
||||||
|
|
||||||
text-shadow: var(--clr-primary) 0 0 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.no-features {
|
.no-features {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,325 +0,0 @@
|
|||||||
<template>
|
|
||||||
<div class="driver-propositions">
|
|
||||||
<h3>{{ t('trains.number-propositions-header') }}</h3>
|
|
||||||
|
|
||||||
<div class="categories-select">
|
|
||||||
<button
|
|
||||||
v-for="(category, i) in availableCategories"
|
|
||||||
class="btn btn--option btn--action"
|
|
||||||
@click="selectCategory(i)"
|
|
||||||
:class="{ checked: i == chosenCategoryIndex }"
|
|
||||||
>
|
|
||||||
{{ category }}
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div v-if="numberPropositions.length > 0" class="propositions-numbers">
|
|
||||||
<div v-if="chosenCategory">
|
|
||||||
<b>{{ chosenCategory }} </b> -
|
|
||||||
{{ t(`categories.${chosenCategory.slice(0, 2)}`) }}
|
|
||||||
({{ t(`categories.${chosenCategory.slice(2)}`) }})
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div v-if="chosenCategoryRules">
|
|
||||||
<span v-if="chosenCategoryRules[0]"
|
|
||||||
>{{ t('trains.number-propositions-third-number') }}
|
|
||||||
<b class="text--primary">{{ chosenCategoryRules[0] }}</b> •
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<span
|
|
||||||
>{{
|
|
||||||
t('trains.number-propositions-last-nums', {
|
|
||||||
count: chosenCategoryRules[1].length
|
|
||||||
})
|
|
||||||
}}
|
|
||||||
<b class="text--primary">{{ chosenCategoryRules[1] }}</b> -
|
|
||||||
<b class="text--primary">{{ chosenCategoryRules[2] }}</b></span
|
|
||||||
>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div style="margin-top: 0.5em">
|
|
||||||
<b>{{ t('trains.number-propositions-title') }} </b>
|
|
||||||
<i>{{ numberPropositions.join(', ') }}</i>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="no-propositions" v-else>{{ t('trains.number-propositions-empty') }}</div>
|
|
||||||
|
|
||||||
<div class="cargo-warnings" v-if="getCargoWarnings.size > 0">
|
|
||||||
<hr />
|
|
||||||
<h3>{{ t('cargo-warnings.title') }}</h3>
|
|
||||||
|
|
||||||
<div class="warnings-container">
|
|
||||||
<div
|
|
||||||
v-for="warning in getCargoWarnings"
|
|
||||||
class="train-badge"
|
|
||||||
:class="`${warning.split('-')[0]}`"
|
|
||||||
>
|
|
||||||
{{ t('cargo-warnings.' + warning) }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script setup lang="ts">
|
|
||||||
import { ref, computed, PropType, watch, onMounted } from 'vue';
|
|
||||||
import { useI18n } from 'vue-i18n';
|
|
||||||
import { Train } from '../../typings/common';
|
|
||||||
import rulesJSON from '../../data/trainNumberRules.json';
|
|
||||||
import { useApiStore } from '../../store/apiStore';
|
|
||||||
|
|
||||||
const { t } = useI18n();
|
|
||||||
const apiStore = useApiStore();
|
|
||||||
|
|
||||||
const props = defineProps({
|
|
||||||
chosenTrain: {
|
|
||||||
type: Object as PropType<Train>,
|
|
||||||
required: true
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
const emits = defineEmits(['selectCategory']);
|
|
||||||
|
|
||||||
const chosenCategoryIndex = ref(0);
|
|
||||||
|
|
||||||
const numberPropositions = ref<string[]>([]);
|
|
||||||
const chosenCategoryRules = ref<any[]>([]);
|
|
||||||
|
|
||||||
watch(
|
|
||||||
computed(() => props.chosenTrain.trainNo),
|
|
||||||
() => {
|
|
||||||
chosenCategoryIndex.value = 0;
|
|
||||||
generateNumberPropositions();
|
|
||||||
}
|
|
||||||
);
|
|
||||||
|
|
||||||
onMounted(() => {
|
|
||||||
generateNumberPropositions();
|
|
||||||
});
|
|
||||||
|
|
||||||
function generateNumberPropositions() {
|
|
||||||
const categoryCode = chosenCategory.value?.slice(0, 2);
|
|
||||||
const trainNoStr = props.chosenTrain.trainNo.toString();
|
|
||||||
|
|
||||||
// Get category rules
|
|
||||||
const rules = categoryCode
|
|
||||||
? ((rulesJSON.categoriesRules as any)[categoryCode] as any[])
|
|
||||||
: undefined;
|
|
||||||
|
|
||||||
if (!categoryCode || !rules) {
|
|
||||||
numberPropositions.value.length = 0;
|
|
||||||
chosenCategoryRules.value.length = 0;
|
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
const [thirdNumber, minRange, maxRange] = rules;
|
|
||||||
|
|
||||||
const propositionsArr: string[] = [];
|
|
||||||
|
|
||||||
for (let i = 0; i < 5; i++) {
|
|
||||||
let generatedNumStr = '';
|
|
||||||
|
|
||||||
generatedNumStr += trainNoStr[0] ?? Math.floor(Math.random() * 10);
|
|
||||||
generatedNumStr += trainNoStr[1] ?? Math.floor(Math.random() * 10);
|
|
||||||
|
|
||||||
// Third number
|
|
||||||
generatedNumStr += thirdNumber ?? '';
|
|
||||||
|
|
||||||
// Remaining numbers
|
|
||||||
const rangeNums = minRange?.length ?? 3;
|
|
||||||
|
|
||||||
const randRange = Math.floor(
|
|
||||||
Math.random() * (Number(maxRange) - Number(minRange)) + Number(minRange)
|
|
||||||
).toString();
|
|
||||||
|
|
||||||
const leadingZeros = new Array(Math.abs(randRange.toString().length - rangeNums))
|
|
||||||
.fill('0')
|
|
||||||
.join('');
|
|
||||||
|
|
||||||
generatedNumStr += `${leadingZeros}${randRange}`;
|
|
||||||
|
|
||||||
const isNumberTaken =
|
|
||||||
apiStore.activeData?.trains?.some((t) => t.trainNo.toString() == generatedNumStr) ?? false;
|
|
||||||
|
|
||||||
if (!isNumberTaken) {
|
|
||||||
propositionsArr.push(generatedNumStr);
|
|
||||||
} else {
|
|
||||||
i--;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (Number(randRange) > Number(maxRange)) break;
|
|
||||||
}
|
|
||||||
|
|
||||||
numberPropositions.value = propositionsArr;
|
|
||||||
chosenCategoryRules.value = rules;
|
|
||||||
}
|
|
||||||
|
|
||||||
const chosenCategory = computed(() => {
|
|
||||||
return availableCategories.value[chosenCategoryIndex.value];
|
|
||||||
});
|
|
||||||
|
|
||||||
const getCargoWarnings = computed(() => {
|
|
||||||
const stockList = props.chosenTrain.stockList;
|
|
||||||
|
|
||||||
let warnings: Set<string> = new Set();
|
|
||||||
|
|
||||||
stockList.forEach((stockVehicle) => {
|
|
||||||
const [vehicleName, vehicleCargo] = stockVehicle.split(':');
|
|
||||||
|
|
||||||
if (vehicleName.startsWith('WB117')) warnings.add(vehicleCargo ? 'twr-un1965' : 'tn-un1965');
|
|
||||||
else if (vehicleName.startsWith('445Rb'))
|
|
||||||
warnings.add(vehicleCargo ? 'tn-un1202' : 'tn-un1202-empty');
|
|
||||||
else if (vehicleName.startsWith('EDK80')) warnings.add('pn-edk80');
|
|
||||||
|
|
||||||
if (vehicleCargo) {
|
|
||||||
if (vehicleCargo.startsWith('wt_20')) warnings.add('pn-innofreight');
|
|
||||||
else if (/^(tank|vehicles_01|truck)/.test(vehicleCargo)) warnings.add('pn-military');
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
return warnings;
|
|
||||||
});
|
|
||||||
|
|
||||||
const availableCategories = computed(() => {
|
|
||||||
const stockList = props.chosenTrain.stockList;
|
|
||||||
const headVehicle = stockList[0]?.split('-')[0] ?? '';
|
|
||||||
|
|
||||||
let availableCategories: string[] = [];
|
|
||||||
let categoryTraction = 'E';
|
|
||||||
|
|
||||||
let vehicleTypesSet = new Set<string>();
|
|
||||||
let wagonsNamesSet = new Set<string>();
|
|
||||||
let cargoNamesSet = new Set<string>();
|
|
||||||
|
|
||||||
for (const stockName of stockList) {
|
|
||||||
const [vehicleName, ...cargoList] = stockName.split(':');
|
|
||||||
|
|
||||||
const vehicleData = apiStore.vehiclesData?.vehicles.find((v) => v.name == vehicleName);
|
|
||||||
|
|
||||||
if (!vehicleData) continue;
|
|
||||||
|
|
||||||
vehicleTypesSet.add(vehicleData.type);
|
|
||||||
|
|
||||||
if (vehicleData.type.startsWith('wagon-')) wagonsNamesSet.add(vehicleData.name.split('_')[0]);
|
|
||||||
|
|
||||||
if (cargoList !== undefined) cargoList.forEach((c) => cargoNamesSet.add(c.split('_')[0]));
|
|
||||||
}
|
|
||||||
|
|
||||||
let vehicleTypesArr = [...vehicleTypesSet];
|
|
||||||
let wagonsNamesArr = [...wagonsNamesSet];
|
|
||||||
|
|
||||||
// Traction
|
|
||||||
if (vehicleTypesArr[0] == 'loco-electric') categoryTraction = 'E';
|
|
||||||
else if (vehicleTypesArr[0] == 'loco-diesel') categoryTraction = 'S';
|
|
||||||
else if (vehicleTypesArr[0] == 'unit-electric') categoryTraction = 'J';
|
|
||||||
else categoryTraction = 'M';
|
|
||||||
|
|
||||||
// EMU / DMU - M*, R*, P*
|
|
||||||
if (vehicleTypesArr.length == 1 && (categoryTraction == 'J' || categoryTraction == 'M')) {
|
|
||||||
availableCategories.push('MO', 'MP', 'MM', 'RO', 'RP', 'RA', 'RM', 'PW');
|
|
||||||
}
|
|
||||||
// Only locos (up to 3) - LT, LP, LS
|
|
||||||
else if (stockList.length <= 3 && vehicleTypesArr.every((v) => v.startsWith('loco-'))) {
|
|
||||||
if (/^(EU|ET|201E|4E|SU|ST|M62|CTLR4C)/.test(headVehicle)) availableCategories.push('LT');
|
|
||||||
if (/^(EU|EP|SU|SP)/.test(headVehicle)) availableCategories.push('LP');
|
|
||||||
if (/^(SM)/.test(headVehicle)) availableCategories.push('LS');
|
|
||||||
}
|
|
||||||
// Only locos (more than 3) - TH
|
|
||||||
else if (stockList.length > 3 && vehicleTypesArr.every((v) => v.startsWith('loco-'))) {
|
|
||||||
availableCategories.push('TH');
|
|
||||||
}
|
|
||||||
// Loco(s) + passenger only wagons - M*, R*, E*, P*
|
|
||||||
else if (vehicleTypesArr.every((v) => v.startsWith('loco-') || v == 'wagon-passenger')) {
|
|
||||||
availableCategories.push('EI', 'EC', 'EN', 'MO', 'MP', 'MM', 'RO', 'RP', 'RA', 'RM', 'PW');
|
|
||||||
}
|
|
||||||
// Loco(s) + cargo only / mixed wagons - T*, Z*
|
|
||||||
else {
|
|
||||||
if (wagonsNamesArr.every((v) => /^(627Z|412Z)/.test(v)))
|
|
||||||
availableCategories.push('TC', 'TD', 'TS');
|
|
||||||
else if (stockList.slice(1).every((v) => /PKPE/.test(v))) {
|
|
||||||
availableCategories.push('ZU', 'ZN');
|
|
||||||
} else if (wagonsNamesArr.length < 3 || cargoNamesSet.size < 3) {
|
|
||||||
availableCategories.push('TM', 'TG', 'TS', 'TK');
|
|
||||||
} else {
|
|
||||||
availableCategories.push('TN', 'TR', 'TS', 'TK');
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
return availableCategories.map((c) => `${c}${categoryTraction}`);
|
|
||||||
});
|
|
||||||
|
|
||||||
function selectCategory(i: number) {
|
|
||||||
chosenCategoryIndex.value = i;
|
|
||||||
generateNumberPropositions();
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
|
||||||
@use '../../styles/responsive';
|
|
||||||
@use '../../styles/badge';
|
|
||||||
|
|
||||||
.driver-propositions {
|
|
||||||
margin-bottom: 1em;
|
|
||||||
padding: 0.5em;
|
|
||||||
background-color: #111;
|
|
||||||
}
|
|
||||||
|
|
||||||
.categories-select {
|
|
||||||
display: inline-flex;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
gap: 0.5em;
|
|
||||||
margin-top: 0.5em;
|
|
||||||
|
|
||||||
position: relative;
|
|
||||||
|
|
||||||
&::after {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
bottom: calc(-0.5em);
|
|
||||||
left: 0;
|
|
||||||
|
|
||||||
width: 100%;
|
|
||||||
height: 2px;
|
|
||||||
background-color: #aaa;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.propositions-numbers {
|
|
||||||
margin-top: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.no-propositions {
|
|
||||||
margin-top: 1em;
|
|
||||||
color: #ccc;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cargo-warnings {
|
|
||||||
margin-top: 0.5em;
|
|
||||||
|
|
||||||
h3 {
|
|
||||||
margin: 0.5em 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.warnings-container {
|
|
||||||
display: flex;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
gap: 0.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
@include responsive.smallScreen {
|
|
||||||
.driver-propositions {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.categories-select {
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.warnings-container {
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
@@ -1,41 +1,37 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="driver-top-actions">
|
<div class="driver-top-actions">
|
||||||
<div class="actions-container">
|
<div class="actions-container">
|
||||||
<div class="actions actions-left">
|
<div class="actions actions-left">
|
||||||
<button class="a-button btn--filled btn--image" @click="routerReturn">
|
<button class="a-button btn--filled btn--image" @click="routerReturn">
|
||||||
<img src="/images/icon-back.svg" alt="train icon" />
|
<img src="/images/icon-back.svg" alt="train icon" />
|
||||||
<span>
|
<span>
|
||||||
{{ t('trains.driver-return-link') }}
|
{{ t('trains.driver-return-link') }}
|
||||||
</span>
|
</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="actions actions-right">
|
<div class="actions actions-right">
|
||||||
<a
|
<a class="a-button btn--filled btn--image" :href="`https://srjp-td2.web.app/?id=${chosenTrain.id}`"
|
||||||
class="a-button btn--filled btn--image"
|
target="_blank">
|
||||||
:href="`https://srjp-td2.spythere.eu/?id=${chosenTrain.id}`"
|
<span class="hidable">
|
||||||
target="_blank"
|
{{ t('trains.driver-srjp-link') }}
|
||||||
>
|
</span>
|
||||||
<span class="hidable">
|
|
||||||
{{ t('trains.driver-srjp-link') }}
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<img src="/images/icon-srjp.svg" alt="srjp icon" />
|
<img src="/images/icon-srjp.svg" alt="srjp icon" />
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<router-link
|
<router-link :to="`/journal/timetables?search-driver=${chosenTrain.driverName}`"
|
||||||
:to="`/profile?playerId=${chosenTrain.driverId}`"
|
class="a-button btn--filled btn--image">
|
||||||
class="a-button btn--filled btn--image"
|
<span class="hidable">
|
||||||
>
|
{{ t('trains.driver-journal-link') }}
|
||||||
<span class="hidable">
|
</span>
|
||||||
{{ t('trains.driver-profile-link') }}
|
|
||||||
</span>
|
<img src="/images/icon-train.svg" alt="train icon" />
|
||||||
|
</router-link>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<img src="/images/icon-user.svg" alt="user icon" />
|
|
||||||
</router-link>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
@@ -48,40 +44,42 @@ const router = useRouter();
|
|||||||
const { t } = useI18n();
|
const { t } = useI18n();
|
||||||
|
|
||||||
defineProps({
|
defineProps({
|
||||||
chosenTrain: {
|
chosenTrain: {
|
||||||
type: Object as PropType<Train>,
|
type: Object as PropType<Train>,
|
||||||
required: true
|
required: true
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
function routerReturn() {
|
function routerReturn() {
|
||||||
router.back();
|
router.back();
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@use '../../styles/responsive';
|
@use '../../styles/responsive';
|
||||||
|
|
||||||
|
|
||||||
.actions-container {
|
.actions-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
gap: 0.5em;
|
gap: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.actions {
|
.actions {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 0.5em;
|
gap: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.actions-container > .actions > .a-button {
|
.actions-container>.actions>.a-button {
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
border-radius: 0.5em 0.5em 0 0;
|
border-radius: 0.5em 0.5em 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@include responsive.smallScreen {
|
@include responsive.smallScreen {
|
||||||
span.hidable {
|
span.hidable {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
@@ -4,21 +4,66 @@
|
|||||||
|
|
||||||
<!-- Train action buttons -->
|
<!-- Train action buttons -->
|
||||||
<div class="train-stock-actions">
|
<div class="train-stock-actions">
|
||||||
<button class="btn btn--action" @click="copyStockToClipboard()">
|
<button class="btn btn--action" style="margin: 1em 0" @click="copyStockToClipboard()">
|
||||||
<i class="fa-regular fa-copy"></i> {{ i18n.t('trains.stock-copy') }}
|
<i class="fa-regular fa-copy"></i> {{ i18n.t('trains.stock-copy') }}
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button class="btn btn--action" @click="toggleNumberPropositions()">
|
<button class="btn btn--action" style="margin: 1em 0" @click="toggleNumberPropositions()">
|
||||||
<i class="fa-regular fa-lightbulb"></i> {{ i18n.t('trains.number-propositions') }}
|
<i class="fa-regular fa-lightbulb"></i> {{ i18n.t('trains.number-propositions') }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Proposed numbers container -->
|
<!-- Proposed numbers container -->
|
||||||
<transition name="view-anim">
|
<transition name="view-anim" class="propositions-container">
|
||||||
<DriverPropositions :chosenTrain="chosenTrain" v-if="arePropositionsVisible" />
|
<div v-if="arePropositionsVisible">
|
||||||
|
<h3 style="margin-bottom: 0.5em">{{ i18n.t('trains.number-propositions-header') }}</h3>
|
||||||
|
|
||||||
|
<div class="categories-select">
|
||||||
|
<button
|
||||||
|
v-for="(category, i) in availableCategories"
|
||||||
|
class="btn btn--option btn--action"
|
||||||
|
@click="selectCategory(i)"
|
||||||
|
:class="{ checked: i == chosenCategoryIndex }"
|
||||||
|
>
|
||||||
|
{{ category }}
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div v-if="numberPropositions.length > 0" class="propositions-numbers">
|
||||||
|
<div v-if="chosenCategory">
|
||||||
|
<b>{{ chosenCategory }} </b> -
|
||||||
|
{{ i18n.t(`categories.${chosenCategory.slice(0, 2)}`) }}
|
||||||
|
({{ i18n.t(`categories.${chosenCategory.slice(2)}`) }})
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div v-if="chosenCategoryRules">
|
||||||
|
<span v-if="chosenCategoryRules[0]"
|
||||||
|
>{{ i18n.t('trains.number-propositions-third-number') }}
|
||||||
|
<b class="text--primary">{{ chosenCategoryRules[0] }}</b> •
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<span
|
||||||
|
>{{
|
||||||
|
i18n.t('trains.number-propositions-last-nums', {
|
||||||
|
count: chosenCategoryRules[1].length
|
||||||
|
})
|
||||||
|
}}
|
||||||
|
<b class="text--primary">{{ chosenCategoryRules[1] }}</b> -
|
||||||
|
<b class="text--primary">{{ chosenCategoryRules[2] }}</b></span
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div style="margin-top: 0.5em">
|
||||||
|
<b>{{ i18n.t('trains.number-propositions-title') }} </b>
|
||||||
|
<i>{{ numberPropositions.join(', ') }}</i>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="no-propositions" v-else>{{ i18n.t('trains.number-propositions-empty') }}</div>
|
||||||
|
</div>
|
||||||
</transition>
|
</transition>
|
||||||
|
|
||||||
<StockList :trainStockList="chosenTrain.stockList" :key="chosenTrain.id" :showPreviews="true" />
|
<StockList :trainStockList="chosenTrain.stockList" />
|
||||||
<TrainSchedule :train="chosenTrain" />
|
<TrainSchedule :train="chosenTrain" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -27,15 +72,25 @@
|
|||||||
import { PropType, ref } from 'vue';
|
import { PropType, ref } from 'vue';
|
||||||
import { Train } from '../../typings/common';
|
import { Train } from '../../typings/common';
|
||||||
import { useI18n } from 'vue-i18n';
|
import { useI18n } from 'vue-i18n';
|
||||||
|
import { useApiStore } from '../../store/apiStore';
|
||||||
|
|
||||||
import StockList from '../Global/StockList.vue';
|
import StockList from '../Global/StockList.vue';
|
||||||
import TrainSchedule from '../TrainsView/TrainSchedule.vue';
|
import TrainSchedule from '../TrainsView/TrainSchedule.vue';
|
||||||
import TrainInfo from '../TrainsView/TrainInfo.vue';
|
import TrainInfo from '../TrainsView/TrainInfo.vue';
|
||||||
import DriverPropositions from './DriverPropositions.vue';
|
|
||||||
|
import rulesJSON from '../../data/trainNumberRules.json';
|
||||||
|
import { computed } from 'vue';
|
||||||
|
import { watch } from 'vue';
|
||||||
|
|
||||||
|
const apiStore = useApiStore();
|
||||||
|
|
||||||
const i18n = useI18n();
|
const i18n = useI18n();
|
||||||
|
|
||||||
const arePropositionsVisible = ref(false);
|
const arePropositionsVisible = ref(false);
|
||||||
|
const chosenCategoryIndex = ref(0);
|
||||||
|
|
||||||
|
const numberPropositions = ref<string[]>([]);
|
||||||
|
const chosenCategoryRules = ref<any[]>([]);
|
||||||
|
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
chosenTrain: {
|
chosenTrain: {
|
||||||
@@ -64,7 +119,153 @@ function copyStockToClipboard() {
|
|||||||
|
|
||||||
function toggleNumberPropositions() {
|
function toggleNumberPropositions() {
|
||||||
arePropositionsVisible.value = !arePropositionsVisible.value;
|
arePropositionsVisible.value = !arePropositionsVisible.value;
|
||||||
|
|
||||||
|
if (arePropositionsVisible.value) generateNumberPropositions();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function selectCategory(i: number) {
|
||||||
|
chosenCategoryIndex.value = i;
|
||||||
|
|
||||||
|
generateNumberPropositions();
|
||||||
|
}
|
||||||
|
|
||||||
|
function generateNumberPropositions() {
|
||||||
|
const categoryCode = chosenCategory.value?.slice(0, 2);
|
||||||
|
const trainNoStr = props.chosenTrain.trainNo.toString();
|
||||||
|
|
||||||
|
// Get category rules
|
||||||
|
const rules = categoryCode
|
||||||
|
? ((rulesJSON.categoriesRules as any)[categoryCode] as any[])
|
||||||
|
: undefined;
|
||||||
|
|
||||||
|
if (!categoryCode || !rules) {
|
||||||
|
numberPropositions.value.length = 0;
|
||||||
|
chosenCategoryRules.value.length = 0;
|
||||||
|
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
const [thirdNumber, minRange, maxRange] = rules;
|
||||||
|
|
||||||
|
const propositionsArr: string[] = [];
|
||||||
|
|
||||||
|
for (let i = 0; i < 5; i++) {
|
||||||
|
let generatedNumStr = '';
|
||||||
|
|
||||||
|
generatedNumStr += trainNoStr.at(0) ?? Math.floor(Math.random() * 10);
|
||||||
|
generatedNumStr += trainNoStr.at(1) ?? Math.floor(Math.random() * 10);
|
||||||
|
|
||||||
|
// Third number
|
||||||
|
generatedNumStr += thirdNumber ?? '';
|
||||||
|
|
||||||
|
// Remaining numbers
|
||||||
|
const rangeNums = minRange?.length ?? 3;
|
||||||
|
|
||||||
|
const randRange = Math.floor(
|
||||||
|
Math.random() * (Number(maxRange) - Number(minRange)) + Number(minRange)
|
||||||
|
).toString();
|
||||||
|
|
||||||
|
const leadingZeros = new Array(Math.abs(randRange.toString().length - rangeNums))
|
||||||
|
.fill('0')
|
||||||
|
.join('');
|
||||||
|
|
||||||
|
generatedNumStr += `${leadingZeros}${randRange}`;
|
||||||
|
|
||||||
|
const isNumberTaken =
|
||||||
|
apiStore.activeData?.trains?.some((t) => t.trainNo.toString() == generatedNumStr) ?? false;
|
||||||
|
|
||||||
|
if (!isNumberTaken) {
|
||||||
|
propositionsArr.push(generatedNumStr);
|
||||||
|
} else {
|
||||||
|
i--;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (Number(randRange) > Number(maxRange)) break;
|
||||||
|
}
|
||||||
|
|
||||||
|
numberPropositions.value = propositionsArr;
|
||||||
|
chosenCategoryRules.value = rules;
|
||||||
|
}
|
||||||
|
|
||||||
|
const chosenCategory = computed(() => {
|
||||||
|
return availableCategories.value.at(chosenCategoryIndex.value);
|
||||||
|
});
|
||||||
|
|
||||||
|
const availableCategories = computed(() => {
|
||||||
|
const stockList = props.chosenTrain.stockList;
|
||||||
|
const headVehicle = stockList.at(0)?.split('-')[0] ?? '';
|
||||||
|
|
||||||
|
let availableCategories: string[] = [];
|
||||||
|
let categoryTraction = 'E';
|
||||||
|
|
||||||
|
let vehicleTypesSet = new Set<string>();
|
||||||
|
let wagonsNamesSet = new Set<string>();
|
||||||
|
let cargoNamesSet = new Set<string>();
|
||||||
|
|
||||||
|
for (const stockName of stockList) {
|
||||||
|
const [vehicleName, ...cargoList] = stockName.split(':');
|
||||||
|
|
||||||
|
const vehicleData = apiStore.vehiclesData?.vehicles.find((v) => v.name == vehicleName);
|
||||||
|
|
||||||
|
if (!vehicleData) continue;
|
||||||
|
|
||||||
|
vehicleTypesSet.add(vehicleData.type);
|
||||||
|
|
||||||
|
if (vehicleData.type.startsWith('wagon-')) wagonsNamesSet.add(vehicleData.name.split('_')[0]);
|
||||||
|
|
||||||
|
if (cargoList !== undefined) cargoList.forEach((c) => cargoNamesSet.add(c.split('_')[0]));
|
||||||
|
}
|
||||||
|
|
||||||
|
let vehicleTypesArr = [...vehicleTypesSet];
|
||||||
|
let wagonsNamesArr = [...wagonsNamesSet];
|
||||||
|
|
||||||
|
// Traction
|
||||||
|
if (vehicleTypesArr[0] == 'loco-electric') categoryTraction = 'E';
|
||||||
|
else if (vehicleTypesArr[0] == 'loco-diesel') categoryTraction = 'S';
|
||||||
|
else if (vehicleTypesArr[0] == 'unit-electric') categoryTraction = 'J';
|
||||||
|
else categoryTraction = 'M';
|
||||||
|
|
||||||
|
// EMU / DMU - M*, R*, P*
|
||||||
|
if (vehicleTypesArr.length == 1 && (categoryTraction == 'J' || categoryTraction == 'M')) {
|
||||||
|
availableCategories.push('MO', 'MP', 'MM', 'RO', 'RP', 'RA', 'RM', 'PW');
|
||||||
|
}
|
||||||
|
// Only locos (up to 3) - LT, LP, LS
|
||||||
|
else if (stockList.length <= 3 && vehicleTypesArr.every((v) => v.startsWith('loco-'))) {
|
||||||
|
if (/^(EU|ET|201E|4E|SU|ST|M62|CTLR4C)/.test(headVehicle)) availableCategories.push('LT');
|
||||||
|
if (/^(EU|EP|SU|SP)/.test(headVehicle)) availableCategories.push('LP');
|
||||||
|
if (/^(SM)/.test(headVehicle)) availableCategories.push('LS');
|
||||||
|
}
|
||||||
|
// Only locos (more than 3) - TH
|
||||||
|
else if (stockList.length > 3 && vehicleTypesArr.every((v) => v.startsWith('loco-'))) {
|
||||||
|
availableCategories.push('TH');
|
||||||
|
}
|
||||||
|
// Loco(s) + passenger only wagons - M*, R*, E*, P*
|
||||||
|
else if (vehicleTypesArr.every((v) => v.startsWith('loco-') || v == 'wagon-passenger')) {
|
||||||
|
availableCategories.push('EI', 'EC', 'EN', 'MO', 'MP', 'MM', 'RO', 'RP', 'RA', 'RM', 'PW');
|
||||||
|
}
|
||||||
|
// Loco(s) + cargo only / mixed wagons - T*, Z*
|
||||||
|
else {
|
||||||
|
if (wagonsNamesArr.every((v) => /^(627Z|412Z)/.test(v)))
|
||||||
|
availableCategories.push('TC', 'TD', 'TS');
|
||||||
|
else if (stockList.slice(1).every((v) => /PKPE/.test(v))) {
|
||||||
|
availableCategories.push('ZU', 'ZN');
|
||||||
|
} else if (wagonsNamesArr.length < 3 || cargoNamesSet.size < 3) {
|
||||||
|
availableCategories.push('TM', 'TG', 'TS', 'TK');
|
||||||
|
} else {
|
||||||
|
availableCategories.push('TN', 'TR', 'TS', 'TK');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return availableCategories.map((c) => `${c}${categoryTraction}`);
|
||||||
|
});
|
||||||
|
|
||||||
|
watch(
|
||||||
|
computed(() => `${props.chosenTrain.trainNo}`),
|
||||||
|
() => {
|
||||||
|
chosenCategoryIndex.value = 0;
|
||||||
|
generateNumberPropositions();
|
||||||
|
}
|
||||||
|
);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@@ -78,13 +279,49 @@ function toggleNumberPropositions() {
|
|||||||
|
|
||||||
.train-stock-actions {
|
.train-stock-actions {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
gap: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.propositions-container {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
padding: 0.5em;
|
||||||
|
background-color: #111;
|
||||||
|
}
|
||||||
|
|
||||||
|
.categories-select {
|
||||||
|
display: inline-flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 0.5em;
|
gap: 0.5em;
|
||||||
margin: 1em 0;
|
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
&::after {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
bottom: calc(-0.5em);
|
||||||
|
left: 0;
|
||||||
|
|
||||||
|
width: 100%;
|
||||||
|
height: 2px;
|
||||||
|
background-color: #aaa;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.propositions-numbers {
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.no-propositions {
|
||||||
|
margin-top: 1em;
|
||||||
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
@include responsive.smallScreen {
|
@include responsive.smallScreen {
|
||||||
.train-stock-actions {
|
.propositions-container {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.categories-select {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -160,7 +160,7 @@ ul.options {
|
|||||||
|
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
||||||
z-index: 150;
|
z-index: 100;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
|
|||||||
@@ -7,8 +7,6 @@
|
|||||||
:vehicle-string="vehicleString"
|
:vehicle-string="vehicleString"
|
||||||
:images="images"
|
:images="images"
|
||||||
:image-fallbacks="imagesFallbacks"
|
:image-fallbacks="imagesFallbacks"
|
||||||
:show-previews="showPreviews"
|
|
||||||
:thumbnail-size="thumbnailSize"
|
|
||||||
/>
|
/>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -25,9 +23,7 @@ export default defineComponent({
|
|||||||
|
|
||||||
props: {
|
props: {
|
||||||
trainStockList: { type: Array as PropType<string[]>, required: true },
|
trainStockList: { type: Array as PropType<string[]>, required: true },
|
||||||
tractionOnly: { type: Boolean, required: false },
|
tractionOnly: { type: Boolean, required: false }
|
||||||
showPreviews: { type: Boolean },
|
|
||||||
thumbnailSize: { type: Number }
|
|
||||||
},
|
},
|
||||||
|
|
||||||
data() {
|
data() {
|
||||||
|
|||||||
@@ -9,10 +9,9 @@
|
|||||||
<img
|
<img
|
||||||
v-for="(thumbnailImage, imageIndex) in images"
|
v-for="(thumbnailImage, imageIndex) in images"
|
||||||
:src="`https://stacjownik.spythere.eu/static/thumbnails/${thumbnailImage}.png`"
|
:src="`https://stacjownik.spythere.eu/static/thumbnails/${thumbnailImage}.png`"
|
||||||
:height="thumbnailSize || 70"
|
height="70"
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
:data-crosshair-cursor="showPreviews"
|
data-tooltip-type="VehiclePreviewTooltip"
|
||||||
:data-tooltip-type="showPreviews ? 'VehiclePreviewTooltip' : ''"
|
|
||||||
:data-tooltip-content="vehicleString"
|
:data-tooltip-content="vehicleString"
|
||||||
@error="onImageError($event, imageFallbacks[imageIndex])"
|
@error="onImageError($event, imageFallbacks[imageIndex])"
|
||||||
@load="onImageLoad"
|
@load="onImageLoad"
|
||||||
@@ -27,9 +26,7 @@ import { computed, PropType, Ref, ref } from 'vue';
|
|||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
vehicleString: { type: String, required: true },
|
vehicleString: { type: String, required: true },
|
||||||
images: { type: Object as PropType<string[]>, required: true },
|
images: { type: Object as PropType<string[]>, required: true },
|
||||||
imageFallbacks: { type: Object as PropType<string[]>, required: true },
|
imageFallbacks: { type: Object as PropType<string[]>, required: true }
|
||||||
showPreviews: { type: Boolean },
|
|
||||||
thumbnailSize: { type: Number }
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const thumbRef = ref(null) as Ref<HTMLElement | null>;
|
const thumbRef = ref(null) as Ref<HTMLElement | null>;
|
||||||
@@ -68,7 +65,7 @@ function onImageLoad() {
|
|||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #aaa;
|
color: #aaa;
|
||||||
font-size: 0.8em;
|
font-size: 0.85em;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 0.25em 0;
|
padding: 0.25em 0;
|
||||||
}
|
}
|
||||||
@@ -77,10 +74,8 @@ function onImageLoad() {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
padding: 0.5em 0;
|
cursor: crosshair;
|
||||||
|
|
||||||
&[data-crosshair-cursor='true'] {
|
padding: 0.5em 0;
|
||||||
cursor: crosshair;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="daily-stats">
|
<section class="daily-stats">
|
||||||
<span :data-active="apiStore.dataStatuses.dailyStatsData">
|
<span :data-active="statsStatus">
|
||||||
<h3>
|
<h3>
|
||||||
{{ $t('journal.daily-stats.title') }}
|
{{ $t('journal.daily-stats.title') }}
|
||||||
<b class="text--primary">{{ new Date().toLocaleDateString($i18n.locale) }}</b>
|
<b class="text--primary">{{ new Date().toLocaleDateString($i18n.locale) }}</b>
|
||||||
@@ -8,11 +8,11 @@
|
|||||||
|
|
||||||
<hr class="header-separator" />
|
<hr class="header-separator" />
|
||||||
|
|
||||||
<b v-if="apiStore.dataStatuses.dailyStatsData == Status.Data.Loading">
|
<b v-if="statsStatus == Status.Data.Loading">
|
||||||
{{ $t('app.loading') }}
|
{{ $t('app.loading') }}
|
||||||
</b>
|
</b>
|
||||||
|
|
||||||
<b class="text--error" v-else-if="apiStore.dataStatuses.dailyStatsData == Status.Data.Error">
|
<b class="text--error" v-else-if="statsStatus == Status.Data.Error">
|
||||||
{{ $t('journal.stats-error') }}
|
{{ $t('journal.stats-error') }}
|
||||||
</b>
|
</b>
|
||||||
|
|
||||||
@@ -20,48 +20,42 @@
|
|||||||
{{ $t('journal.daily-stats.info') }}
|
{{ $t('journal.daily-stats.info') }}
|
||||||
</b>
|
</b>
|
||||||
|
|
||||||
<div v-else-if="apiStore.dailyStatsData">
|
<div v-else>
|
||||||
<ul class="stats-list">
|
<ul class="stats-list">
|
||||||
<li v-if="apiStore.dailyStatsData.totalTimetables">
|
<li v-if="stats.totalTimetables">
|
||||||
<i18n-t keypath="journal.daily-stats.total">
|
<i18n-t keypath="journal.daily-stats.total">
|
||||||
<template #count>
|
<template #count>
|
||||||
<b class="text--primary">
|
<b class="text--primary">
|
||||||
{{ apiStore.dailyStatsData.totalTimetables }}
|
{{ stats.totalTimetables }}
|
||||||
{{ $t('journal.daily-stats.count', apiStore.dailyStatsData.totalTimetables) }}
|
{{ $t('journal.daily-stats.count', stats.totalTimetables) }}
|
||||||
</b>
|
</b>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template #distance>
|
<template #distance>
|
||||||
<b class="text--primary">
|
<b class="text--primary"> {{ stats.distanceSum?.toFixed(2) }} km</b>
|
||||||
{{ apiStore.dailyStatsData.distanceSum?.toFixed(2) }} km</b
|
|
||||||
>
|
|
||||||
</template>
|
</template>
|
||||||
</i18n-t>
|
</i18n-t>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li v-if="apiStore.dailyStatsData.maxTimetable">
|
<li v-if="stats.maxTimetable">
|
||||||
<i18n-t keypath="journal.daily-stats.longest">
|
<i18n-t keypath="journal.daily-stats.longest">
|
||||||
<template #id>
|
<template #id>
|
||||||
<router-link
|
<router-link :to="`/journal/timetables?search-train=%23${stats.maxTimetable.id}`">
|
||||||
:to="`/journal/timetables?search-train=%23${apiStore.dailyStatsData.maxTimetable.id}`"
|
<b>{{ stats.maxTimetable.id }}</b>
|
||||||
>
|
|
||||||
<b>{{ apiStore.dailyStatsData.maxTimetable.id }}</b>
|
|
||||||
</router-link>
|
</router-link>
|
||||||
</template>
|
</template>
|
||||||
<template #author>
|
<template #author>
|
||||||
<router-link
|
<router-link
|
||||||
:to="`/journal/timetables?search-dispatcher=${apiStore.dailyStatsData.maxTimetable.authorName}`"
|
:to="`/journal/timetables?search-dispatcher=${stats.maxTimetable.authorName}`"
|
||||||
>
|
>
|
||||||
<b>{{ apiStore.dailyStatsData.maxTimetable.authorName }}</b>
|
<b>{{ stats.maxTimetable.authorName }}</b>
|
||||||
</router-link>
|
</router-link>
|
||||||
</template>
|
</template>
|
||||||
<template #driver>
|
<template #driver>
|
||||||
<b class="text--primary">{{ apiStore.dailyStatsData.maxTimetable.driverName }}</b>
|
<b class="text--primary">{{ stats.maxTimetable.driverName }}</b>
|
||||||
</template>
|
</template>
|
||||||
<template #distance>
|
<template #distance>
|
||||||
<b class="text--primary"
|
<b class="text--primary">{{ stats.maxTimetable.routeDistance }} km</b>
|
||||||
>{{ apiStore.dailyStatsData.maxTimetable.routeDistance }} km</b
|
|
||||||
>
|
|
||||||
</template>
|
</template>
|
||||||
</i18n-t>
|
</i18n-t>
|
||||||
</li>
|
</li>
|
||||||
@@ -107,37 +101,35 @@
|
|||||||
</i18n-t>
|
</i18n-t>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li v-if="apiStore.dailyStatsData.longestDuties.length > 0">
|
<li v-if="stats.longestDuties.length > 0">
|
||||||
<i18n-t keypath="journal.daily-stats.longest-duties">
|
<i18n-t keypath="journal.daily-stats.longest-duties">
|
||||||
<template #dispatcher>
|
<template #dispatcher>
|
||||||
<router-link
|
<router-link
|
||||||
:to="`/journal/dispatchers?search-dispatcher=${apiStore.dailyStatsData.longestDuties[0].name}`"
|
:to="`/journal/dispatchers?search-dispatcher=${stats.longestDuties[0].name}`"
|
||||||
>
|
>
|
||||||
<b>{{ apiStore.dailyStatsData.longestDuties[0].name }}</b>
|
<b>{{ stats.longestDuties[0].name }}</b>
|
||||||
</router-link>
|
</router-link>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template #station>{{ apiStore.dailyStatsData.longestDuties[0].station }}</template>
|
<template #station>{{ stats.longestDuties[0].station }}</template>
|
||||||
|
|
||||||
<template #duration>
|
<template #duration>
|
||||||
{{ humanizeDuration(apiStore.dailyStatsData.longestDuties[0].duration) }}
|
{{ calculateDuration(stats.longestDuties[0].duration) }}
|
||||||
</template>
|
</template>
|
||||||
</i18n-t>
|
</i18n-t>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li v-if="apiStore.dailyStatsData.mostActiveDrivers.length > 0">
|
<li v-if="stats.mostActiveDrivers.length > 0">
|
||||||
<i18n-t keypath="journal.daily-stats.most-active-driver">
|
<i18n-t keypath="journal.daily-stats.most-active-driver">
|
||||||
<template #driver>
|
<template #driver>
|
||||||
<router-link
|
<router-link
|
||||||
:to="`/journal/timetables?search-driver=${apiStore.dailyStatsData.mostActiveDrivers[0].name}`"
|
:to="`/journal/timetables?search-driver=${stats.mostActiveDrivers[0].name}`"
|
||||||
>
|
>
|
||||||
<b>{{ apiStore.dailyStatsData.mostActiveDrivers[0].name }}</b>
|
<b>{{ stats.mostActiveDrivers[0].name }}</b>
|
||||||
</router-link>
|
</router-link>
|
||||||
</template>
|
</template>
|
||||||
<template #distance>
|
<template #distance>
|
||||||
<b class="text--primary"
|
<b class="text--primary">{{ stats.mostActiveDrivers[0].distance.toFixed(2) }} km</b>
|
||||||
>{{ apiStore.dailyStatsData.mostActiveDrivers[0].distance.toFixed(2) }} km</b
|
|
||||||
>
|
|
||||||
</template>
|
</template>
|
||||||
</i18n-t>
|
</i18n-t>
|
||||||
</li>
|
</li>
|
||||||
@@ -159,11 +151,7 @@
|
|||||||
>
|
>
|
||||||
<span>{{ $t(`journal.daily-stats.${key}`) }}</span>
|
<span>{{ $t(`journal.daily-stats.${key}`) }}</span>
|
||||||
<span>
|
<span>
|
||||||
{{
|
{{ Object.entries(stats.globalDiff).find(([k, v]) => k == key)?.[1] || '--' }}
|
||||||
Object.entries(apiStore.dailyStatsData.globalDiff).find(
|
|
||||||
([k, v]) => k == key
|
|
||||||
)?.[1] || '--'
|
|
||||||
}}
|
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
@@ -172,25 +160,76 @@
|
|||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts">
|
||||||
import { computed, onMounted } from 'vue';
|
import { defineComponent } from 'vue';
|
||||||
import { useApiStore } from '../../store/apiStore';
|
import dateMixin from '../../mixins/dateMixin';
|
||||||
|
|
||||||
|
import { API } from '../../typings/api';
|
||||||
import { Status } from '../../typings/common';
|
import { Status } from '../../typings/common';
|
||||||
import { humanizeDuration } from '../../composables/time';
|
import { useApiStore } from '../../store/apiStore';
|
||||||
|
|
||||||
onMounted(() => {
|
export default defineComponent({
|
||||||
apiStore.fetchDailyStats();
|
name: 'journal-daily-stats',
|
||||||
});
|
|
||||||
|
|
||||||
const apiStore = useApiStore();
|
mixins: [dateMixin],
|
||||||
|
|
||||||
const topDispatchers = computed(() => {
|
data() {
|
||||||
if (!apiStore.dailyStatsData || apiStore.dailyStatsData.mostActiveDispatchers.length == 0)
|
return {
|
||||||
return [];
|
Status,
|
||||||
|
statsStatus: Status.Data.Loading,
|
||||||
|
intervalId: -1,
|
||||||
|
|
||||||
const maxCount = apiStore.dailyStatsData.mostActiveDispatchers[0].count;
|
stats: {} as API.DailyStats.Response,
|
||||||
|
apiStore: useApiStore()
|
||||||
|
};
|
||||||
|
},
|
||||||
|
|
||||||
return apiStore.dailyStatsData.mostActiveDispatchers.filter((disp) => disp.count === maxCount);
|
activated() {
|
||||||
|
this.startFetchingDailyStats();
|
||||||
|
},
|
||||||
|
|
||||||
|
deactivated() {
|
||||||
|
this.stopFetchingDailyStats();
|
||||||
|
},
|
||||||
|
|
||||||
|
computed: {
|
||||||
|
topDispatchers() {
|
||||||
|
if (this.stats.mostActiveDispatchers.length == 0) return [];
|
||||||
|
const maxCount = this.stats.mostActiveDispatchers[0].count;
|
||||||
|
|
||||||
|
return this.stats.mostActiveDispatchers.filter((disp) => disp.count === maxCount);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
methods: {
|
||||||
|
async fetchDailyTimetableStats() {
|
||||||
|
try {
|
||||||
|
const res: API.DailyStats.Response = await (
|
||||||
|
await this.apiStore.client!.get('api/getDailyStats')
|
||||||
|
).data;
|
||||||
|
|
||||||
|
this.stats = res;
|
||||||
|
|
||||||
|
this.statsStatus = Status.Data.Loaded;
|
||||||
|
} catch (error) {
|
||||||
|
console.error('Ups! Wystąpił błąd podczas pobierania statystyk rozkładów jazdy...');
|
||||||
|
this.statsStatus = Status.Data.Error;
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
startFetchingDailyStats() {
|
||||||
|
this.fetchDailyTimetableStats();
|
||||||
|
|
||||||
|
if (this.intervalId != -1) return;
|
||||||
|
|
||||||
|
this.intervalId = window.setInterval(this.fetchDailyTimetableStats, 60000);
|
||||||
|
},
|
||||||
|
|
||||||
|
stopFetchingDailyStats() {
|
||||||
|
clearInterval(this.intervalId);
|
||||||
|
this.intervalId = -1;
|
||||||
|
}
|
||||||
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@@ -226,7 +265,7 @@ ul.stats-list {
|
|||||||
gap: 0.5em;
|
gap: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@include responsive.smallScreen {
|
@include responsive.smallScreen{
|
||||||
h3 {
|
h3 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,20 +18,7 @@
|
|||||||
</b>
|
</b>
|
||||||
|
|
||||||
<span
|
<span
|
||||||
v-if="isCreator(entry.dispatcherName)"
|
v-if="apiStore.donatorsData.includes(entry.dispatcherName)"
|
||||||
data-tooltip-type="CreatorTooltip"
|
|
||||||
:data-tooltip-content="$t('donations.creator-message')"
|
|
||||||
>
|
|
||||||
<router-link
|
|
||||||
class="text--creator"
|
|
||||||
:to="`/journal/dispatchers?search-dispatcher=${entry.dispatcherName}`"
|
|
||||||
>
|
|
||||||
{{ entry.dispatcherName }}
|
|
||||||
</router-link>
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<span
|
|
||||||
v-else-if="apiStore.donatorsData.includes(entry.dispatcherName)"
|
|
||||||
data-tooltip-type="DonatorTooltip"
|
data-tooltip-type="DonatorTooltip"
|
||||||
:data-tooltip-content="$t('donations.dispatcher-message')"
|
:data-tooltip-content="$t('donations.dispatcher-message')"
|
||||||
>
|
>
|
||||||
@@ -135,7 +122,6 @@ import styleMixin from '../../../mixins/styleMixin';
|
|||||||
import { useApiStore } from '../../../store/apiStore';
|
import { useApiStore } from '../../../store/apiStore';
|
||||||
import StationStatusBadge from '../../Global/StationStatusBadge.vue';
|
import StationStatusBadge from '../../Global/StationStatusBadge.vue';
|
||||||
import FlagIcon from '../../Global/FlagIcon.vue';
|
import FlagIcon from '../../Global/FlagIcon.vue';
|
||||||
import { isCreator } from '../../../utils/userUtils';
|
|
||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
props: {
|
props: {
|
||||||
@@ -148,7 +134,7 @@ export default defineComponent({
|
|||||||
emits: ['toggleShowExtraInfo'],
|
emits: ['toggleShowExtraInfo'],
|
||||||
|
|
||||||
data() {
|
data() {
|
||||||
return { regions, apiStore: useApiStore(), isCreator };
|
return { regions, apiStore: useApiStore() };
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
@@ -0,0 +1,85 @@
|
|||||||
|
<template>
|
||||||
|
<div class="journal-stats dispatcher" v-if="dispatcherName && stats">
|
||||||
|
<span class="loading" v-if="!stats.issuedTimetables && !stats.services">
|
||||||
|
{{ $t('journal.dispatcher-stats.empty') }}
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<span v-else>
|
||||||
|
<h3>
|
||||||
|
<i18n-t keypath="journal.dispatcher-stats.title">
|
||||||
|
<template #name>
|
||||||
|
<span class="text--primary">{{ dispatcherName.toUpperCase() }}</span>
|
||||||
|
</template>
|
||||||
|
</i18n-t>
|
||||||
|
</h3>
|
||||||
|
|
||||||
|
<hr class="header-separator" />
|
||||||
|
|
||||||
|
<div class="info-stats">
|
||||||
|
<span class="badge stat-badge" v-if="stats.services">
|
||||||
|
<span>{{ $t('journal.dispatcher-stats.services-count') }}</span>
|
||||||
|
<span>{{ stats.services.count }}</span>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<span class="badge stat-badge" v-if="stats.services">
|
||||||
|
<span>{{ $t('journal.dispatcher-stats.service-max') }}</span>
|
||||||
|
<span>{{ calculateDuration(stats.services.durationMax) }}</span>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<span class="badge stat-badge" v-if="stats.services">
|
||||||
|
<span>{{ $t('journal.dispatcher-stats.service-avg') }}</span>
|
||||||
|
<span>{{ calculateDuration(stats.services.durationAvg) }}</span>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<hr class="section-separator" v-if="stats.issuedTimetables" />
|
||||||
|
|
||||||
|
<div class="info-stats" v-if="stats.issuedTimetables">
|
||||||
|
<span class="badge stat-badge">
|
||||||
|
<span>{{ $t('journal.dispatcher-stats.timetables-count') }}</span>
|
||||||
|
<span>{{ stats.issuedTimetables.count }}</span>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<span class="badge stat-badge">
|
||||||
|
<span>{{ $t('journal.dispatcher-stats.timetables-sum') }}</span>
|
||||||
|
<span>{{ stats.issuedTimetables.distanceSum.toFixed(2) }}km</span>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<span class="badge stat-badge">
|
||||||
|
<span>{{ $t('journal.dispatcher-stats.timetables-max') }}</span>
|
||||||
|
<span>{{ stats.issuedTimetables.distanceMax.toFixed(2) }}km</span>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<span class="badge stat-badge">
|
||||||
|
<span>{{ $t('journal.dispatcher-stats.timetables-avg') }}</span>
|
||||||
|
<span>{{ stats.issuedTimetables.distanceAvg.toFixed(2) }}km</span>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script lang="ts">
|
||||||
|
import { defineComponent } from 'vue';
|
||||||
|
import dateMixin from '../../../mixins/dateMixin';
|
||||||
|
import { useMainStore } from '../../../store/mainStore';
|
||||||
|
|
||||||
|
export default defineComponent({
|
||||||
|
name: 'journal-dispatcher-stats',
|
||||||
|
|
||||||
|
mixins: [dateMixin],
|
||||||
|
|
||||||
|
setup() {
|
||||||
|
const store = useMainStore();
|
||||||
|
|
||||||
|
return {
|
||||||
|
stats: store.dispatcherStatsData,
|
||||||
|
dispatcherName: store.dispatcherStatsName
|
||||||
|
};
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
@use '../../../styles/journal-stats';
|
||||||
|
</style>
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="dropdown filters-options" @keydown.esc="showOptions = false">
|
<div class="filters-options dropdown" @keydown.esc="showOptions = false">
|
||||||
<div class="dropdown_background" v-if="showOptions" @click="showOptions = false"></div>
|
<div class="dropdown_background" v-if="showOptions" @click="showOptions = false"></div>
|
||||||
|
|
||||||
<div class="actions-bar">
|
<div class="actions-bar">
|
||||||
@@ -120,15 +120,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="options_actions">
|
<div class="options_actions">
|
||||||
<button class="btn--action" @click="onResetButtonClick">
|
<button class="btn--action" @click="onResetButtonClick">
|
||||||
{{ $t('options.reset-button') }}
|
{{ $t('options.reset-button') }}
|
||||||
</button>
|
</button>
|
||||||
<button class="btn--action" @click="onSearchButtonConfirm">
|
<button class="btn--action" @click="onSearchButtonConfirm">
|
||||||
{{ $t('options.search-button') }}
|
{{ $t('options.search-button') }}
|
||||||
</button>
|
</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</transition>
|
</transition>
|
||||||
@@ -269,9 +269,9 @@ export default defineComponent({
|
|||||||
|
|
||||||
this.searchTimeout = window.setTimeout(async () => {
|
this.searchTimeout = window.setTimeout(async () => {
|
||||||
try {
|
try {
|
||||||
const suggestions: string[] = await this.apiStore.client.get(
|
const suggestions: string[] = await (
|
||||||
`api/get${type}Suggestions?name=${value}`
|
await this.apiStore.client!.get(`api/get${type}Suggestions?name=${value}`)
|
||||||
);
|
).data;
|
||||||
|
|
||||||
this[`${type}Suggestions`] = suggestions;
|
this[`${type}Suggestions`] = suggestions;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
@@ -330,23 +330,4 @@ export default defineComponent({
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@use '../../styles/dropdown';
|
@use '../../styles/dropdown';
|
||||||
@use '../../styles/dropdown-filters';
|
@use '../../styles/dropdown-filters';
|
||||||
@use '../../styles/responsive';
|
|
||||||
|
|
||||||
.dropdown_wrapper {
|
|
||||||
display: grid;
|
|
||||||
grid-template-rows: 1fr auto;
|
|
||||||
overflow: hidden;
|
|
||||||
max-height: calc(100% - 4.5em);
|
|
||||||
top: 3.5em;
|
|
||||||
padding: 1em 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.options_content {
|
|
||||||
overflow: auto;
|
|
||||||
padding: 0 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.options_actions {
|
|
||||||
padding: 0 1em;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -2,80 +2,89 @@
|
|||||||
<div
|
<div
|
||||||
class="journal-stats dropdown"
|
class="journal-stats dropdown"
|
||||||
v-if="!mainStore.isOffline"
|
v-if="!mainStore.isOffline"
|
||||||
@keydown.esc="isDropdownOpen = false"
|
@keydown.esc="currentStatsTab = null"
|
||||||
>
|
>
|
||||||
<div class="dropdown_background" v-if="isDropdownOpen" @click="isDropdownOpen = false"></div>
|
<div
|
||||||
|
class="dropdown_background"
|
||||||
|
v-if="currentStatsTab !== null"
|
||||||
|
@click="currentStatsTab = null"
|
||||||
|
></div>
|
||||||
|
|
||||||
<div class="actions-bar">
|
<div class="actions-bar">
|
||||||
<button class="btn--filled btn--image" @click="toggleDropdown">
|
|
||||||
<img :src="`/images/icon-stats.svg`" alt="stats icon" />
|
|
||||||
{{ $t('journal.daily-stats.button') }}
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<button
|
<button
|
||||||
|
v-for="button in statsButtons"
|
||||||
|
:key="button.tab"
|
||||||
class="btn--filled btn--image"
|
class="btn--filled btn--image"
|
||||||
:data-disabled="chosenPlayerId == -1"
|
:data-selected="button.tab == currentStatsTab"
|
||||||
@click="navigateToProfile"
|
:data-disabled="button.disabled"
|
||||||
|
:disabled="button.disabled"
|
||||||
|
@click="onTabButtonClick(button.tab)"
|
||||||
>
|
>
|
||||||
<img :src="`/images/icon-user.svg`" alt="user icon" />
|
<img
|
||||||
{{ $t('profile.journal-button') }}
|
v-if="button.iconName"
|
||||||
|
:src="`/images/icon-${button.iconName}.svg`"
|
||||||
|
:alt="button.iconName"
|
||||||
|
/>
|
||||||
|
{{ $t(button.localeKey) }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<transition name="dropdown-anim">
|
<transition name="dropdown-anim">
|
||||||
<div class="dropdown_wrapper" v-if="isDropdownOpen">
|
<div
|
||||||
|
class="dropdown_wrapper"
|
||||||
|
:class="{ 'dropdown-align-right': true }"
|
||||||
|
v-if="currentStatsTab !== null"
|
||||||
|
>
|
||||||
<keep-alive>
|
<keep-alive>
|
||||||
<JournalDailyStats />
|
<component :is="currentStatsTab" :key="currentStatsTab"></component>
|
||||||
</keep-alive>
|
</keep-alive>
|
||||||
</div>
|
</div>
|
||||||
</transition>
|
</transition>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts">
|
||||||
import { ref } from 'vue';
|
import { defineComponent, PropType } from 'vue';
|
||||||
import { useMainStore } from '../../store/mainStore';
|
import { useMainStore } from '../../store/mainStore';
|
||||||
|
import StorageManager from '../../managers/storageManager';
|
||||||
|
import { Journal } from './typings';
|
||||||
import JournalDailyStats from './JournalDailyStats.vue';
|
import JournalDailyStats from './JournalDailyStats.vue';
|
||||||
import { useRouter } from 'vue-router';
|
import JournalDispatcherStats from '../JournalView/JournalDispatchers/JournalDispatcherStats.vue';
|
||||||
|
import JournalDriverStats from '../JournalView/JournalTimetables/JournalDriverStats.vue';
|
||||||
|
|
||||||
const router = useRouter();
|
export default defineComponent({
|
||||||
|
components: { JournalDailyStats, JournalDriverStats, JournalDispatcherStats },
|
||||||
|
props: {
|
||||||
|
statsButtons: {
|
||||||
|
type: Array as PropType<Journal.StatsButton[]>,
|
||||||
|
required: true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
Journal,
|
||||||
|
mainStore: useMainStore(),
|
||||||
|
currentStatsTab: null as Journal.StatsTab | null
|
||||||
|
};
|
||||||
|
},
|
||||||
|
|
||||||
const props = defineProps({
|
methods: {
|
||||||
chosenPlayerId: {
|
onTabButtonClick(tab: Journal.StatsTab) {
|
||||||
type: Number,
|
this.currentStatsTab = tab == this.currentStatsTab ? null : tab;
|
||||||
required: true
|
|
||||||
|
StorageManager.setStringValue('journalStatsTab', this.currentStatsTab ?? '');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
const mainStore = useMainStore();
|
|
||||||
const isDropdownOpen = ref(false);
|
|
||||||
|
|
||||||
function toggleDropdown() {
|
|
||||||
isDropdownOpen.value = !isDropdownOpen.value;
|
|
||||||
}
|
|
||||||
|
|
||||||
function navigateToProfile() {
|
|
||||||
if (props.chosenPlayerId == -1) return;
|
|
||||||
|
|
||||||
router.push(`/profile?playerId=${props.chosenPlayerId}`);
|
|
||||||
}
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@use '../../styles/dropdown';
|
@use '../../styles/dropdown';
|
||||||
@use '../../styles/dropdown-filters';
|
@use '../../styles/dropdown-filters';
|
||||||
@use '../../styles/responsive';
|
|
||||||
|
|
||||||
.dropdown_wrapper {
|
.dropdown_wrapper.dropdown-align-right {
|
||||||
left: auto;
|
left: auto;
|
||||||
right: 0;
|
right: 0;
|
||||||
max-width: 700px;
|
max-width: 700px;
|
||||||
top: 3.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
@include responsive.smallScreen {
|
|
||||||
.dropdown_wrapper {
|
|
||||||
top: 6.25em;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -19,237 +19,209 @@
|
|||||||
<div class="details-body" v-if="showExtraInfo">
|
<div class="details-body" v-if="showExtraInfo">
|
||||||
<div class="g-separator"></div>
|
<div class="g-separator"></div>
|
||||||
|
|
||||||
<div v-if="timetableDetails">
|
<EntryStops :timetable="timetable" />
|
||||||
<EntryStops :timetable="timetableDetails" />
|
|
||||||
|
|
||||||
|
<div class="g-separator"></div>
|
||||||
|
|
||||||
|
<div class="timetable-specs">
|
||||||
|
<span class="badge specs-badge" v-if="timetable.authorName">
|
||||||
|
<span>{{ $t('journal.dispatcher-name') }}</span>
|
||||||
|
<span>{{ timetable.authorName }}</span>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<span class="badge specs-badge" v-if="timetable.trainMaxSpeed">
|
||||||
|
<span>{{ $t('journal.stock-timetable-speed') }}</span>
|
||||||
|
<span> {{ timetable.trainMaxSpeed }}km/h </span>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<span class="badge specs-badge" v-if="timetable.maxSpeed">
|
||||||
|
<span>{{ $t('journal.stock-max-speed') }}</span>
|
||||||
|
<span>{{ timetable.maxSpeed }}km/h</span>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="stock-dangers" v-if="timetable.warningNotes">
|
||||||
<div class="g-separator"></div>
|
<div class="g-separator"></div>
|
||||||
|
|
||||||
<div class="timetable-specs">
|
<b>{{ $t('journal.stock-dangers') }}:</b>
|
||||||
<span class="badge specs-badge" v-if="timetableDetails.authorName">
|
|
||||||
<span>{{ $t('journal.dispatcher-name') }}</span>
|
<ul>
|
||||||
<span>{{ timetableDetails.authorName }}</span>
|
<li v-if="timetable.twr">
|
||||||
|
<b class="text--primary">{{ $t('warnings.TWR') }} (TWR)</b>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li v-if="timetable.skr">
|
||||||
|
<b class="text--primary">{{ $t('warnings.SKR') }}</b>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li v-if="timetable.hasDangerousCargo">
|
||||||
|
<b class="text--primary">{{ $t('warnings.TN') }}</b>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li v-if="timetable.hasExtraDeliveries">
|
||||||
|
<b class="text--primary">{{ $t('warnings.PN') }}</b>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<div class="dangers-notes" v-if="timetable.warningNotes">
|
||||||
|
<h4>{{ $t('warnings.header-title') }}</h4>
|
||||||
|
<p>
|
||||||
|
<i>{{ timetable.warningNotes }}</i>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Historia zmian w składzie -->
|
||||||
|
<div v-if="timetable.stockString || stockHistory.length != 0">
|
||||||
|
<div class="g-separator"></div>
|
||||||
|
|
||||||
|
<b>{{ $t('journal.stock-preview') }}:</b>
|
||||||
|
|
||||||
|
<div class="stock-specs" style="margin-top: 0.5em">
|
||||||
|
<span class="badge specs-badge" v-if="timetable.stockLength">
|
||||||
|
<span>{{ $t('journal.stock-length') }}</span>
|
||||||
|
<span>
|
||||||
|
{{
|
||||||
|
currentHistoryIndex == 0
|
||||||
|
? timetable.stockLength
|
||||||
|
: stockHistory[currentHistoryIndex].stockLength || timetable.stockLength
|
||||||
|
}}m
|
||||||
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span class="badge specs-badge" v-if="timetableDetails.trainMaxSpeed">
|
<span class="badge specs-badge" v-if="timetable.stockMass">
|
||||||
<span>{{ $t('journal.stock-timetable-speed') }}</span>
|
<span>{{ $t('journal.stock-mass') }}</span>
|
||||||
<span> {{ timetableDetails.trainMaxSpeed }}km/h </span>
|
<span>
|
||||||
</span>
|
{{
|
||||||
|
Math.floor(
|
||||||
<span class="badge specs-badge" v-if="timetableDetails.maxSpeed">
|
(currentHistoryIndex == 0
|
||||||
<span>{{ $t('journal.stock-max-speed') }}</span>
|
? timetable.stockMass
|
||||||
<span>{{ timetableDetails.maxSpeed }}km/h</span>
|
: stockHistory[currentHistoryIndex].stockMass || timetable.stockMass) / 1000
|
||||||
|
)
|
||||||
|
}}t
|
||||||
|
</span>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="stock-dangers" v-if="timetableDetails.warningNotes">
|
<div class="stock-history">
|
||||||
<div class="g-separator"></div>
|
<button class="btn btn--action" @click="copyStockToClipboard()">
|
||||||
|
<i class="fa-regular fa-copy"></i> {{ $t('journal.stock-copy') }}
|
||||||
|
</button>
|
||||||
|
|
||||||
<b>{{ $t('journal.stock-dangers') }}:</b>
|
<button
|
||||||
|
v-for="(sh, i) in stockHistory"
|
||||||
<ul>
|
:key="i"
|
||||||
<li v-if="timetableDetails.twr">
|
class="btn--action"
|
||||||
<b class="text--primary">{{ $t('warnings.TWR') }} (TWR)</b>
|
:data-checked="i == currentHistoryIndex"
|
||||||
</li>
|
@click.stop="currentHistoryIndex = i"
|
||||||
|
>
|
||||||
<li v-if="timetableDetails.skr">
|
{{ sh.updatedAt }}
|
||||||
<b class="text--primary">{{ $t('warnings.SKR') }}</b>
|
</button>
|
||||||
</li>
|
|
||||||
|
|
||||||
<li v-if="timetableDetails.hasDangerousCargo">
|
|
||||||
<b class="text--primary">{{ $t('warnings.TN') }}</b>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li v-if="timetableDetails.hasExtraDeliveries">
|
|
||||||
<b class="text--primary">{{ $t('warnings.PN') }}</b>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<div class="dangers-notes" v-if="timetableDetails.warningNotes">
|
|
||||||
<h4>{{ $t('warnings.header-title') }}</h4>
|
|
||||||
<p>
|
|
||||||
<i>{{ timetableDetails.warningNotes }}</i>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Historia zmian w składzie -->
|
<div v-if="timetable.stockString" style="margin-top: 1em">
|
||||||
<div v-if="timetableDetails.stockString || stockHistory.length != 0">
|
<StockList
|
||||||
<div class="g-separator"></div>
|
:trainStockList="
|
||||||
|
(currentHistoryIndex == 0
|
||||||
<b>{{ $t('journal.stock-preview') }}:</b>
|
? timetable.stockString
|
||||||
|
: stockHistory[currentHistoryIndex].stockString
|
||||||
<div class="stock-specs" style="margin-top: 0.5em">
|
).split(';')
|
||||||
<span class="badge specs-badge" v-if="timetableDetails.stockLength">
|
"
|
||||||
<span>{{ $t('journal.stock-length') }}</span>
|
/>
|
||||||
<span>
|
|
||||||
{{
|
|
||||||
currentHistoryIndex == 0
|
|
||||||
? timetableDetails.stockLength
|
|
||||||
: stockHistory[currentHistoryIndex].stockLength || timetableDetails.stockLength
|
|
||||||
}}m
|
|
||||||
</span>
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<span class="badge specs-badge" v-if="timetableDetails.stockMass">
|
|
||||||
<span>{{ $t('journal.stock-mass') }}</span>
|
|
||||||
<span>
|
|
||||||
{{
|
|
||||||
Math.floor(
|
|
||||||
(currentHistoryIndex == 0
|
|
||||||
? timetableDetails.stockMass
|
|
||||||
: stockHistory[currentHistoryIndex].stockMass || timetableDetails.stockMass) /
|
|
||||||
1000
|
|
||||||
)
|
|
||||||
}}t
|
|
||||||
</span>
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="stock-history">
|
|
||||||
<button class="btn btn--action" @click="copyStockToClipboard()">
|
|
||||||
<i class="fa-regular fa-copy"></i> {{ $t('journal.stock-copy') }}
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<button
|
|
||||||
v-for="(sh, i) in stockHistory"
|
|
||||||
:key="i"
|
|
||||||
class="btn--action"
|
|
||||||
:data-checked="i == currentHistoryIndex"
|
|
||||||
@click.stop="currentHistoryIndex = i"
|
|
||||||
>
|
|
||||||
{{ sh.updatedAt }}
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div v-if="timetableDetails.stockString" style="margin-top: 1em">
|
|
||||||
<StockList
|
|
||||||
:trainStockList="
|
|
||||||
(currentHistoryIndex == 0
|
|
||||||
? timetableDetails.stockString
|
|
||||||
: stockHistory[currentHistoryIndex].stockString
|
|
||||||
).split(';')
|
|
||||||
"
|
|
||||||
:showPreviews="true"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts">
|
||||||
import { computed, PropType, ref } from 'vue';
|
import { PropType, defineComponent } from 'vue';
|
||||||
|
import StockList from '../../Global/StockList.vue';
|
||||||
|
import { API } from '../../../typings/api';
|
||||||
import { RouteLocationRaw } from 'vue-router';
|
import { RouteLocationRaw } from 'vue-router';
|
||||||
|
import EntryStops from './EntryStops.vue';
|
||||||
import { useI18n } from 'vue-i18n';
|
import { useI18n } from 'vue-i18n';
|
||||||
|
|
||||||
import StockList from '../../Global/StockList.vue';
|
export default defineComponent({
|
||||||
import EntryStops from './EntryStops.vue';
|
components: { StockList, EntryStops },
|
||||||
import { API } from '../../../typings/api';
|
|
||||||
import { useApiStore } from '../../../store/apiStore';
|
|
||||||
|
|
||||||
const i18n = useI18n();
|
emits: ['toggleExtraInfo'],
|
||||||
const apiStore = useApiStore();
|
|
||||||
|
|
||||||
const props = defineProps({
|
props: {
|
||||||
showExtraInfo: {
|
showExtraInfo: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
required: true
|
required: true
|
||||||
|
},
|
||||||
|
timetable: {
|
||||||
|
type: Object as PropType<API.TimetableHistory.Data>,
|
||||||
|
required: true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
currentHistoryIndex: 0,
|
||||||
|
i18n: useI18n()
|
||||||
|
};
|
||||||
|
},
|
||||||
|
computed: {
|
||||||
|
stockHistory() {
|
||||||
|
return this.timetable.stockHistory
|
||||||
|
.slice()
|
||||||
|
.reverse()
|
||||||
|
.map((h) => {
|
||||||
|
const historyData = h.split('@');
|
||||||
|
return {
|
||||||
|
updatedAt: new Date(Number(historyData[0])).toLocaleTimeString(this.$i18n.locale, {
|
||||||
|
hour: '2-digit',
|
||||||
|
minute: '2-digit'
|
||||||
|
}),
|
||||||
|
stockString: historyData[1],
|
||||||
|
stockMass: Number(historyData[2]) || undefined,
|
||||||
|
stockLength: Number(historyData[3]) || undefined
|
||||||
|
};
|
||||||
|
});
|
||||||
|
},
|
||||||
|
|
||||||
timetableEntry: {
|
driverRouteLocation(): RouteLocationRaw | null {
|
||||||
type: Object as PropType<API.TimetableHistory.DataShort>,
|
if (this.timetable.terminated) return null;
|
||||||
required: true
|
return {
|
||||||
}
|
name: 'DriverView',
|
||||||
});
|
query: {
|
||||||
|
trainId: `${this.timetable.driverId}|${this.timetable.trainNo}|eu`
|
||||||
const emits = defineEmits(['toggleExtraInfo']);
|
}
|
||||||
const currentHistoryIndex = ref(0);
|
};
|
||||||
|
|
||||||
const timetableDetails = ref<API.TimetableHistory.Data | null>(null);
|
|
||||||
|
|
||||||
const stockHistory = computed(() => {
|
|
||||||
return (
|
|
||||||
timetableDetails.value?.stockHistory
|
|
||||||
.slice()
|
|
||||||
.reverse()
|
|
||||||
.map((h) => {
|
|
||||||
const historyData = h.split('@');
|
|
||||||
return {
|
|
||||||
updatedAt: new Date(Number(historyData[0])).toLocaleTimeString(i18n.locale.value, {
|
|
||||||
hour: '2-digit',
|
|
||||||
minute: '2-digit'
|
|
||||||
}),
|
|
||||||
stockString: historyData[1],
|
|
||||||
stockMass: Number(historyData[2]) || undefined,
|
|
||||||
stockLength: Number(historyData[3]) || undefined
|
|
||||||
};
|
|
||||||
}) ?? []
|
|
||||||
);
|
|
||||||
});
|
|
||||||
|
|
||||||
const driverRouteLocation = computed<RouteLocationRaw | null>(() => {
|
|
||||||
if (props.timetableEntry.terminated) return null;
|
|
||||||
|
|
||||||
return {
|
|
||||||
name: 'DriverView',
|
|
||||||
query: {
|
|
||||||
trainId: `${props.timetableEntry.driverId}|${props.timetableEntry.trainNo}|eu`
|
|
||||||
}
|
}
|
||||||
};
|
},
|
||||||
});
|
methods: {
|
||||||
|
onImageError(e: Event) {
|
||||||
|
const imageEl = e.target as HTMLImageElement;
|
||||||
|
imageEl.src = '/images/icon-unknown.png';
|
||||||
|
},
|
||||||
|
|
||||||
async function fetchTimetableDetails() {
|
toggleExtraInfo() {
|
||||||
try {
|
this.$emit('toggleExtraInfo', this.timetable.id);
|
||||||
const responseData = await apiStore.client.get<API.TimetableHistory.Response>(
|
},
|
||||||
'api/getTimetables',
|
|
||||||
{
|
copyStockToClipboard() {
|
||||||
timetableId: props.timetableEntry.id,
|
const currentStockString =
|
||||||
returnType: 'detailed'
|
this.stockHistory[this.currentHistoryIndex]?.stockString ?? this.timetable.stockString;
|
||||||
|
|
||||||
|
if (!currentStockString) {
|
||||||
|
alert(this.i18n.t('journal.stock-clipboard-failure'));
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
);
|
|
||||||
|
|
||||||
if (!responseData || responseData.length != 1) {
|
navigator.clipboard
|
||||||
timetableDetails.value = null;
|
.writeText(currentStockString)
|
||||||
return;
|
.then(() => {
|
||||||
|
prompt(this.i18n.t('journal.stock-clipboard-success'), currentStockString);
|
||||||
|
})
|
||||||
|
.catch(() => {
|
||||||
|
alert(this.i18n.t('journal.stock-clipboard-failure'));
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
timetableDetails.value = responseData[0];
|
|
||||||
} catch (error) {
|
|
||||||
// this.dataStatus = Status.Data.Error;
|
|
||||||
console.error(error);
|
|
||||||
}
|
}
|
||||||
}
|
});
|
||||||
|
|
||||||
async function toggleExtraInfo() {
|
|
||||||
if (props.showExtraInfo == false) {
|
|
||||||
await fetchTimetableDetails();
|
|
||||||
}
|
|
||||||
|
|
||||||
emits('toggleExtraInfo', timetableDetails.value);
|
|
||||||
}
|
|
||||||
|
|
||||||
function copyStockToClipboard() {
|
|
||||||
if (!timetableDetails.value) return;
|
|
||||||
|
|
||||||
const currentStockString =
|
|
||||||
stockHistory.value[currentHistoryIndex.value]?.stockString ??
|
|
||||||
timetableDetails.value.stockString;
|
|
||||||
|
|
||||||
if (!currentStockString) {
|
|
||||||
alert(i18n.t('journal.stock-clipboard-failure'));
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
navigator.clipboard
|
|
||||||
.writeText(currentStockString)
|
|
||||||
.then(() => {
|
|
||||||
prompt(i18n.t('journal.stock-clipboard-success'), currentStockString);
|
|
||||||
})
|
|
||||||
.catch(() => {
|
|
||||||
alert(i18n.t('journal.stock-clipboard-failure'));
|
|
||||||
});
|
|
||||||
}
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@@ -327,7 +299,7 @@ hr {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@include responsive.smallScreen {
|
@include responsive.smallScreen{
|
||||||
.timetable-specs {
|
.timetable-specs {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -59,17 +59,7 @@
|
|||||||
</strong>
|
</strong>
|
||||||
|
|
||||||
<router-link
|
<router-link
|
||||||
v-if="isCreator(timetable.driverName)"
|
v-if="apiStore.donatorsData.includes(timetable.driverName)"
|
||||||
class="text--creator"
|
|
||||||
data-tooltip-type="CreatorTooltip"
|
|
||||||
:data-tooltip-content="$t('donations.creator-message')"
|
|
||||||
:to="`/journal/timetables?search-driver=${timetable.driverName}`"
|
|
||||||
>
|
|
||||||
<strong>{{ timetable.driverName }}</strong>
|
|
||||||
</router-link>
|
|
||||||
|
|
||||||
<router-link
|
|
||||||
v-else-if="apiStore.donatorsData.includes(timetable.driverName)"
|
|
||||||
class="text--donator"
|
class="text--donator"
|
||||||
data-tooltip-type="DonatorTooltip"
|
data-tooltip-type="DonatorTooltip"
|
||||||
:data-tooltip-content="$t('donations.driver-message')"
|
:data-tooltip-content="$t('donations.driver-message')"
|
||||||
@@ -97,7 +87,7 @@
|
|||||||
</b>
|
</b>
|
||||||
|
|
||||||
<b
|
<b
|
||||||
class="timetable-status-badge"
|
class="info-badge"
|
||||||
:class="{
|
:class="{
|
||||||
fulfilled: timetable.fulfilled,
|
fulfilled: timetable.fulfilled,
|
||||||
terminated: timetable.terminated && !timetable.fulfilled,
|
terminated: timetable.terminated && !timetable.fulfilled,
|
||||||
@@ -125,7 +115,6 @@ import styleMixin from '../../../mixins/styleMixin';
|
|||||||
import { useApiStore } from '../../../store/apiStore';
|
import { useApiStore } from '../../../store/apiStore';
|
||||||
import trainCategoryMixin from '../../../mixins/trainCategoryMixin';
|
import trainCategoryMixin from '../../../mixins/trainCategoryMixin';
|
||||||
import FlagIcon from '../../Global/FlagIcon.vue';
|
import FlagIcon from '../../Global/FlagIcon.vue';
|
||||||
import { isCreator } from '../../../utils/userUtils';
|
|
||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
components: { FlagIcon },
|
components: { FlagIcon },
|
||||||
@@ -133,14 +122,13 @@ export default defineComponent({
|
|||||||
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
apiStore: useApiStore(),
|
apiStore: useApiStore()
|
||||||
isCreator
|
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
props: {
|
props: {
|
||||||
timetable: {
|
timetable: {
|
||||||
type: Object as PropType<API.TimetableHistory.DataShort>,
|
type: Object as PropType<API.TimetableHistory.Data>,
|
||||||
required: true
|
required: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -183,6 +171,23 @@ export default defineComponent({
|
|||||||
gap: 0.25em;
|
gap: 0.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.info-badge {
|
||||||
|
padding: 0.05em 0.35em;
|
||||||
|
color: black;
|
||||||
|
|
||||||
|
&.terminated {
|
||||||
|
background-color: salmon;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.fulfilled {
|
||||||
|
background-color: lightgreen;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.active {
|
||||||
|
background-color: lightblue;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.btn-timetable {
|
.btn-timetable {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 0.2em 0.5em;
|
padding: 0.2em 0.5em;
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ export default defineComponent({
|
|||||||
components: { ProgressBar },
|
components: { ProgressBar },
|
||||||
props: {
|
props: {
|
||||||
timetable: {
|
timetable: {
|
||||||
type: Object as PropType<API.TimetableHistory.DataShort>,
|
type: Object as PropType<API.TimetableHistory.Data>,
|
||||||
required: true
|
required: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,105 @@
|
|||||||
|
<template>
|
||||||
|
<div class="journal-stats driver" v-if="store.driverStatsData">
|
||||||
|
<span>
|
||||||
|
<h3>
|
||||||
|
<i18n-t keypath="journal.driver-stats.title">
|
||||||
|
<template #name>
|
||||||
|
<span class="text--primary">{{ store.driverStatsName.toUpperCase() }}</span>
|
||||||
|
</template>
|
||||||
|
</i18n-t>
|
||||||
|
</h3>
|
||||||
|
|
||||||
|
<hr class="header-separator" />
|
||||||
|
|
||||||
|
<div class="info-stats">
|
||||||
|
<span class="badge stat-badge">
|
||||||
|
<span>{{ $t('journal.driver-stats.longest-timetable') }}</span>
|
||||||
|
<span> {{ store.driverStatsData._max.routeDistance.toFixed(2) }}km </span>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<span class="badge stat-badge">
|
||||||
|
<span>{{ $t('journal.driver-stats.avg-timetable') }}</span>
|
||||||
|
<span> {{ store.driverStatsData._avg.routeDistance.toFixed(2) }}km </span>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<hr class="section-separator" />
|
||||||
|
|
||||||
|
<div class="info-stats">
|
||||||
|
<span class="badge stat-badge">
|
||||||
|
<span>{{ $t('journal.driver-stats.timetables') }}</span>
|
||||||
|
<span>
|
||||||
|
{{ store.driverStatsData._count.fulfilled }} /
|
||||||
|
{{ store.driverStatsData._count._all }}
|
||||||
|
|
||||||
|
<template v-if="store.driverStatsData._count._all > 0">
|
||||||
|
({{
|
||||||
|
(
|
||||||
|
(store.driverStatsData._count.fulfilled / store.driverStatsData._count._all) *
|
||||||
|
100
|
||||||
|
).toFixed(2)
|
||||||
|
}}%)
|
||||||
|
</template>
|
||||||
|
</span>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<span class="badge stat-badge">
|
||||||
|
<span>{{ $t('journal.driver-stats.distance') }}</span>
|
||||||
|
<span>
|
||||||
|
{{ store.driverStatsData._sum.currentDistance.toFixed(2) }} /
|
||||||
|
{{ store.driverStatsData._sum.routeDistance.toFixed(2) }}km
|
||||||
|
|
||||||
|
<template v-if="store.driverStatsData._sum.routeDistance > 0">
|
||||||
|
({{
|
||||||
|
(
|
||||||
|
(store.driverStatsData._sum.currentDistance /
|
||||||
|
store.driverStatsData._sum.routeDistance) *
|
||||||
|
100
|
||||||
|
).toFixed(2)
|
||||||
|
}}%)
|
||||||
|
</template>
|
||||||
|
</span>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<span class="badge stat-badge">
|
||||||
|
<span>{{ $t('journal.driver-stats.stations') }}</span>
|
||||||
|
<span>
|
||||||
|
{{ store.driverStatsData._sum.confirmedStopsCount }} /
|
||||||
|
{{ store.driverStatsData._sum.allStopsCount }}
|
||||||
|
|
||||||
|
<template v-if="store.driverStatsData._sum.allStopsCount > 0">
|
||||||
|
({{
|
||||||
|
(
|
||||||
|
(store.driverStatsData._sum.confirmedStopsCount /
|
||||||
|
store.driverStatsData._sum.allStopsCount) *
|
||||||
|
100
|
||||||
|
).toFixed(2)
|
||||||
|
}}%)
|
||||||
|
</template>
|
||||||
|
</span>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script lang="ts">
|
||||||
|
import { defineComponent } from 'vue';
|
||||||
|
import { useMainStore } from '../../../store/mainStore';
|
||||||
|
import { Status } from '../../../typings/common';
|
||||||
|
|
||||||
|
export default defineComponent({
|
||||||
|
name: 'journal-driver-stats',
|
||||||
|
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
store: useMainStore(),
|
||||||
|
Status: Status
|
||||||
|
};
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
@use '../../../styles/journal-stats';
|
||||||
|
</style>
|
||||||
@@ -10,14 +10,14 @@
|
|||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<div style="cursor: pointer">
|
<div @click="toggleExtraInfo" style="cursor: pointer">
|
||||||
<!-- Status -->
|
<!-- Status -->
|
||||||
<EntryStatus :timetable="timetableEntry" />
|
<EntryStatus :timetable="timetableEntry" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Extra -->
|
<!-- Extra -->
|
||||||
<EntryDetails
|
<EntryDetails
|
||||||
:timetableEntry="timetableEntry"
|
:timetable="timetableEntry"
|
||||||
:show-extra-info="showExtraInfo"
|
:show-extra-info="showExtraInfo"
|
||||||
@toggle-extra-info="toggleExtraInfo"
|
@toggle-extra-info="toggleExtraInfo"
|
||||||
/>
|
/>
|
||||||
@@ -28,6 +28,7 @@
|
|||||||
import { defineComponent, PropType } from 'vue';
|
import { defineComponent, PropType } from 'vue';
|
||||||
import { API } from '../../../typings/api';
|
import { API } from '../../../typings/api';
|
||||||
import { useApiStore } from '../../../store/apiStore';
|
import { useApiStore } from '../../../store/apiStore';
|
||||||
|
import { Journal } from '../typings';
|
||||||
|
|
||||||
import trainCategoryMixin from '../../../mixins/trainCategoryMixin';
|
import trainCategoryMixin from '../../../mixins/trainCategoryMixin';
|
||||||
import dateMixin from '../../../mixins/dateMixin';
|
import dateMixin from '../../../mixins/dateMixin';
|
||||||
@@ -40,7 +41,7 @@ import EntryDetails from './EntryDetails.vue';
|
|||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
props: {
|
props: {
|
||||||
timetableEntry: {
|
timetableEntry: {
|
||||||
type: Object as PropType<API.TimetableHistory.DataShort>,
|
type: Object as PropType<API.TimetableHistory.Data>,
|
||||||
required: true
|
required: true
|
||||||
},
|
},
|
||||||
showExtraInfo: {
|
showExtraInfo: {
|
||||||
@@ -59,9 +60,74 @@ export default defineComponent({
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
|
computed: {
|
||||||
|
timetablePathDetails() {
|
||||||
|
if (!this.timetableEntry.path || this.timetableEntry.path == '') return null;
|
||||||
|
|
||||||
|
return this.timetableEntry.path.split(';').map((pathEl, i) => {
|
||||||
|
const [arrival, name, departure] = pathEl.split(',');
|
||||||
|
const sceneryName = name.split(' ').slice(0, -1).join(' ');
|
||||||
|
const sceneryHash = name.split(' ').pop()?.replace('.sc', '') ?? '';
|
||||||
|
|
||||||
|
return {
|
||||||
|
arrival,
|
||||||
|
sceneryName,
|
||||||
|
sceneryHash,
|
||||||
|
departure,
|
||||||
|
isVisited: this.timetableEntry.visitedSceneries?.includes(sceneryHash) ?? false
|
||||||
|
};
|
||||||
|
});
|
||||||
|
},
|
||||||
|
|
||||||
|
timetableStops(): Journal.TimetableStopDetails[] {
|
||||||
|
const timetableEntry = this.timetableEntry;
|
||||||
|
|
||||||
|
const stopNames = timetableEntry.sceneriesString.split('%');
|
||||||
|
|
||||||
|
return stopNames.reduce<Journal.TimetableStopDetails[]>((acc, stopName, i, arr) => {
|
||||||
|
const arrivalDate =
|
||||||
|
i == arr.length - 1
|
||||||
|
? (timetableEntry.checkpointArrivals.at(i) ?? timetableEntry.endDate)
|
||||||
|
: timetableEntry.checkpointArrivals.at(i);
|
||||||
|
|
||||||
|
const scheduledArrivalDate =
|
||||||
|
i == arr.length - 1
|
||||||
|
? (timetableEntry.checkpointArrivalsScheduled.at(i) ?? timetableEntry.scheduledEndDate)
|
||||||
|
: timetableEntry.checkpointArrivalsScheduled.at(i);
|
||||||
|
|
||||||
|
const departureDate =
|
||||||
|
i == 0
|
||||||
|
? (timetableEntry.checkpointDepartures.at(i) ?? timetableEntry.beginDate)
|
||||||
|
: timetableEntry.checkpointDepartures.at(i);
|
||||||
|
|
||||||
|
const scheduledDepartureDate =
|
||||||
|
i == 0
|
||||||
|
? (timetableEntry.checkpointDeparturesScheduled.at(i) ??
|
||||||
|
timetableEntry.scheduledBeginDate)
|
||||||
|
: timetableEntry.checkpointDeparturesScheduled.at(i);
|
||||||
|
|
||||||
|
const stopTime = Number(timetableEntry.checkpointStopTypes.at(i)?.split(',')[0]) || 0;
|
||||||
|
const stopType = timetableEntry.checkpointStopTypes.at(i)?.split(',')[1] || '';
|
||||||
|
|
||||||
|
acc.push({
|
||||||
|
stopName,
|
||||||
|
arrivalTimestamp: this.dateStringToTimestamp(arrivalDate),
|
||||||
|
scheduledArrivalTimestamp: this.dateStringToTimestamp(scheduledArrivalDate),
|
||||||
|
departureTimestamp: this.dateStringToTimestamp(departureDate),
|
||||||
|
scheduledDepartureTimestamp: this.dateStringToTimestamp(scheduledDepartureDate),
|
||||||
|
stopTime,
|
||||||
|
stopType,
|
||||||
|
isConfirmed: i < timetableEntry.confirmedStopsCount
|
||||||
|
});
|
||||||
|
|
||||||
|
return acc;
|
||||||
|
}, []);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
toggleExtraInfo(data: API.TimetableHistory.Data | null) {
|
toggleExtraInfo() {
|
||||||
this.$emit('toggleShowExtraInfo', data);
|
this.$emit('toggleShowExtraInfo');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -79,7 +145,7 @@ export default defineComponent({
|
|||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
@include responsive.smallScreen {
|
@include responsive.smallScreen{
|
||||||
.entry-route {
|
.entry-route {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
v-for="(timetableEntry, i) in timetableHistory"
|
v-for="(timetableEntry, i) in timetableHistory"
|
||||||
:key="timetableEntry.id"
|
:key="timetableEntry.id"
|
||||||
:timetableEntry="timetableEntry"
|
:timetableEntry="timetableEntry"
|
||||||
:onToggleShowExtraInfo="toggleExtraInfo"
|
:onToggleShowExtraInfo="() => toggleExtraInfo(timetableEntry.id)"
|
||||||
:showExtraInfo="extraInfoIndexes.includes(timetableEntry.id)"
|
:showExtraInfo="extraInfoIndexes.includes(timetableEntry.id)"
|
||||||
/>
|
/>
|
||||||
</transition-group>
|
</transition-group>
|
||||||
@@ -59,11 +59,9 @@ export default defineComponent({
|
|||||||
JournalTimetableEntry
|
JournalTimetableEntry
|
||||||
},
|
},
|
||||||
|
|
||||||
emits: ['toggleExtraInfo'],
|
|
||||||
|
|
||||||
props: {
|
props: {
|
||||||
timetableHistory: {
|
timetableHistory: {
|
||||||
type: Array as PropType<API.TimetableHistory.ResponseShort>,
|
type: Array as PropType<API.TimetableHistory.Response>,
|
||||||
required: true
|
required: true
|
||||||
},
|
},
|
||||||
scrollNoMoreData: {
|
scrollNoMoreData: {
|
||||||
@@ -77,23 +75,32 @@ export default defineComponent({
|
|||||||
},
|
},
|
||||||
dataStatus: {
|
dataStatus: {
|
||||||
type: Number as PropType<Status.Data>
|
type: Number as PropType<Status.Data>
|
||||||
},
|
|
||||||
extraInfoIndexes: {
|
|
||||||
type: Object as PropType<number[]>,
|
|
||||||
required: true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
Status,
|
Status,
|
||||||
store: useMainStore()
|
store: useMainStore(),
|
||||||
|
extraInfoIndexes: [] as number[]
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
|
watch: {
|
||||||
|
'$route.query': {
|
||||||
|
deep: true,
|
||||||
|
handler() {
|
||||||
|
this.extraInfoIndexes.length = 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
toggleExtraInfo(data: API.TimetableHistory.Data | null) {
|
toggleExtraInfo(id: number) {
|
||||||
this.$emit('toggleExtraInfo', data);
|
const existingIdx = this.extraInfoIndexes.indexOf(id);
|
||||||
|
|
||||||
|
if (existingIdx != -1) this.extraInfoIndexes.splice(existingIdx, 1);
|
||||||
|
else this.extraInfoIndexes.push(id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -104,7 +111,7 @@ export default defineComponent({
|
|||||||
@use '../../../styles/journal-section';
|
@use '../../../styles/journal-section';
|
||||||
@use '../../../styles/responsive';
|
@use '../../../styles/responsive';
|
||||||
|
|
||||||
@include responsive.smallScreen {
|
@include responsive.smallScreen{
|
||||||
.journal_item-info {
|
.journal_item-info {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
export namespace Journal {
|
export namespace Journal {
|
||||||
export type DispatcherSearchKey =
|
export type DispatcherSearchKey =
|
||||||
| 'search-duty-id'
|
|
||||||
| 'search-dispatcher'
|
| 'search-dispatcher'
|
||||||
| 'search-station'
|
| 'search-station'
|
||||||
| 'search-date-from'
|
| 'search-date-from'
|
||||||
@@ -15,8 +14,7 @@ export namespace Journal {
|
|||||||
| 'search-issuedFrom'
|
| 'search-issuedFrom'
|
||||||
| 'search-terminatingAt'
|
| 'search-terminatingAt'
|
||||||
| 'search-via'
|
| 'search-via'
|
||||||
| 'select-categoryCode'
|
| 'select-categoryCode';
|
||||||
| 'search-headUnit';
|
|
||||||
|
|
||||||
export type TimetableSearchType = {
|
export type TimetableSearchType = {
|
||||||
[key in TimetableSearchKey]: string;
|
[key in TimetableSearchKey]: string;
|
||||||
@@ -64,6 +62,19 @@ export namespace Journal {
|
|||||||
default: boolean;
|
default: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export enum StatsTab {
|
||||||
|
DRIVER_STATS = 'journal-driver-stats',
|
||||||
|
DISPATCHER_STATS = 'journal-dispatcher-stats',
|
||||||
|
DAILY_STATS = 'journal-daily-stats'
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface StatsButton {
|
||||||
|
tab: StatsTab;
|
||||||
|
localeKey: string;
|
||||||
|
iconName: string;
|
||||||
|
disabled: boolean;
|
||||||
|
}
|
||||||
|
|
||||||
export interface TimetableStopDetails {
|
export interface TimetableStopDetails {
|
||||||
stopName: string;
|
stopName: string;
|
||||||
arrivalTimestamp: number;
|
arrivalTimestamp: number;
|
||||||
|
|||||||
@@ -1,298 +0,0 @@
|
|||||||
<template>
|
|
||||||
<section class="profile-history-list">
|
|
||||||
<div class="list-header">
|
|
||||||
<div class="history-menu">
|
|
||||||
<button
|
|
||||||
v-for="(filterState, filterKey) in activeFilterTypes"
|
|
||||||
class="menu-btn btn--option"
|
|
||||||
:data-active="filterState"
|
|
||||||
@click="toggleFilter(filterKey)"
|
|
||||||
>
|
|
||||||
{{ t(`profile.filters.${filterKey}`) }}
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="history-list-box">
|
|
||||||
<Loading v-if="journalStatus == Status.Data.Loading" />
|
|
||||||
|
|
||||||
<div v-else-if="combinedJournal.length == 0" class="no-recent-history">
|
|
||||||
{{ t('profile.list.no-recent-history') }}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<router-link
|
|
||||||
v-else
|
|
||||||
v-for="entry in combinedJournal"
|
|
||||||
:to="
|
|
||||||
'trainNo' in entry.value
|
|
||||||
? `/journal/timetables?search-train=%23${entry.value.id}`
|
|
||||||
: `/journal/dispatchers?search-duty-id=${entry.value.id}`
|
|
||||||
"
|
|
||||||
>
|
|
||||||
<!-- Date -->
|
|
||||||
<div class="entry-top-date">
|
|
||||||
<img
|
|
||||||
v-if="entry.type == 'Dispatcher'"
|
|
||||||
src="/images/icon-user.svg"
|
|
||||||
width="25"
|
|
||||||
alt="user icon"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<img
|
|
||||||
v-else-if="entry.type == 'Timetable'"
|
|
||||||
src="/images/icon-train.svg"
|
|
||||||
width="25"
|
|
||||||
alt="train icon"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<img v-else src="/images/icon-timetable.svg" width="25" alt="timetable icon" />
|
|
||||||
|
|
||||||
<b
|
|
||||||
class="timestamp-indicator"
|
|
||||||
:data-online="
|
|
||||||
'isOnline' in entry.value
|
|
||||||
? entry.value.isOnline
|
|
||||||
: !entry.value.terminated && entry.type != 'IssuedTimetable'
|
|
||||||
"
|
|
||||||
>
|
|
||||||
{{ dateToLocaleString(entry.date, { dateStyle: 'long', timeStyle: 'short' }) }}
|
|
||||||
<span v-if="'timestampTo' in entry.value && entry.value.timestampTo">
|
|
||||||
-
|
|
||||||
<span v-if="new Date(entry.value.timestampTo).getDay() == entry.date.getDay()">{{
|
|
||||||
dateToLocaleString(new Date(entry.value.timestampTo), {
|
|
||||||
timeStyle: 'short'
|
|
||||||
})
|
|
||||||
}}</span>
|
|
||||||
<span v-else>{{
|
|
||||||
dateToLocaleString(new Date(entry.value.timestampTo), {
|
|
||||||
dateStyle: 'long',
|
|
||||||
timeStyle: 'short'
|
|
||||||
})
|
|
||||||
}}</span>
|
|
||||||
</span>
|
|
||||||
</b>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Timetables -->
|
|
||||||
<div v-if="'trainNo' in entry.value">
|
|
||||||
<b class="text--primary">
|
|
||||||
{{ entry.value.trainCategoryCode }}
|
|
||||||
</b>
|
|
||||||
{{ ' ' }}
|
|
||||||
<b>{{ entry.value.trainNo }}</b>
|
|
||||||
<b class="text--grayed" v-if="entry.type == 'IssuedTimetable'">
|
|
||||||
{{ ' ' }} {{ t('profile.list.for') }}: {{ entry.value.driverName }}
|
|
||||||
</b>
|
|
||||||
{{ ' ' }}
|
|
||||||
<b>{{ entry.value.route.replace('|', ' > ') }}</b>
|
|
||||||
{{ ' ' }}
|
|
||||||
<b class="text--primary">{{ entry.value.currentDistance }} km</b>
|
|
||||||
<b> / {{ entry.value.routeDistance }} km</b>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Dispatchers -->
|
|
||||||
<div v-else>
|
|
||||||
<b class="text--primary">{{ entry.value.stationName }}</b>
|
|
||||||
{{ ' - ' }}
|
|
||||||
<b class="timestamp-indicator" :data-online="entry.value.isOnline">
|
|
||||||
<span v-if="entry.value.isOnline">{{ t('profile.list.online-since') }}: </span>
|
|
||||||
<span>{{
|
|
||||||
humanizeDuration((entry.value.timestampTo || Date.now()) - entry.value.timestampFrom)
|
|
||||||
}}</span>
|
|
||||||
</b>
|
|
||||||
</div>
|
|
||||||
</router-link>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script lang="ts" setup>
|
|
||||||
import {
|
|
||||||
computed,
|
|
||||||
onActivated,
|
|
||||||
onDeactivated,
|
|
||||||
onMounted,
|
|
||||||
onUnmounted,
|
|
||||||
PropType,
|
|
||||||
reactive,
|
|
||||||
ref
|
|
||||||
} from 'vue';
|
|
||||||
import { dateToLocaleString, humanizeDuration } from '../../composables/time';
|
|
||||||
import { API } from '../../typings/api';
|
|
||||||
import { useI18n } from 'vue-i18n';
|
|
||||||
import { useApiStore } from '../../store/apiStore';
|
|
||||||
import { onBeforeRouteUpdate, useRoute } from 'vue-router';
|
|
||||||
import { Status } from '../../typings/common';
|
|
||||||
import Loading from '../Global/Loading.vue';
|
|
||||||
|
|
||||||
type JournalEntryType = 'Timetable' | 'Dispatcher' | 'IssuedTimetable';
|
|
||||||
|
|
||||||
interface JournalEntry {
|
|
||||||
type: JournalEntryType;
|
|
||||||
date: Date;
|
|
||||||
value: API.TimetableHistory.DataShort | API.DispatcherHistory.Data;
|
|
||||||
}
|
|
||||||
|
|
||||||
const props = defineProps({
|
|
||||||
playerName: {
|
|
||||||
type: String
|
|
||||||
},
|
|
||||||
|
|
||||||
playerJournal: {
|
|
||||||
type: Object as PropType<API.PlayerJournal.Data>,
|
|
||||||
},
|
|
||||||
|
|
||||||
journalStatus: {
|
|
||||||
type: Number as PropType<Status.Data>,
|
|
||||||
required: true
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
const { t } = useI18n();
|
|
||||||
|
|
||||||
const activeFilterTypes = reactive<Record<JournalEntryType, boolean>>({
|
|
||||||
Timetable: true,
|
|
||||||
Dispatcher: true,
|
|
||||||
IssuedTimetable: true
|
|
||||||
});
|
|
||||||
|
|
||||||
const combinedJournal = computed<JournalEntry[]>(() => {
|
|
||||||
if (!props.playerJournal || !props.playerName) return [];
|
|
||||||
|
|
||||||
const list = [
|
|
||||||
...props.playerJournal.timetables,
|
|
||||||
...props.playerJournal.duties,
|
|
||||||
...props.playerJournal.issuedTimetables
|
|
||||||
]
|
|
||||||
.reduce<JournalEntry[]>((acc, v) => {
|
|
||||||
// Timetable or dispatcher type
|
|
||||||
if ('trainNo' in v) {
|
|
||||||
const isIssued = v.authorName == props.playerName;
|
|
||||||
|
|
||||||
if (!isIssued && !activeFilterTypes['Timetable']) return acc;
|
|
||||||
if (isIssued && !activeFilterTypes['IssuedTimetable']) return acc;
|
|
||||||
|
|
||||||
acc.push({
|
|
||||||
date: new Date(v.createdAt),
|
|
||||||
type: isIssued ? 'IssuedTimetable' : 'Timetable',
|
|
||||||
value: v
|
|
||||||
});
|
|
||||||
} else {
|
|
||||||
if (!activeFilterTypes['Dispatcher']) return acc;
|
|
||||||
|
|
||||||
acc.push({
|
|
||||||
date: new Date(v.timestampFrom),
|
|
||||||
type: 'Dispatcher',
|
|
||||||
value: v
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
return acc;
|
|
||||||
}, [])
|
|
||||||
.sort((a, b) => {
|
|
||||||
return a.date.getTime() - b.date.getTime() > 0 ? -1 : 1;
|
|
||||||
});
|
|
||||||
|
|
||||||
return list;
|
|
||||||
});
|
|
||||||
|
|
||||||
function toggleFilter(filterType: JournalEntryType) {
|
|
||||||
const toggledState = !activeFilterTypes[filterType];
|
|
||||||
|
|
||||||
// Prevent switching off all filters at the same time (at least one must be active)
|
|
||||||
if (
|
|
||||||
toggledState === false &&
|
|
||||||
Object.values(activeFilterTypes).filter((v) => v === false).length ==
|
|
||||||
Object.values(activeFilterTypes).length - 1
|
|
||||||
)
|
|
||||||
return;
|
|
||||||
|
|
||||||
activeFilterTypes[filterType] = toggledState;
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
|
||||||
@use '../../styles/responsive';
|
|
||||||
|
|
||||||
.profile-history-list {
|
|
||||||
overflow-y: scroll;
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.list-header {
|
|
||||||
position: sticky;
|
|
||||||
top: 0;
|
|
||||||
z-index: 100;
|
|
||||||
|
|
||||||
& > h3 {
|
|
||||||
padding: 0.5em;
|
|
||||||
margin-bottom: 0.5em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.history-menu {
|
|
||||||
display: grid;
|
|
||||||
grid-template-columns: repeat(3, 1fr);
|
|
||||||
gap: 1em;
|
|
||||||
background-color: var(--clr-tile);
|
|
||||||
padding: 0.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-btn {
|
|
||||||
padding: 0.5em;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #aaa;
|
|
||||||
|
|
||||||
&[data-active='true'] {
|
|
||||||
color: var(--clr-success);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.history-list-box {
|
|
||||||
padding: 0 0.5em;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.history-list-box > a {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
gap: 0.25em;
|
|
||||||
|
|
||||||
background-color: var(--clr-bg-light);
|
|
||||||
padding: 0.5em;
|
|
||||||
|
|
||||||
margin-bottom: 0.5em;
|
|
||||||
text-align: initial;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
background-color: #333;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.no-recent-history {
|
|
||||||
padding: 1em;
|
|
||||||
font-size: 1.25em;
|
|
||||||
font-weight: bold;
|
|
||||||
color: #aaa;
|
|
||||||
}
|
|
||||||
|
|
||||||
.entry-top-date {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
gap: 0.25em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.timestamp-indicator {
|
|
||||||
color: #ccc;
|
|
||||||
|
|
||||||
&[data-online='true'] {
|
|
||||||
color: var(--clr-success);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@include responsive.midScreen {
|
|
||||||
.profile-history-list {
|
|
||||||
height: 100vh;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
@@ -1,76 +0,0 @@
|
|||||||
<template>
|
|
||||||
<div class="player-avatar">
|
|
||||||
<img
|
|
||||||
v-if="props.playerTD2Info && props.playerTD2Info.avatar"
|
|
||||||
:src="`https://td2.info.pl/index.php?action=dlattach;attach=${props.playerTD2Info.avatar};type=avatar`"
|
|
||||||
class="player-avatar-image"
|
|
||||||
ref="avatarImageRef"
|
|
||||||
alt="player image"
|
|
||||||
@load="onAvatarLoadSuccess"
|
|
||||||
@error="onAvatarLoadError"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<img
|
|
||||||
v-if="
|
|
||||||
avatarLoadingStatus == Status.Data.Error ||
|
|
||||||
(props.playerTD2Info && !props.playerTD2Info.avatar)
|
|
||||||
"
|
|
||||||
class="img-placeholder"
|
|
||||||
height="100"
|
|
||||||
src="/images/default-avatar.jpg"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<Loading v-else-if="avatarLoadingStatus == Status.Data.Loading" />
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script lang="ts" setup>
|
|
||||||
import { PropType, ref, useTemplateRef } from 'vue';
|
|
||||||
import { Status } from '../../typings/common';
|
|
||||||
import Loading from '../Global/Loading.vue';
|
|
||||||
import { Td2API } from '../../typings/api';
|
|
||||||
|
|
||||||
const props = defineProps({
|
|
||||||
playerTD2Info: {
|
|
||||||
type: Object as PropType<Td2API.UsersInfoByName.UserInfo>
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
const avatarImageRef = useTemplateRef('avatarImageRef');
|
|
||||||
const avatarLoadingStatus = ref<Status.Data>(Status.Data.Loading);
|
|
||||||
|
|
||||||
function onAvatarLoadSuccess() {
|
|
||||||
if (!avatarImageRef.value) return;
|
|
||||||
|
|
||||||
avatarLoadingStatus.value = Status.Data.Loaded;
|
|
||||||
avatarImageRef.value.style.opacity = '1';
|
|
||||||
}
|
|
||||||
|
|
||||||
function onAvatarLoadError() {
|
|
||||||
if (!avatarImageRef.value) return;
|
|
||||||
|
|
||||||
avatarLoadingStatus.value = Status.Data.Error;
|
|
||||||
avatarImageRef.value.src = '/images/default-avatar.jpg';
|
|
||||||
avatarImageRef.value.style.opacity = '1';
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
|
||||||
.player-avatar {
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
|
|
||||||
position: relative;
|
|
||||||
min-height: 110px;
|
|
||||||
|
|
||||||
.loading {
|
|
||||||
top: 50%;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
img.player-avatar-image {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
@@ -1,107 +0,0 @@
|
|||||||
<template>
|
|
||||||
<section class="profile-recent-stats">
|
|
||||||
<h2 class="stats-header">
|
|
||||||
<img src="/images/icon-stats.svg" width="30" alt="stats icon" />
|
|
||||||
{{ t('profile.recent-stats.header') }}
|
|
||||||
</h2>
|
|
||||||
|
|
||||||
<div class="month-stats-box">
|
|
||||||
<div class="month-stat">
|
|
||||||
<div><img src="/images/icon-train.svg" width="30" alt="train icon" /></div>
|
|
||||||
<div>
|
|
||||||
<h3 class="text--primary">{{ playerInfo.driverStatsLastMonth.countAll }}</h3>
|
|
||||||
</div>
|
|
||||||
<div>{{ t('profile.recent-stats.timetables') }}</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="month-stat">
|
|
||||||
<div><img src="/images/icon-spawn.svg" width="30" alt="spawn icon" /></div>
|
|
||||||
<div>
|
|
||||||
<h3 class="text--primary">
|
|
||||||
{{ playerInfo.driverStatsLastMonth.currentDistanceTotal?.toFixed(2) || 0 }}
|
|
||||||
</h3>
|
|
||||||
</div>
|
|
||||||
<div>{{ t('profile.recent-stats.distance') }}</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="month-stat">
|
|
||||||
<div><img src="/images/icon-user.svg" width="30" alt="user icon" /></div>
|
|
||||||
<div>
|
|
||||||
<h3 class="text--primary">
|
|
||||||
{{ playerInfo.dispatcherStatsLastMonth.services?.count || 0 }}
|
|
||||||
</h3>
|
|
||||||
</div>
|
|
||||||
<div>{{ t('profile.recent-stats.duties') }}</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="month-stat">
|
|
||||||
<div><img src="/images/icon-timetable.svg" width="30" alt="timetable icon" /></div>
|
|
||||||
<div>
|
|
||||||
<h3 class="text--primary">
|
|
||||||
{{ playerInfo.dispatcherStatsLastMonth.issuedTimetables?.count || 0 }}
|
|
||||||
</h3>
|
|
||||||
</div>
|
|
||||||
<div>{{ t('profile.recent-stats.created-timetables') }}</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script lang="ts" setup>
|
|
||||||
import { PropType } from 'vue';
|
|
||||||
import { API } from '../../typings/api';
|
|
||||||
import { useI18n } from 'vue-i18n';
|
|
||||||
|
|
||||||
const { t } = useI18n();
|
|
||||||
|
|
||||||
defineProps({
|
|
||||||
playerInfo: {
|
|
||||||
type: Object as PropType<API.PlayerInfo.Data>,
|
|
||||||
required: true
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
|
||||||
@use '../../styles/responsive';
|
|
||||||
|
|
||||||
.profile-recent-stats {
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.stats-header {
|
|
||||||
padding: 1em;
|
|
||||||
|
|
||||||
img {
|
|
||||||
vertical-align: text-bottom;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.month-stats-box {
|
|
||||||
display: grid;
|
|
||||||
grid-template-columns: repeat(4, 1fr);
|
|
||||||
gap: 0.5em;
|
|
||||||
padding: 0.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.month-stat {
|
|
||||||
background-color: var(--clr-bg-light);
|
|
||||||
border-radius: 0.5em;
|
|
||||||
padding: 0.5em;
|
|
||||||
|
|
||||||
h3 {
|
|
||||||
font-size: 1.3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
div:nth-child(3) {
|
|
||||||
margin-top: 0.5em;
|
|
||||||
font-size: 0.9em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@include responsive.smallScreen {
|
|
||||||
.month-stats-box {
|
|
||||||
grid-template-columns: repeat(2, 1fr);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
@@ -1,398 +0,0 @@
|
|||||||
<template>
|
|
||||||
<section class="profile-summary">
|
|
||||||
<div class="player-info">
|
|
||||||
<div class="info-main">
|
|
||||||
<ProfilePlayerAvatar :playerTD2Info="playerTD2Info" />
|
|
||||||
|
|
||||||
<div>
|
|
||||||
<h2
|
|
||||||
class="player-name-header"
|
|
||||||
:class="{ 'text--donator': isPlayerDonator, 'text--creator': isPlayerCreator }"
|
|
||||||
>
|
|
||||||
<a :href="`https://td2.info.pl/profile/?u=${route.query.playerId}`" target="_blank">
|
|
||||||
<img
|
|
||||||
v-if="isPlayerDonator"
|
|
||||||
src="/images/icon-diamond.svg"
|
|
||||||
width="25"
|
|
||||||
alt="diamond icon"
|
|
||||||
/>
|
|
||||||
{{ playerName }}
|
|
||||||
</a>
|
|
||||||
</h2>
|
|
||||||
|
|
||||||
<div class="player-badges">
|
|
||||||
<div class="badge-container" v-if="playerInfo.driverStats.driverLevel != null">
|
|
||||||
<span
|
|
||||||
class="level-badge driver"
|
|
||||||
:style="calculateExpStyles(playerInfo.driverStats.driverLevel)"
|
|
||||||
>
|
|
||||||
{{
|
|
||||||
playerInfo.driverStats.driverLevel > 1 ? playerInfo.driverStats.driverLevel : 'L'
|
|
||||||
}}
|
|
||||||
</span>
|
|
||||||
{{ t('profile.stats.driver') }}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="badge-container" v-if="playerInfo.dispatcherStats.dispatcherLevel != null">
|
|
||||||
<span
|
|
||||||
class="level-badge dispatcher"
|
|
||||||
:style="calculateExpStyles(playerInfo.dispatcherStats.dispatcherLevel)"
|
|
||||||
>
|
|
||||||
{{
|
|
||||||
playerInfo.dispatcherStats.dispatcherLevel > 1
|
|
||||||
? playerInfo.dispatcherStats.dispatcherLevel
|
|
||||||
: 'L'
|
|
||||||
}}
|
|
||||||
</span>
|
|
||||||
{{ t('profile.stats.dispatcher') }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="player-journal-links">
|
|
||||||
<router-link
|
|
||||||
class="a-button btn--action"
|
|
||||||
:to="`/journal/timetables?search-driver=${playerInfo.driverStats.driverName}`"
|
|
||||||
>
|
|
||||||
{{ t('profile.stats.timetables-journal') }}
|
|
||||||
</router-link>
|
|
||||||
|
|
||||||
<router-link
|
|
||||||
class="a-button btn--action"
|
|
||||||
:to="`/journal/dispatchers?search-dispatcher=${playerInfo.dispatcherStats.dispatcherName}`"
|
|
||||||
>
|
|
||||||
{{ t('profile.stats.dispatchers-journal') }}
|
|
||||||
</router-link>
|
|
||||||
|
|
||||||
<a
|
|
||||||
class="a-button btn--action"
|
|
||||||
:href="`https://td2.info.pl/profile/?u=${route.query.playerId}`"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
{{ t('profile.stats.forum-profile') }}
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Current activities -->
|
|
||||||
<div
|
|
||||||
class="player-activities-box"
|
|
||||||
v-if="activeDispatches.length > 0 || activeTrains.length > 0"
|
|
||||||
>
|
|
||||||
<div class="info-activity" v-if="activeDispatches.length > 0">
|
|
||||||
<router-link
|
|
||||||
v-for="d in activeDispatches"
|
|
||||||
class="dispatcher-badge"
|
|
||||||
:to="`/scenery?station=${d.stationName}®ion=${d.region}`"
|
|
||||||
>
|
|
||||||
<img src="/images/icon-user.svg" width="25" alt="user icon" />
|
|
||||||
<b>{{ d.stationName }} ({{ getRegionNameById(d.region) }})</b>
|
|
||||||
<StationStatusBadge :isOnline="true" :dispatcherStatus="d.dispatcherStatus" />
|
|
||||||
</router-link>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="info-activity" v-if="activeTrains.length > 0">
|
|
||||||
<router-link
|
|
||||||
v-for="t in activeTrains"
|
|
||||||
:to="`/driver?trainId=${t.id}`"
|
|
||||||
class="driver-badge"
|
|
||||||
>
|
|
||||||
<img src="/images/icon-train.svg" width="25" alt="train icon" />
|
|
||||||
<span v-if="t.timetable" class="text--primary">{{ t.timetable.category }}</span>
|
|
||||||
<span>{{ t.trainNo }}</span>
|
|
||||||
•
|
|
||||||
<span>{{ t.currentStationName }} ({{ getRegionNameById(t.region) }})</span>
|
|
||||||
•
|
|
||||||
<span class="text--grayed">{{ t.stockString.split(';')[0] }}</span>
|
|
||||||
</router-link>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="player-stats">
|
|
||||||
<div class="stats-driver">
|
|
||||||
<h3 class="stats-header">
|
|
||||||
<img src="/images/icon-train.svg" width="30" alt="train icon" />
|
|
||||||
{{ t('profile.stats.header-driver') }}
|
|
||||||
</h3>
|
|
||||||
<hr />
|
|
||||||
|
|
||||||
<div v-if="playerInfo.driverStats.countAll > 0">
|
|
||||||
<div>
|
|
||||||
<b class="text--primary">
|
|
||||||
{{ playerInfo.driverStats.countFulfilled }} /
|
|
||||||
{{ playerInfo.driverStats.countAll }} ({{
|
|
||||||
getCountPercentage(
|
|
||||||
playerInfo.driverStats.countFulfilled,
|
|
||||||
playerInfo.driverStats.countAll,
|
|
||||||
2
|
|
||||||
)
|
|
||||||
}}%)
|
|
||||||
</b>
|
|
||||||
- {{ t('profile.stats.fulfilled-timetables') }}
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<b class="text--primary">
|
|
||||||
{{ playerInfo.driverStats.currentDistanceTotal?.toFixed(2) }} /
|
|
||||||
{{ playerInfo.driverStats.routeDistanceTotal?.toFixed(2) }} ({{
|
|
||||||
getCountPercentage(
|
|
||||||
playerInfo.driverStats.currentDistanceTotal || 0,
|
|
||||||
playerInfo.driverStats.routeDistanceTotal || 0,
|
|
||||||
2
|
|
||||||
)
|
|
||||||
}}%)
|
|
||||||
</b>
|
|
||||||
- {{ t('profile.stats.route-distance') }}
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<b class="text--primary">
|
|
||||||
{{ playerInfo.driverStats.confirmedStopsTotal }} /
|
|
||||||
{{ playerInfo.driverStats.allStopsTotal }} ({{
|
|
||||||
getCountPercentage(
|
|
||||||
playerInfo.driverStats.confirmedStopsTotal || 0,
|
|
||||||
playerInfo.driverStats.allStopsTotal || 0,
|
|
||||||
2
|
|
||||||
)
|
|
||||||
}}%)
|
|
||||||
</b>
|
|
||||||
- {{ t('profile.stats.confirmed-stops') }}
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<b class="text--primary">{{ playerInfo.driverStats.routeDistanceMax || 0 }}km</b> -
|
|
||||||
{{ t('profile.stats.longest-timetable') }}
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<b class="text--primary">
|
|
||||||
{{ playerInfo.driverStats.routeDistanceAvg?.toFixed(2) || 0 }}km
|
|
||||||
</b>
|
|
||||||
- {{ t('profile.stats.avg-timetable-length') }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="text--grayed" v-else>
|
|
||||||
{{ t('profile.stats.no-timetable-stats') }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div
|
|
||||||
class="stats-dispatcher"
|
|
||||||
v-if="playerInfo.dispatcherStats && playerInfo.dispatcherStats.services?.count"
|
|
||||||
>
|
|
||||||
<h3 class="stats-header">
|
|
||||||
<img src="/images/icon-user.svg" width="30" alt="user icon" />
|
|
||||||
{{ t('profile.stats.header-dispatcher') }}
|
|
||||||
</h3>
|
|
||||||
|
|
||||||
<hr />
|
|
||||||
|
|
||||||
<div>
|
|
||||||
<b class="text--primary">{{ playerInfo.dispatcherStats.services.count }}</b> -
|
|
||||||
{{ t('profile.stats.duties-count') }}
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<b class="text--primary">{{
|
|
||||||
humanizeDuration(playerInfo.dispatcherStats.services.durationMax)
|
|
||||||
}}</b>
|
|
||||||
- {{ t('profile.stats.longest-duty') }}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div v-if="playerInfo.dispatcherStats.issuedTimetables">
|
|
||||||
<div>
|
|
||||||
<b class="text--primary">{{ playerInfo.dispatcherStats.issuedTimetables.count }}</b>
|
|
||||||
- {{ t('profile.stats.created-timetables-count') }}
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<b class="text--primary">
|
|
||||||
{{ playerInfo.dispatcherStats.issuedTimetables.distanceMax }}km
|
|
||||||
</b>
|
|
||||||
- {{ t('profile.stats.longest-created-timetable') }}
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<b class="text--primary">
|
|
||||||
{{ playerInfo.dispatcherStats.issuedTimetables.distanceSum.toFixed(2) }}km
|
|
||||||
</b>
|
|
||||||
- {{ t('profile.stats.created-timetables-length-sum') }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="text--grayed" v-else>
|
|
||||||
{{ t('profile.stats.no-dispatcher-stats') }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script lang="ts" setup>
|
|
||||||
import { computed, onActivated, onMounted, PropType, ref, watch } from 'vue';
|
|
||||||
import { API, Td2API } from '../../typings/api';
|
|
||||||
import { calculateExpStyles } from '../../composables/badge';
|
|
||||||
import { getCountPercentage } from '../../utils/calcUtils';
|
|
||||||
import { humanizeDuration } from '../../composables/time';
|
|
||||||
import { useRoute } from 'vue-router';
|
|
||||||
import { useI18n } from 'vue-i18n';
|
|
||||||
import { useApiStore } from '../../store/apiStore';
|
|
||||||
import StationStatusBadge from '../Global/StationStatusBadge.vue';
|
|
||||||
import ProfilePlayerAvatar from './ProfilePlayerAvatar.vue';
|
|
||||||
import { getRegionNameById } from '../../utils/regionUtils';
|
|
||||||
import { isCreator } from '../../utils/userUtils';
|
|
||||||
|
|
||||||
const { t } = useI18n();
|
|
||||||
|
|
||||||
const route = useRoute();
|
|
||||||
const apiStore = useApiStore();
|
|
||||||
|
|
||||||
const props = defineProps({
|
|
||||||
playerInfo: {
|
|
||||||
type: Object as PropType<API.PlayerInfo.Data>,
|
|
||||||
required: true
|
|
||||||
},
|
|
||||||
|
|
||||||
playerTD2Info: {
|
|
||||||
type: Object as PropType<Td2API.UsersInfoByName.UserInfo>
|
|
||||||
},
|
|
||||||
|
|
||||||
playerName: {
|
|
||||||
type: String
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
const isPlayerDonator = computed(() =>
|
|
||||||
props.playerName ? apiStore.donatorsData.includes(props.playerName) : false
|
|
||||||
);
|
|
||||||
|
|
||||||
const isPlayerCreator = computed(() => (props.playerName ? isCreator(props.playerName) : false));
|
|
||||||
|
|
||||||
const activeDispatches = computed(() => {
|
|
||||||
if (!props.playerName) return [];
|
|
||||||
if (!apiStore.activeData || !apiStore.activeData.activeSceneries) return [];
|
|
||||||
|
|
||||||
return apiStore.activeData.activeSceneries.filter(
|
|
||||||
(sc) =>
|
|
||||||
sc.dispatcherName == props.playerName && (sc.lastSeen >= Date.now() - 60000 || sc.isOnline)
|
|
||||||
);
|
|
||||||
});
|
|
||||||
|
|
||||||
const activeTrains = computed(() => {
|
|
||||||
if (!props.playerName) return [];
|
|
||||||
if (!apiStore.activeData || !apiStore.activeData.trains) return [];
|
|
||||||
|
|
||||||
return apiStore.activeData.trains.filter(
|
|
||||||
(t) => t.driverName == props.playerName && (t.lastSeen >= Date.now() - 60000 || t.online)
|
|
||||||
);
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
|
||||||
@use '../../styles/badge';
|
|
||||||
@use '../../styles/responsive';
|
|
||||||
|
|
||||||
.profile-summary {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
gap: 1em;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.player-name-header {
|
|
||||||
margin: 0.5em 0;
|
|
||||||
|
|
||||||
a {
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
gap: 0.25em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.player-badges {
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
gap: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.badge-container {
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
gap: 0.25em;
|
|
||||||
|
|
||||||
font-weight: bold;
|
|
||||||
|
|
||||||
& > .level-badge {
|
|
||||||
font-size: 1.15em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.player-journal-links {
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
gap: 0.5em;
|
|
||||||
margin-top: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.info-activity {
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
gap: 1em;
|
|
||||||
margin-top: 1em;
|
|
||||||
|
|
||||||
.dispatcher-badge {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
gap: 0.25em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.driver-badge {
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
|
|
||||||
gap: 0.25em;
|
|
||||||
font-weight: bold;
|
|
||||||
border-radius: 0.5em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.player-stats {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
gap: 1em;
|
|
||||||
|
|
||||||
hr {
|
|
||||||
margin: 0.5em 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.player-info,
|
|
||||||
.player-stats > div {
|
|
||||||
background-color: var(--clr-tile);
|
|
||||||
border-radius: 0.5em;
|
|
||||||
padding: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.stats-header {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
gap: 0.25em;
|
|
||||||
}
|
|
||||||
|
|
||||||
@include responsive.midScreen {
|
|
||||||
.player-stats {
|
|
||||||
display: grid;
|
|
||||||
grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@include responsive.smallScreen {
|
|
||||||
.player-stats {
|
|
||||||
display: grid;
|
|
||||||
grid-template-columns: 1fr;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
@@ -127,8 +127,9 @@ export default defineComponent({
|
|||||||
this.station?.name || this.onlineScenery?.name
|
this.station?.name || this.onlineScenery?.name
|
||||||
}&countFrom=${countFrom}&countLimit=${countLimit}`;
|
}&countFrom=${countFrom}&countLimit=${countLimit}`;
|
||||||
|
|
||||||
const historyAPIData: API.DispatcherHistory.Response =
|
const historyAPIData: API.DispatcherHistory.Response = await (
|
||||||
await this.apiStore.client.get(requestString);
|
await this.apiStore.client!.get(requestString)
|
||||||
|
).data;
|
||||||
|
|
||||||
this.dataStatus = Status.Data.Loaded;
|
this.dataStatus = Status.Data.Loaded;
|
||||||
return historyAPIData;
|
return historyAPIData;
|
||||||
|
|||||||
@@ -1,15 +1,19 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="info-header">
|
<section class="info-header">
|
||||||
<button class="btn btn-return" :title="$t('scenery.return-btn')" @click="onReturnButtonClick">
|
<button
|
||||||
|
class="btn btn-return"
|
||||||
|
:title="$t('scenery.return-btn')"
|
||||||
|
@click="onReturnButtonClick"
|
||||||
|
>
|
||||||
<img src="/images/icon-back.svg" alt="return button" />
|
<img src="/images/icon-back.svg" alt="return button" />
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<div class="scenery-name">
|
<a class="scenery-name" :href="station?.generalInfo?.url" target="_blank">
|
||||||
<a v-if="station?.generalInfo" :href="station.generalInfo.url" target="_blank">
|
{{ stationName.replace(/_/g, ' ') }}
|
||||||
{{ stationName.replace(/_/g, ' ') }}
|
</a>
|
||||||
</a>
|
|
||||||
|
|
||||||
<span v-else> {{ stationName.replace(/_/g, ' ') }}</span>
|
<div class="scenery-abbrev" v-if="station?.generalInfo?.abbr">
|
||||||
|
{{ $t('scenery.abbrev') }} <b>{{ station.generalInfo.abbr }}</b>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="scenery-hash" v-if="onlineScenery?.hash">#{{ onlineScenery.hash }}</div>
|
<div class="scenery-hash" v-if="onlineScenery?.hash">#{{ onlineScenery.hash }}</div>
|
||||||
@@ -24,6 +28,12 @@ import { useRoute, useRouter } from 'vue-router';
|
|||||||
const route = useRoute();
|
const route = useRoute();
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
|
|
||||||
|
const prevPath = ref('/');
|
||||||
|
|
||||||
|
onMounted(() => {
|
||||||
|
prevPath.value = (route.meta['prevPath'] as string) ?? '/';
|
||||||
|
});
|
||||||
|
|
||||||
defineProps({
|
defineProps({
|
||||||
station: {
|
station: {
|
||||||
type: Object as PropType<Station>
|
type: Object as PropType<Station>
|
||||||
@@ -40,7 +50,7 @@ defineProps({
|
|||||||
});
|
});
|
||||||
|
|
||||||
function onReturnButtonClick() {
|
function onReturnButtonClick() {
|
||||||
router.push('/');
|
router.push(prevPath.value);
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@@ -51,14 +61,15 @@ function onReturnButtonClick() {
|
|||||||
.btn-return {
|
.btn-return {
|
||||||
$bgColor: #2b2b2b;
|
$bgColor: #2b2b2b;
|
||||||
background-color: $bgColor;
|
background-color: $bgColor;
|
||||||
|
margin-bottom: 0.5em;
|
||||||
|
|
||||||
|
img {
|
||||||
|
width: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: color.adjust($color: $bgColor, $lightness: 15%);
|
background-color: color.adjust($color: $bgColor, $lightness: 15%);
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
|
||||||
height: 2em;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.scenery-name {
|
.scenery-name {
|
||||||
@@ -70,7 +81,13 @@ function onReturnButtonClick() {
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.scenery-abbrev {
|
||||||
|
font-size: 1.3em;
|
||||||
|
color: #aaa;
|
||||||
|
}
|
||||||
|
|
||||||
.scenery-hash {
|
.scenery-hash {
|
||||||
|
margin-top: 0.5em;
|
||||||
color: #aaa;
|
color: #aaa;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,32 +1,29 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="scenery-info">
|
<div class="scenery-info">
|
||||||
<section>
|
<section>
|
||||||
<div class="info-station-data" v-if="apiStore.dataStatuses.sceneries == Status.Data.Loaded">
|
<SceneryInfoIcons :station="station" />
|
||||||
<SceneryInfoIcons :station="station" />
|
<SceneryInfoGeneral :station="station" />
|
||||||
<SceneryInfoGeneral :station="station" />
|
<SceneryInfoRoutes v-if="station" :station="station" />
|
||||||
<SceneryInfoRoutes v-if="station" :station="station" />
|
<SceneryInfoAuthors :station="station" />
|
||||||
<SceneryInfoAuthors :station="station" />
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="info-station-loading" v-else>
|
<div style="margin: 1em 0; height: 2px; background-color: white"></div>
|
||||||
<Loading />
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="info-divider"></div>
|
|
||||||
|
|
||||||
|
<!-- info dispatcher -->
|
||||||
<SceneryInfoDispatcher :onlineScenery="onlineScenery" />
|
<SceneryInfoDispatcher :onlineScenery="onlineScenery" />
|
||||||
|
|
||||||
<div class="info-online-lists">
|
<div class="info-lists">
|
||||||
|
<!-- user list -->
|
||||||
<SceneryInfoUserList :onlineScenery="onlineScenery" :station="station" />
|
<SceneryInfoUserList :onlineScenery="onlineScenery" :station="station" />
|
||||||
|
|
||||||
|
<!-- spawn list -->
|
||||||
<SceneryInfoSpawnList :onlineScenery="onlineScenery" />
|
<SceneryInfoSpawnList :onlineScenery="onlineScenery" />
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts">
|
||||||
import { PropType } from 'vue';
|
import { PropType, defineComponent } from 'vue';
|
||||||
import { ActiveScenery, Station, Status } from '../../typings/common';
|
|
||||||
|
|
||||||
import SceneryInfoDispatcher from './SceneryInfo/SceneryInfoDispatcher.vue';
|
import SceneryInfoDispatcher from './SceneryInfo/SceneryInfoDispatcher.vue';
|
||||||
import SceneryInfoIcons from './SceneryInfo/SceneryInfoIcons.vue';
|
import SceneryInfoIcons from './SceneryInfo/SceneryInfoIcons.vue';
|
||||||
@@ -35,18 +32,27 @@ import SceneryInfoSpawnList from './SceneryInfo/SceneryInfoSpawnList.vue';
|
|||||||
import SceneryInfoRoutes from './SceneryInfo/SceneryInfoRoutes.vue';
|
import SceneryInfoRoutes from './SceneryInfo/SceneryInfoRoutes.vue';
|
||||||
import SceneryInfoGeneral from './SceneryInfo/SceneryInfoGeneral.vue';
|
import SceneryInfoGeneral from './SceneryInfo/SceneryInfoGeneral.vue';
|
||||||
import SceneryInfoAuthors from './SceneryInfo/SceneryInfoAuthors.vue';
|
import SceneryInfoAuthors from './SceneryInfo/SceneryInfoAuthors.vue';
|
||||||
import { useApiStore } from '../../store/apiStore';
|
|
||||||
import Loading from '../Global/Loading.vue';
|
|
||||||
|
|
||||||
const apiStore = useApiStore();
|
import { ActiveScenery, Station } from '../../typings/common';
|
||||||
|
|
||||||
defineProps({
|
export default defineComponent({
|
||||||
station: {
|
components: {
|
||||||
type: Object as PropType<Station>
|
SceneryInfoDispatcher,
|
||||||
|
SceneryInfoGeneral,
|
||||||
|
SceneryInfoIcons,
|
||||||
|
SceneryInfoAuthors,
|
||||||
|
SceneryInfoUserList,
|
||||||
|
SceneryInfoSpawnList,
|
||||||
|
SceneryInfoRoutes
|
||||||
},
|
},
|
||||||
|
props: {
|
||||||
|
station: {
|
||||||
|
type: Object as PropType<Station>
|
||||||
|
},
|
||||||
|
|
||||||
onlineScenery: {
|
onlineScenery: {
|
||||||
type: Object as PropType<ActiveScenery>
|
type: Object as PropType<ActiveScenery>
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@@ -54,15 +60,7 @@ defineProps({
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@use '../../styles/responsive';
|
@use '../../styles/responsive';
|
||||||
|
|
||||||
.info-station-loading {
|
.info-lists {
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
|
|
||||||
min-height: 300px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.info-online-lists {
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
@@ -70,12 +68,6 @@ defineProps({
|
|||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-divider {
|
|
||||||
margin: 1em 0;
|
|
||||||
height: 3px;
|
|
||||||
background-color: #5b5b5b;
|
|
||||||
}
|
|
||||||
|
|
||||||
.scenery-topic a {
|
.scenery-topic a {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,17 +8,13 @@
|
|||||||
{{ onlineScenery.dispatcherExp > 1 ? onlineScenery.dispatcherExp : 'L' }}
|
{{ onlineScenery.dispatcherExp > 1 ? onlineScenery.dispatcherExp : 'L' }}
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<router-link class="dispatcher-name" :to="`/profile?playerId=${onlineScenery.dispatcherId}`">
|
<router-link
|
||||||
<span
|
class="dispatcher-name"
|
||||||
class="text--creator"
|
:to="`/journal/dispatchers?search-dispatcher=${onlineScenery.dispatcherName}`"
|
||||||
v-if="isCreator(onlineScenery.dispatcherName)"
|
>
|
||||||
:title="$t('donations.creator-message')"
|
|
||||||
>
|
|
||||||
{{ onlineScenery.dispatcherName }}
|
|
||||||
</span>
|
|
||||||
<span
|
<span
|
||||||
class="text--donator"
|
class="text--donator"
|
||||||
v-else-if="apiStore.donatorsData.includes(onlineScenery.dispatcherName)"
|
v-if="apiStore.donatorsData.includes(onlineScenery.dispatcherName)"
|
||||||
:title="$t('donations.dispatcher-message')"
|
:title="$t('donations.dispatcher-message')"
|
||||||
>
|
>
|
||||||
{{ onlineScenery.dispatcherName }}
|
{{ onlineScenery.dispatcherName }}
|
||||||
@@ -58,7 +54,6 @@ import StationStatusBadge from '../../Global/StationStatusBadge.vue';
|
|||||||
import { ActiveScenery } from '../../../typings/common';
|
import { ActiveScenery } from '../../../typings/common';
|
||||||
import { useApiStore } from '../../../store/apiStore';
|
import { useApiStore } from '../../../store/apiStore';
|
||||||
import FlagIcon from '../../Global/FlagIcon.vue';
|
import FlagIcon from '../../Global/FlagIcon.vue';
|
||||||
import { isCreator } from '../../../utils/userUtils';
|
|
||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
mixins: [styleMixin, dateMixin, routerMixin],
|
mixins: [styleMixin, dateMixin, routerMixin],
|
||||||
@@ -66,8 +61,7 @@ export default defineComponent({
|
|||||||
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
apiStore: useApiStore(),
|
apiStore: useApiStore()
|
||||||
isCreator
|
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -5,69 +5,51 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-else>
|
<div v-else>
|
||||||
<div>
|
<span>
|
||||||
<span>
|
<b>{{ $t('availability.title') }}:</b>
|
||||||
<a
|
{{ $t(`availability.${station.generalInfo.availability}`) }}
|
||||||
v-if="station?.generalInfo"
|
|
||||||
:href="station.generalInfo.url"
|
|
||||||
class="forum-link"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
{{ $t('scenery.forum-topic') }}
|
|
||||||
</a>
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<span>
|
<span v-if="station.generalInfo.reqLevel > -1">
|
||||||
•
|
-
|
||||||
<b>{{ $t('scenery.abbrev') }}</b> {{ station.generalInfo.abbr }}
|
{{
|
||||||
|
$t(
|
||||||
|
'scenery.req-level',
|
||||||
|
{ lvl: station.generalInfo.reqLevel },
|
||||||
|
station.generalInfo.reqLevel
|
||||||
|
)
|
||||||
|
}}
|
||||||
</span>
|
</span>
|
||||||
|
</span>
|
||||||
|
|
||||||
<span>
|
<span>
|
||||||
• <b>{{ $t('availability.title') }}:</b>
|
• <b>{{ $t('controls.title') }}:</b>
|
||||||
{{ $t(`availability.${station.generalInfo.availability}`) }}
|
{{ $t(`controls.${station.generalInfo.controlType}`) }}
|
||||||
|
</span>
|
||||||
|
|
||||||
<span v-if="station.generalInfo.reqLevel > -1">
|
<span>
|
||||||
-
|
• <b>{{ $t('signals.title') }}:</b>
|
||||||
{{
|
{{ $t(`signals.${station.generalInfo.signalType}`) }}
|
||||||
$t(
|
</span>
|
||||||
'scenery.req-level',
|
|
||||||
{ lvl: station.generalInfo.reqLevel },
|
|
||||||
station.generalInfo.reqLevel
|
|
||||||
)
|
|
||||||
}}
|
|
||||||
</span>
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<span>
|
<span v-if="station.generalInfo.lines">
|
||||||
• <b>{{ $t('controls.title') }}:</b>
|
• <b>{{ $t('scenery.lines-title') }}:</b> {{ station.generalInfo.lines }}
|
||||||
{{ $t(`controls.${station.generalInfo.controlType}`) }}
|
</span>
|
||||||
</span>
|
|
||||||
|
|
||||||
<span>
|
<span v-if="station.generalInfo.project">
|
||||||
• <b>{{ $t('signals.title') }}:</b>
|
• <b>{{ $t('scenery.project-title') }}: </b>
|
||||||
{{ $t(`signals.${station.generalInfo.signalType}`) }}
|
<a
|
||||||
</span>
|
style="color: salmon; text-decoration: underline; font-weight: bold"
|
||||||
|
:href="station.generalInfo.projectUrl"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
|
{{ station.generalInfo.project }}
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
|
||||||
<span v-if="station.generalInfo.lines">
|
<span v-if="additionalTools.length != 0">
|
||||||
• <b>{{ $t('scenery.lines-title') }}:</b> {{ station.generalInfo.lines }}
|
• <b>{{ $t('scenery.additional-tools-title') }}: </b>
|
||||||
</span>
|
{{ additionalTools.join(', ') }}
|
||||||
|
</span>
|
||||||
<span v-if="station.generalInfo.project">
|
|
||||||
• <b>{{ $t('scenery.project-title') }}: </b>
|
|
||||||
<a
|
|
||||||
style="color: salmon; text-decoration: underline; font-weight: bold"
|
|
||||||
:href="station.generalInfo.projectUrl"
|
|
||||||
target="_blank"
|
|
||||||
>
|
|
||||||
{{ station.generalInfo.project }}
|
|
||||||
</a>
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<span v-if="additionalTools.length != 0">
|
|
||||||
• <b>{{ $t('scenery.additional-tools-title') }}: </b>
|
|
||||||
{{ additionalTools.join(', ') }}
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
@@ -102,14 +84,9 @@ export default defineComponent({
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
|
||||||
|
|
||||||
.scenery-abbrev {
|
div {
|
||||||
font-size: 1.05em;
|
margin: 0 0.15em;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.forum-link {
|
|
||||||
text-decoration: underline;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -1,101 +1,102 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="info-icons-section">
|
<section class="info-icons">
|
||||||
<div class="icons-box">
|
<span v-if="!station || !station.generalInfo">
|
||||||
<span v-if="!station || !station.generalInfo">
|
|
||||||
<img
|
|
||||||
class="icon-info"
|
|
||||||
src="/images/icon-unknown.svg"
|
|
||||||
alt="icon-unknown"
|
|
||||||
:title="$t('sceneries.info.unknown')"
|
|
||||||
/>
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<span
|
|
||||||
v-if="station?.generalInfo && station?.generalInfo.reqLevel >= 0"
|
|
||||||
class="scenery-icon icon-info level"
|
|
||||||
:style="calculateExpStyles(station?.generalInfo.reqLevel)"
|
|
||||||
>
|
|
||||||
{{ station?.generalInfo.reqLevel >= 2 ? station?.generalInfo.reqLevel : 'L' }}
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<img
|
<img
|
||||||
v-if="station?.generalInfo?.availability == 'nonPublic'"
|
|
||||||
class="icon-info"
|
class="icon-info"
|
||||||
src="/images/icon-lock.svg"
|
src="/images/icon-unknown.svg"
|
||||||
alt="Non-public scenery"
|
alt="icon-unknown"
|
||||||
:title="$t('sceneries.info.non-public')"
|
:title="$t('sceneries.info.unknown')"
|
||||||
/>
|
/>
|
||||||
|
</span>
|
||||||
|
|
||||||
<img
|
<span
|
||||||
v-if="station?.generalInfo?.availability == 'unavailable'"
|
v-if="station?.generalInfo && station?.generalInfo.reqLevel >= 0"
|
||||||
class="icon-info"
|
class="scenery-icon icon-info level"
|
||||||
src="/images/icon-unavailable.svg"
|
:style="calculateExpStyle(station?.generalInfo.reqLevel)"
|
||||||
alt="Unavailable scenery"
|
>
|
||||||
:title="$t('sceneries.info.unavailable')"
|
{{ station?.generalInfo.reqLevel >= 2 ? station?.generalInfo.reqLevel : 'L' }}
|
||||||
/>
|
</span>
|
||||||
|
|
||||||
<img
|
<img
|
||||||
v-if="station?.generalInfo?.availability == 'abandoned'"
|
v-if="station?.generalInfo?.availability == 'nonPublic'"
|
||||||
class="icon-info"
|
class="icon-info"
|
||||||
src="/images/icon-abandoned.svg"
|
src="/images/icon-lock.svg"
|
||||||
alt="Abandoned scenery"
|
alt="Non-public scenery"
|
||||||
:title="$t('sceneries.info.abandoned')"
|
:title="$t('sceneries.info.non-public')"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<span
|
<img
|
||||||
v-if="station?.generalInfo"
|
v-if="station?.generalInfo?.availability == 'unavailable'"
|
||||||
class="scenery-icon icon-info"
|
class="icon-info"
|
||||||
:class="station?.generalInfo.controlType.replace('+', '-')"
|
src="/images/icon-unavailable.svg"
|
||||||
:title="
|
alt="Unavailable scenery"
|
||||||
$t('sceneries.info.control-type') + $t(`controls.${station?.generalInfo.controlType}`)
|
:title="$t('sceneries.info.unavailable')"
|
||||||
"
|
/>
|
||||||
>
|
|
||||||
{{ $t(`controls.abbrevs.${station.generalInfo.controlType}`) }}
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<img
|
<img
|
||||||
v-if="station?.generalInfo?.signalType"
|
v-if="station?.generalInfo?.availability == 'abandoned'"
|
||||||
class="icon-info"
|
class="icon-info"
|
||||||
:src="`/images/icon-${station.generalInfo.signalType}.svg`"
|
src="/images/icon-abandoned.svg"
|
||||||
:alt="station.generalInfo.signalType"
|
alt="Abandoned scenery"
|
||||||
:title="$t('sceneries.info.signals-type') + $t(`signals.${station.generalInfo.signalType}`)"
|
:title="$t('sceneries.info.abandoned')"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<img
|
<span
|
||||||
v-if="station?.generalInfo?.lines"
|
v-if="station?.generalInfo"
|
||||||
class="icon-info"
|
class="scenery-icon icon-info"
|
||||||
src="/images/icon-real.svg"
|
:class="station?.generalInfo.controlType.replace('+', '-')"
|
||||||
alt="real scenery"
|
:title="
|
||||||
:title="`${$t('sceneries.info.real')} ${station.generalInfo.lines}`"
|
$t('sceneries.info.control-type') + $t(`controls.${station?.generalInfo.controlType}`)
|
||||||
/>
|
"
|
||||||
|
>
|
||||||
|
{{ $t(`controls.abbrevs.${station.generalInfo.controlType}`) }}
|
||||||
|
</span>
|
||||||
|
|
||||||
<img
|
<img
|
||||||
v-if="station?.generalInfo?.SUP"
|
v-if="station?.generalInfo?.signalType"
|
||||||
class="icon-info"
|
class="icon-info"
|
||||||
src="/images/icon-SUP.svg"
|
:src="`/images/icon-${station.generalInfo.signalType}.svg`"
|
||||||
alt="SUP (RASP-UZK)"
|
:alt="station.generalInfo.signalType"
|
||||||
:title="$t('sceneries.info.SUP')"
|
:title="$t('sceneries.info.signals-type') + $t(`signals.${station.generalInfo.signalType}`)"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<img
|
<img
|
||||||
v-if="station?.generalInfo?.ASDEK"
|
v-if="station?.generalInfo?.lines"
|
||||||
class="icon-info"
|
class="icon-info"
|
||||||
src="/images/icon-ASDEK.svg"
|
src="/images/icon-real.svg"
|
||||||
alt="dSAT ASDEK"
|
alt="real scenery"
|
||||||
:title="$t('sceneries.info.ASDEK')"
|
:title="`${$t('sceneries.info.real')} ${station.generalInfo.lines}`"
|
||||||
/>
|
/>
|
||||||
</div>
|
|
||||||
|
<img
|
||||||
|
v-if="station?.generalInfo?.SUP"
|
||||||
|
class="icon-info"
|
||||||
|
src="/images/icon-SUP.svg"
|
||||||
|
alt="SUP (RASP-UZK)"
|
||||||
|
:title="$t('sceneries.info.SUP')"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<img
|
||||||
|
v-if="station?.generalInfo?.ASDEK"
|
||||||
|
class="icon-info"
|
||||||
|
src="/images/icon-ASDEK.svg"
|
||||||
|
alt="dSAT ASDEK"
|
||||||
|
:title="$t('sceneries.info.ASDEK')"
|
||||||
|
/>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts">
|
||||||
import { PropType } from 'vue';
|
import { PropType, defineComponent } from 'vue';
|
||||||
|
import styleMixin from '../../../mixins/styleMixin';
|
||||||
import { Station } from '../../../typings/common';
|
import { Station } from '../../../typings/common';
|
||||||
import { calculateExpStyles } from '../../../composables/badge';
|
|
||||||
|
|
||||||
defineProps({
|
export default defineComponent({
|
||||||
station: {
|
mixins: [styleMixin],
|
||||||
type: Object as PropType<Station>
|
props: {
|
||||||
|
station: {
|
||||||
|
type: Object as PropType<Station>
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@@ -103,12 +104,12 @@ defineProps({
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@use '../../../styles/icons';
|
@use '../../../styles/icons';
|
||||||
|
|
||||||
.icons-box {
|
.info-icons {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
||||||
margin: 0.5em;
|
margin: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-info {
|
.icon-info {
|
||||||
|
|||||||
@@ -1,18 +1,18 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="info-routes" v-if="station.generalInfo">
|
<section class="info-routes" v-if="station.generalInfo">
|
||||||
<div class="routes one-way" v-if="singleRoutesAvailable.length > 0">
|
<div class="routes one-way" v-if="oneWayRoutes.length > 0">
|
||||||
<button
|
<button
|
||||||
class="routes-btn"
|
class="routes-btn"
|
||||||
@click="toggleRoutesVisibility('single')"
|
@click="toggleRoutesVisibility('single')"
|
||||||
data-tooltip-type="BaseTooltip"
|
data-tooltip-type="BaseTooltip"
|
||||||
:data-tooltip-content="`${showInternalSingleRoutes ? $t('scenery.btn-show-internal-routes') : $t('scenery.btn-hide-internal-routes')}`"
|
:data-tooltip-content="`${showInternalSingleRoutes ? $t('scenery.btn-hide-internal-routes') : $t('scenery.btn-show-internal-routes')}`"
|
||||||
>
|
>
|
||||||
<b>{{ $t('scenery.one-way-routes') }}</b>
|
<b>{{ $t('scenery.one-way-routes') }}</b>
|
||||||
<i class="fa-solid" :class="`${showInternalSingleRoutes ? 'fa-eye' : 'fa-eye-slash'}`"></i>
|
<i class="fa-solid" :class="`${showInternalSingleRoutes ? 'fa-eye' : 'fa-eye-slash'}`"></i>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<ul class="routes-list">
|
<ul class="routes-list">
|
||||||
<li v-for="route in singleRoutesFiltered" :key="route.routeName">
|
<li v-for="route in oneWayRoutes" :key="route.routeName">
|
||||||
<span :class="{ 'no-catenary': !route.isElectric, internal: route.isInternal }">
|
<span :class="{ 'no-catenary': !route.isElectric, internal: route.isInternal }">
|
||||||
{{ route.routeName }}</span
|
{{ route.routeName }}</span
|
||||||
>
|
>
|
||||||
@@ -24,29 +24,22 @@
|
|||||||
</span>
|
</span>
|
||||||
<span v-if="route.isRouteSBL" class="sbl">SBL</span>
|
<span v-if="route.isRouteSBL" class="sbl">SBL</span>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li v-if="singleRoutesFiltered.length == 0">
|
|
||||||
<span class="routes-hidden">
|
|
||||||
<i class="fa-solid fa-eye-slash"></i>
|
|
||||||
{{ $t('scenery.routes-hidden') }}
|
|
||||||
</span>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="routes two-way" v-if="doubleRoutesAvailable.length > 0">
|
<div class="routes two-way" v-if="twoWayRoutes.length > 0">
|
||||||
<button
|
<button
|
||||||
class="routes-btn"
|
class="routes-btn"
|
||||||
@click="toggleRoutesVisibility('double')"
|
@click="toggleRoutesVisibility('double')"
|
||||||
data-tooltip-type="BaseTooltip"
|
data-tooltip-type="BaseTooltip"
|
||||||
:data-tooltip-content="`${showInternalDoubleRoutes ? $t('scenery.btn-show-internal-routes') : $t('scenery.btn-hide-internal-routes')}`"
|
:data-tooltip-content="`${showInternalDoubleRoutes ? $t('scenery.btn-hide-internal-routes') : $t('scenery.btn-show-internal-routes')}`"
|
||||||
>
|
>
|
||||||
<b>{{ $t('scenery.two-way-routes') }}</b>
|
<b>{{ $t('scenery.two-way-routes') }}</b>
|
||||||
<i class="fa-solid" :class="`${showInternalDoubleRoutes ? 'fa-eye' : 'fa-eye-slash'}`"></i>
|
<i class="fa-solid" :class="`${showInternalDoubleRoutes ? 'fa-eye' : 'fa-eye-slash'}`"></i>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<ul class="routes-list">
|
<ul class="routes-list">
|
||||||
<li v-for="route in doubleRoutesFiltered" :key="route.routeName">
|
<li v-for="route in twoWayRoutes" :key="route.routeName">
|
||||||
<span :class="{ 'no-catenary': !route.isElectric, internal: route.isInternal }">
|
<span :class="{ 'no-catenary': !route.isElectric, internal: route.isInternal }">
|
||||||
{{ route.routeName }}
|
{{ route.routeName }}
|
||||||
</span>
|
</span>
|
||||||
@@ -61,13 +54,6 @@
|
|||||||
</span>
|
</span>
|
||||||
<span v-if="route.isRouteSBL" class="sbl">SBL</span>
|
<span v-if="route.isRouteSBL" class="sbl">SBL</span>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li v-if="doubleRoutesFiltered.length == 0">
|
|
||||||
<span class="routes-hidden">
|
|
||||||
<i class="fa-solid fa-eye-slash"></i>
|
|
||||||
{{ $t('scenery.routes-hidden') }}
|
|
||||||
</span>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
@@ -116,32 +102,20 @@ export default defineComponent({
|
|||||||
},
|
},
|
||||||
|
|
||||||
computed: {
|
computed: {
|
||||||
singleRoutesAvailable() {
|
oneWayRoutes() {
|
||||||
return (
|
return (
|
||||||
this.station.generalInfo?.routes.single
|
this.station.generalInfo?.routes.single
|
||||||
.filter((r) => !r.hidden)
|
.filter((r) => !r.isInternal || r.isInternal == this.showInternalSingleRoutes)
|
||||||
.sort((r1, r2) => r1.routeName.localeCompare(r2.routeName)) ?? []
|
.sort((r1, r2) => r1.routeName.localeCompare(r2.routeName)) ?? []
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
||||||
doubleRoutesAvailable() {
|
twoWayRoutes() {
|
||||||
return (
|
return (
|
||||||
this.station.generalInfo?.routes.double
|
this.station.generalInfo?.routes.double
|
||||||
.filter((r) => !r.hidden)
|
.filter((r) => !r.isInternal || r.isInternal == this.showInternalDoubleRoutes)
|
||||||
.sort((r1, r2) => r1.routeName.localeCompare(r2.routeName)) ?? []
|
.sort((r1, r2) => r1.routeName.localeCompare(r2.routeName)) ?? []
|
||||||
);
|
);
|
||||||
},
|
|
||||||
|
|
||||||
singleRoutesFiltered() {
|
|
||||||
return this.singleRoutesAvailable.filter(
|
|
||||||
(r) => this.showInternalSingleRoutes || !r.isInternal
|
|
||||||
);
|
|
||||||
},
|
|
||||||
|
|
||||||
doubleRoutesFiltered() {
|
|
||||||
return this.doubleRoutesAvailable.filter(
|
|
||||||
(r) => this.showInternalDoubleRoutes || !r.isInternal
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -180,6 +154,11 @@ ul.routes-list {
|
|||||||
|
|
||||||
li {
|
li {
|
||||||
margin: 0.5em 0.25em;
|
margin: 0.5em 0.25em;
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
|
user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
|
||||||
& > span {
|
& > span {
|
||||||
padding: 0.2em;
|
padding: 0.2em;
|
||||||
@@ -203,16 +182,11 @@ ul.routes-list {
|
|||||||
background-color: #303030;
|
background-color: #303030;
|
||||||
color: #cfcfcf;
|
color: #cfcfcf;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.sbl {
|
&.sbl {
|
||||||
color: var(--clr-primary);
|
color: var(--clr-primary);
|
||||||
background-color: #404040;
|
background-color: #404040;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.routes-hidden {
|
|
||||||
background-color: #4b4b4b;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
border-radius: 0 0.5em 0.5em 0;
|
border-radius: 0 0.5em 0.5em 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,8 +29,7 @@
|
|||||||
<i
|
<i
|
||||||
v-if="
|
v-if="
|
||||||
train.timetableData != undefined &&
|
train.timetableData != undefined &&
|
||||||
train.lastSeen <= Date.now() - 60000 &&
|
(train.lastSeen <= Date.now() - 60000 || !train.online)
|
||||||
!train.online
|
|
||||||
"
|
"
|
||||||
class="fa-solid fa-user-slash"
|
class="fa-solid fa-user-slash"
|
||||||
style="color: lightcoral"
|
style="color: lightcoral"
|
||||||
|
|||||||
@@ -1,18 +1,247 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="scenery-timetable">
|
<section class="scenery-timetable">
|
||||||
<SceneryTimetableHeader
|
<div class="timetable-header">
|
||||||
:station="station"
|
<h3>
|
||||||
:onlineScenery="onlineScenery"
|
<img src="/images/icon-timetable.svg" alt="icon-timetable" />
|
||||||
:chosenCheckpoint="chosenCheckpoint"
|
<span>{{ $t('scenery.timetables') }}</span>
|
||||||
:showStockThumbnails="showStockThumbnails"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<SceneryTimetableList
|
<span>
|
||||||
:station="station"
|
<span class="text--primary">{{ onlineScenery?.scheduledTrainCount.all ?? 0 }}</span>
|
||||||
:onlineScenery="onlineScenery"
|
<span> / </span>
|
||||||
:chosenCheckpoint="chosenCheckpoint"
|
<span class="text--grayed">
|
||||||
:showStockThumbnails="showStockThumbnails"
|
{{ onlineScenery?.scheduledTrainCount.confirmed ?? 0 }}
|
||||||
/>
|
</span>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<span class="header_links" v-if="station && onlineScenery">
|
||||||
|
<a
|
||||||
|
:href="generatorHref"
|
||||||
|
target="_blank"
|
||||||
|
data-tooltip-type="HtmlTooltip"
|
||||||
|
:data-tooltip-content="`<b>${$t('scenery.gnr-link')}</b>`"
|
||||||
|
>
|
||||||
|
<img src="/images/icon-gnr.svg" alt="GeneraTOR app icon" />
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a
|
||||||
|
:href="pragotronHref"
|
||||||
|
target="_blank"
|
||||||
|
data-tooltip-type="HtmlTooltip"
|
||||||
|
:data-tooltip-content="`<b>${$t('scenery.pragotron-link')}</b>`"
|
||||||
|
>
|
||||||
|
<img src="/images/icon-pragotron.svg" alt="icon-pragotron" />
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<a
|
||||||
|
:href="tabliceZbiorczeHref"
|
||||||
|
target="_blank"
|
||||||
|
data-tooltip-type="HtmlTooltip"
|
||||||
|
:data-tooltip-content="`<b>${$t('scenery.tablice-link')}</b>`"
|
||||||
|
>
|
||||||
|
<img src="/images/icon-tablice.ico" alt="icon-tablice" />
|
||||||
|
</a>
|
||||||
|
</span>
|
||||||
|
</h3>
|
||||||
|
|
||||||
|
<div class="timetable-checkpoints" v-if="station?.generalInfo?.checkpoints">
|
||||||
|
<template v-for="(ch, i) in station.generalInfo.checkpoints" :key="i">
|
||||||
|
<template v-if="i > 0">•</template>
|
||||||
|
<router-link
|
||||||
|
class="checkpoint-item"
|
||||||
|
:class="{ current: chosenCheckpoint === ch }"
|
||||||
|
:to="`/scenery?station=${station.name}&checkpoint=${ch}`"
|
||||||
|
>{{ ch }}</router-link
|
||||||
|
>
|
||||||
|
</template>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="timetable-checkpoints" v-else-if="onlineScenery">
|
||||||
|
<template v-for="(ch, i) in onlineScenery.missingCheckpoints" :key="i">
|
||||||
|
<template v-if="i > 0">•</template>
|
||||||
|
<router-link
|
||||||
|
class="checkpoint-item"
|
||||||
|
:class="{ current: chosenCheckpoint === ch }"
|
||||||
|
:to="`/scenery?station=${onlineScenery.name}&checkpoint=${ch}`"
|
||||||
|
>{{ ch }}</router-link
|
||||||
|
>
|
||||||
|
</template>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="timetable-list">
|
||||||
|
<transition-group name="list-anim">
|
||||||
|
<div
|
||||||
|
v-if="apiStore.dataStatuses.connection == 0 && sceneryTimetables.length == 0"
|
||||||
|
style="padding-bottom: 5em"
|
||||||
|
key="list-loading"
|
||||||
|
>
|
||||||
|
<Loading />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<span
|
||||||
|
class="timetable-item empty"
|
||||||
|
v-else-if="sceneryTimetables.length == 0 && !onlineScenery"
|
||||||
|
key="list-offline"
|
||||||
|
>
|
||||||
|
{{ $t('scenery.offline') }}
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<div
|
||||||
|
class="timetable-item empty"
|
||||||
|
v-else-if="sceneryTimetables.length == 0"
|
||||||
|
key="list-no-timetables"
|
||||||
|
>
|
||||||
|
{{ $t('scenery.no-timetables') }}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<router-link
|
||||||
|
class="timetable-item"
|
||||||
|
v-else
|
||||||
|
v-for="(row, i) in sceneryTimetables"
|
||||||
|
:key="row.train.id + i"
|
||||||
|
tabindex="0"
|
||||||
|
:to="row.train.driverRouteLocation"
|
||||||
|
>
|
||||||
|
<span class="timetable-general">
|
||||||
|
<span class="general-info">
|
||||||
|
<div class="info-train">
|
||||||
|
<!-- Cargo warnings & details badges -->
|
||||||
|
<span
|
||||||
|
class="train-badge twr"
|
||||||
|
v-if="row.train.timetableData!.twr"
|
||||||
|
data-tooltip-type="BaseTooltip"
|
||||||
|
:data-tooltip-content="$t('warnings.TWR')"
|
||||||
|
>
|
||||||
|
TWR
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<span
|
||||||
|
class="train-badge tn"
|
||||||
|
v-if="row.train.timetableData!.hasDangerousCargo"
|
||||||
|
data-tooltip-type="BaseTooltip"
|
||||||
|
:data-tooltip-content="$t('warnings.TN')"
|
||||||
|
>
|
||||||
|
TN
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<span
|
||||||
|
class="train-badge pn"
|
||||||
|
v-if="row.train.timetableData!.hasExtraDeliveries"
|
||||||
|
data-tooltip-type="BaseTooltip"
|
||||||
|
:data-tooltip-content="$t('warnings.PN')"
|
||||||
|
>
|
||||||
|
PN
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<!-- Train info -->
|
||||||
|
<span
|
||||||
|
data-tooltip-type="TrainInfoTooltip"
|
||||||
|
:data-tooltip-content="row.train.id"
|
||||||
|
class="tooltip-help"
|
||||||
|
>
|
||||||
|
<b class="text--primary">
|
||||||
|
{{ row.train.timetableData!.category }}
|
||||||
|
</b>
|
||||||
|
|
||||||
|
<b> {{ row.train.trainNo }}</b>
|
||||||
|
•
|
||||||
|
{{ row.train.driverName }}
|
||||||
|
|
||||||
|
<i
|
||||||
|
class="fa-solid fa-user-slash"
|
||||||
|
style="color: salmon"
|
||||||
|
v-if="!row.train.online && row.train.lastSeen <= Date.now() - 60000"
|
||||||
|
></i>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<!-- Train stop comments -->
|
||||||
|
<span
|
||||||
|
v-if="row.checkpointStop.comments"
|
||||||
|
class="stop-comments-icon"
|
||||||
|
data-tooltip-type="BaseTooltip"
|
||||||
|
:data-tooltip-content="row.checkpointStop.comments"
|
||||||
|
>
|
||||||
|
<img src="/images/icon-warning.svg" />
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="info-route">
|
||||||
|
<strong>{{ row.train.timetableData!.route.replace('|', ' - ') }}</strong>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<ScheduledTrainStatus :sceneryTimetableRow="row" />
|
||||||
|
</span>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<span class="timetable-schedule">
|
||||||
|
<span class="schedule-arrival">
|
||||||
|
<span class="arrival-time begins" v-if="row.checkpointStop.beginsHere">
|
||||||
|
{{ $t('timetables.begins') }}
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<span class="arrival-time" v-else>
|
||||||
|
<div v-if="row.checkpointStop.arrivalDelay == 0">
|
||||||
|
<span>{{ timestampToString(row.checkpointStop.arrivalTimestamp) }}</span>
|
||||||
|
</div>
|
||||||
|
<div v-else>
|
||||||
|
<div>
|
||||||
|
<s style="margin-right: 0.2em" class="text--grayed">{{
|
||||||
|
timestampToString(row.checkpointStop.arrivalTimestamp)
|
||||||
|
}}</s>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<span>
|
||||||
|
{{ timestampToString(row.checkpointStop.arrivalRealTimestamp) }}
|
||||||
|
({{ row.checkpointStop.arrivalDelay > 0 ? '+' : ''
|
||||||
|
}}{{ row.checkpointStop.arrivalDelay }})
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</span>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<span class="schedule-stop">
|
||||||
|
<span class="stop-connection">
|
||||||
|
{{ row.currentElement.arrivalRouteExt }}
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<span class="stop-time">
|
||||||
|
{{ row.checkpointStop.stopTime || '' }}
|
||||||
|
{{ row.checkpointStop.stopTime ? row.checkpointStop.stopType || 'pt' : '' }}
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<span class="stop-connection">
|
||||||
|
{{ row.currentElement.departureRouteExt }}
|
||||||
|
</span>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<span class="schedule-departure">
|
||||||
|
<span class="departure-time terminates" v-if="row.checkpointStop.terminatesHere">
|
||||||
|
{{ $t('timetables.terminates') }}
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<span class="departure-time" v-else>
|
||||||
|
<div v-if="row.checkpointStop.departureDelay == 0">
|
||||||
|
<span>{{ timestampToString(row.checkpointStop.departureTimestamp) }}</span>
|
||||||
|
</div>
|
||||||
|
<div v-else>
|
||||||
|
<div>
|
||||||
|
<s style="margin-right: 0.2em" class="text--grayed">{{
|
||||||
|
timestampToString(row.checkpointStop.departureTimestamp)
|
||||||
|
}}</s>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<span>
|
||||||
|
{{ timestampToString(row.checkpointStop.departureRealTimestamp) }}
|
||||||
|
({{ row.checkpointStop.departureDelay > 0 ? '+' : ''
|
||||||
|
}}{{ row.checkpointStop.departureDelay }})
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</span>
|
||||||
|
</span>
|
||||||
|
</span>
|
||||||
|
</router-link>
|
||||||
|
</transition-group>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -20,21 +249,21 @@
|
|||||||
import { computed, defineComponent, PropType, ref } from 'vue';
|
import { computed, defineComponent, PropType, ref } from 'vue';
|
||||||
import { useRoute } from 'vue-router';
|
import { useRoute } from 'vue-router';
|
||||||
|
|
||||||
import SceneryTimetableHeader from './SceneryTimetable/SceneryTimetableHeader.vue';
|
import Loading from '../Global/Loading.vue';
|
||||||
|
|
||||||
import dateMixin from '../../mixins/dateMixin';
|
import dateMixin from '../../mixins/dateMixin';
|
||||||
import routerMixin from '../../mixins/routerMixin';
|
import routerMixin from '../../mixins/routerMixin';
|
||||||
import trainCategoryMixin from '../../mixins/trainCategoryMixin';
|
import trainCategoryMixin from '../../mixins/trainCategoryMixin';
|
||||||
import { useMainStore } from '../../store/mainStore';
|
import { useMainStore } from '../../store/mainStore';
|
||||||
import { useApiStore } from '../../store/apiStore';
|
import { useApiStore } from '../../store/apiStore';
|
||||||
import { ActiveScenery, Station } from '../../typings/common';
|
import ScheduledTrainStatus from './ScheduledTrainStatus.vue';
|
||||||
import SceneryTimetableList from './SceneryTimetable/SceneryTimetableList.vue';
|
import { SceneryTimetableRow } from './typings';
|
||||||
import StorageManager from '../../managers/storageManager';
|
import { ActiveScenery, Station, TooltipTrainInfo, Train } from '../../typings/common';
|
||||||
|
import { getTrainStopStatus, stopStatusPriority } from './utils';
|
||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
name: 'SceneryTimetable',
|
name: 'SceneryTimetable',
|
||||||
|
|
||||||
components: { SceneryTimetableHeader, SceneryTimetableList },
|
components: { Loading, ScheduledTrainStatus },
|
||||||
|
|
||||||
mixins: [dateMixin, routerMixin, trainCategoryMixin],
|
mixins: [dateMixin, routerMixin, trainCategoryMixin],
|
||||||
|
|
||||||
@@ -48,8 +277,7 @@ export default defineComponent({
|
|||||||
},
|
},
|
||||||
|
|
||||||
data: () => ({
|
data: () => ({
|
||||||
listOpen: false,
|
listOpen: false
|
||||||
showStockThumbnails: false
|
|
||||||
}),
|
}),
|
||||||
|
|
||||||
activated() {
|
activated() {
|
||||||
@@ -85,6 +313,69 @@ export default defineComponent({
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
|
computed: {
|
||||||
|
tabliceZbiorczeHref() {
|
||||||
|
let url = `https://tablice-td2.web.app/?station=${this.station!.name}`;
|
||||||
|
if (this.chosenCheckpoint) url += `&checkpoint=${this.chosenCheckpoint}`;
|
||||||
|
|
||||||
|
return url;
|
||||||
|
},
|
||||||
|
|
||||||
|
pragotronHref() {
|
||||||
|
let url = `https://pragotron-td2.web.app/board?name=${this.station!.name}®ion=${this.mainStore.region.id}`;
|
||||||
|
if (this.chosenCheckpoint) url += `&checkpoint=${this.chosenCheckpoint}`;
|
||||||
|
|
||||||
|
return url;
|
||||||
|
},
|
||||||
|
|
||||||
|
generatorHref() {
|
||||||
|
return `https://generator-td2.web.app/?sceneryId=${this.onlineScenery!.name}|${this.onlineScenery!.region}`;
|
||||||
|
},
|
||||||
|
|
||||||
|
sceneryTimetables(): SceneryTimetableRow[] {
|
||||||
|
if (!this.onlineScenery) return [];
|
||||||
|
|
||||||
|
const sceneryName = this.$route.query['station']?.toString().replace(/_/g, ' ') ?? '';
|
||||||
|
|
||||||
|
return this.onlineScenery.scheduledTrains
|
||||||
|
.filter(
|
||||||
|
(ct) =>
|
||||||
|
// ct.timetablePathElement.stationName == sceneryName &&
|
||||||
|
ct.train.region == this.mainStore.region.id &&
|
||||||
|
this.chosenCheckpoint &&
|
||||||
|
ct.checkpointStop.stopNameRAW.toLowerCase() == this.chosenCheckpoint.toLowerCase()
|
||||||
|
)
|
||||||
|
.map((ct) => {
|
||||||
|
const trainStopStatus = getTrainStopStatus(
|
||||||
|
ct.checkpointStop,
|
||||||
|
ct.train.currentStationName,
|
||||||
|
sceneryName
|
||||||
|
);
|
||||||
|
|
||||||
|
return {
|
||||||
|
checkpointStop: ct.checkpointStop,
|
||||||
|
train: ct.train,
|
||||||
|
prevElement: ct.previousSceneryElement,
|
||||||
|
nextElement: ct.nextSceneryElement,
|
||||||
|
currentElement: ct.timetablePathElement,
|
||||||
|
status: trainStopStatus
|
||||||
|
};
|
||||||
|
})
|
||||||
|
.sort((a, b) => {
|
||||||
|
if (stopStatusPriority.indexOf(a.status) - stopStatusPriority.indexOf(b.status) < 0)
|
||||||
|
return -1;
|
||||||
|
|
||||||
|
if (stopStatusPriority.indexOf(a.status) - stopStatusPriority.indexOf(b.status) > 0)
|
||||||
|
return 1;
|
||||||
|
|
||||||
|
if (a.checkpointStop.arrivalTimestamp > b.checkpointStop.arrivalTimestamp) return 1;
|
||||||
|
if (a.checkpointStop.arrivalTimestamp < b.checkpointStop.arrivalTimestamp) return -1;
|
||||||
|
|
||||||
|
return a.checkpointStop.departureTimestamp > b.checkpointStop.departureTimestamp ? 1 : -1;
|
||||||
|
});
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
loadSelectedOption() {
|
loadSelectedOption() {
|
||||||
const queryCheckpoint = this.$route.query['checkpoint']?.toString();
|
const queryCheckpoint = this.$route.query['checkpoint']?.toString();
|
||||||
@@ -111,16 +402,205 @@ export default defineComponent({
|
|||||||
checkpointsListRef[0] ??
|
checkpointsListRef[0] ??
|
||||||
sceneryName;
|
sceneryName;
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
setCheckpoint(cp: string) {
|
||||||
|
this.chosenCheckpoint = cp;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
@use '../../styles/responsive';
|
||||||
|
@use '../../styles/animations';
|
||||||
|
@use '../../styles/badge';
|
||||||
|
|
||||||
.scenery-timetable {
|
.scenery-timetable {
|
||||||
display: grid;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow-y: scroll;
|
||||||
grid-template-rows: auto 1fr;
|
padding: 0 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timetable-header {
|
||||||
|
position: sticky;
|
||||||
|
top: 0;
|
||||||
|
z-index: 99;
|
||||||
|
|
||||||
|
background-color: #181818;
|
||||||
|
|
||||||
|
padding: 0.5em;
|
||||||
|
|
||||||
|
img {
|
||||||
|
width: 25px;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
gap: 0.5em;
|
||||||
|
font-size: 1.3em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.header_links {
|
||||||
|
display: flex;
|
||||||
|
gap: 0.25em;
|
||||||
|
margin-left: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.timetable {
|
||||||
|
&-count {
|
||||||
|
margin-left: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-item {
|
||||||
|
margin: 0.5em auto;
|
||||||
|
padding: 0.5em;
|
||||||
|
max-width: 1100px;
|
||||||
|
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
||||||
|
gap: 1.2em 0.5em;
|
||||||
|
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
|
background: #353535;
|
||||||
|
|
||||||
|
z-index: 10;
|
||||||
|
|
||||||
|
&.empty {
|
||||||
|
padding: 1rem;
|
||||||
|
font-size: 1.2em;
|
||||||
|
color: #bbb;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&-general {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-schedule {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(3, 1fr);
|
||||||
|
gap: 0.2em;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
width: 100%;
|
||||||
|
max-width: 400px;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.timetable-checkpoints {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
gap: 0.5em;
|
||||||
|
|
||||||
|
flex-wrap: wrap;
|
||||||
|
font-size: 1.1em;
|
||||||
|
|
||||||
|
margin-top: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.checkpoint-item {
|
||||||
|
color: #aaa;
|
||||||
|
display: inline;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.current {
|
||||||
|
font-weight: bold;
|
||||||
|
color: var(--clr-primary);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.timetable-list {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.general-info {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.info-train {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
gap: 0.25em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.info-train > .train-badge {
|
||||||
|
font-size: 0.85em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.info-number {
|
||||||
|
color: var(--clr-primary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.info-route {
|
||||||
|
width: 100%;
|
||||||
|
margin-top: 0.25em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.stop-comments-icon > img {
|
||||||
|
width: 1.3em;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
|
||||||
|
.schedule {
|
||||||
|
&-arrival,
|
||||||
|
&-departure {
|
||||||
|
font-size: 1.15em;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-stop {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(3, 1fr);
|
||||||
|
gap: 0.5em;
|
||||||
|
align-items: end;
|
||||||
|
|
||||||
|
.stop-connection {
|
||||||
|
font-size: 0.95em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.stop-time {
|
||||||
|
position: relative;
|
||||||
|
inline-size: max-content;
|
||||||
|
align-self: center;
|
||||||
|
font-size: 0.9em;
|
||||||
|
|
||||||
|
color: var(--clr-primary);
|
||||||
|
|
||||||
|
&::after {
|
||||||
|
content: '\027F6';
|
||||||
|
display: block;
|
||||||
|
font-size: 2.2em;
|
||||||
|
line-height: 0.65em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.arrival-time.begins,
|
||||||
|
.departure-time.terminates {
|
||||||
|
font-size: 0.85em;
|
||||||
|
}
|
||||||
|
|
||||||
|
@include responsive.smallScreen {
|
||||||
|
.timetable-item {
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -1,54 +0,0 @@
|
|||||||
<template>
|
|
||||||
<div class="scenery-timetable-header">
|
|
||||||
<h3>
|
|
||||||
<img src="/images/icon-timetable.svg" alt="icon-timetable" />
|
|
||||||
<span>{{ $t('scenery.timetables') }}</span>
|
|
||||||
|
|
||||||
<span>
|
|
||||||
<span class="text--primary">{{ onlineScenery?.scheduledTrainCount.all ?? 0 }}</span>
|
|
||||||
<span> / </span>
|
|
||||||
<span class="text--grayed">
|
|
||||||
{{ onlineScenery?.scheduledTrainCount.confirmed ?? 0 }}
|
|
||||||
</span>
|
|
||||||
</span>
|
|
||||||
</h3>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script lang="ts" setup>
|
|
||||||
import { computed, PropType } from 'vue';
|
|
||||||
import { Station, ActiveScenery } from '../../../typings/common';
|
|
||||||
import { useMainStore } from '../../../store/mainStore';
|
|
||||||
|
|
||||||
const props = defineProps({
|
|
||||||
station: {
|
|
||||||
type: Object as PropType<Station>
|
|
||||||
},
|
|
||||||
|
|
||||||
onlineScenery: {
|
|
||||||
type: Object as PropType<ActiveScenery>
|
|
||||||
},
|
|
||||||
|
|
||||||
chosenCheckpoint: {
|
|
||||||
type: String,
|
|
||||||
required: true
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
|
||||||
.scenery-timetable-header {
|
|
||||||
background-color: #181818;
|
|
||||||
padding: 0.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
h3 {
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
align-items: center;
|
|
||||||
|
|
||||||
gap: 0.5em;
|
|
||||||
font-size: 1.3em;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
@@ -1,567 +0,0 @@
|
|||||||
<template>
|
|
||||||
<div class="scenery-timetable-list">
|
|
||||||
<!-- Checkpoints derived from station data -->
|
|
||||||
|
|
||||||
<div
|
|
||||||
class="timetable-checkpoints"
|
|
||||||
v-if="station?.generalInfo && station.generalInfo.checkpoints.length > 0"
|
|
||||||
>
|
|
||||||
<template v-for="(ch, i) in station.generalInfo.checkpoints" :key="i">
|
|
||||||
<template v-if="i > 0">•</template>
|
|
||||||
<router-link
|
|
||||||
class="checkpoint-item"
|
|
||||||
:class="{ current: chosenCheckpoint === ch }"
|
|
||||||
:to="`/scenery?station=${station.name}&checkpoint=${ch}`"
|
|
||||||
>
|
|
||||||
{{ ch }}
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Missing checkpoints if scenery is not in database -->
|
|
||||||
<div
|
|
||||||
class="timetable-checkpoints"
|
|
||||||
v-else-if="onlineScenery && onlineScenery.missingCheckpoints.length > 0"
|
|
||||||
>
|
|
||||||
<template v-for="(ch, i) in onlineScenery.missingCheckpoints" :key="i">
|
|
||||||
<template v-if="i > 0">•</template>
|
|
||||||
<router-link
|
|
||||||
class="checkpoint-item"
|
|
||||||
:class="{ current: chosenCheckpoint === ch }"
|
|
||||||
:to="`/scenery?station=${onlineScenery.name}&checkpoint=${ch}`"
|
|
||||||
>
|
|
||||||
{{ ch }}
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div v-else></div>
|
|
||||||
|
|
||||||
<div class="list-container">
|
|
||||||
<transition-group name="list-anim">
|
|
||||||
<div
|
|
||||||
v-if="apiStore.dataStatuses.connection == 0 && sceneryTimetables.length == 0"
|
|
||||||
style="padding-bottom: 5em"
|
|
||||||
key="list-loading"
|
|
||||||
>
|
|
||||||
<Loading />
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div
|
|
||||||
class="timetable-item empty"
|
|
||||||
v-else-if="sceneryTimetables.length == 0 && !onlineScenery"
|
|
||||||
key="list-offline"
|
|
||||||
>
|
|
||||||
{{ $t('scenery.offline') }}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div
|
|
||||||
class="timetable-item empty"
|
|
||||||
v-else-if="sceneryTimetables.length == 0"
|
|
||||||
key="list-no-timetables"
|
|
||||||
>
|
|
||||||
{{ $t('scenery.no-timetables') }}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<router-link
|
|
||||||
v-for="row in sceneryTimetables"
|
|
||||||
class="timetable-item"
|
|
||||||
:to="row.train.driverRouteLocation"
|
|
||||||
:key="row.train.id"
|
|
||||||
>
|
|
||||||
<div class="item-top">
|
|
||||||
<div class="top-general">
|
|
||||||
<span class="general-info">
|
|
||||||
<div class="info-train">
|
|
||||||
<!-- Cargo warnings & details badges -->
|
|
||||||
<span
|
|
||||||
class="train-badge twr"
|
|
||||||
v-if="row.train.timetableData!.twr"
|
|
||||||
data-tooltip-type="BaseTooltip"
|
|
||||||
:data-tooltip-content="$t('warnings.TWR')"
|
|
||||||
>
|
|
||||||
TWR
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<span
|
|
||||||
class="train-badge tn"
|
|
||||||
v-if="row.train.timetableData!.hasDangerousCargo"
|
|
||||||
data-tooltip-type="BaseTooltip"
|
|
||||||
:data-tooltip-content="$t('warnings.TN')"
|
|
||||||
>
|
|
||||||
TN
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<span
|
|
||||||
class="train-badge pn"
|
|
||||||
v-if="row.train.timetableData!.hasExtraDeliveries"
|
|
||||||
data-tooltip-type="BaseTooltip"
|
|
||||||
:data-tooltip-content="$t('warnings.PN')"
|
|
||||||
>
|
|
||||||
PN
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<!-- Train info -->
|
|
||||||
<span
|
|
||||||
data-tooltip-type="TrainInfoTooltip"
|
|
||||||
:data-tooltip-content="row.train.id"
|
|
||||||
class="tooltip-help"
|
|
||||||
>
|
|
||||||
<b class="text--primary">
|
|
||||||
{{ row.train.timetableData!.category }}
|
|
||||||
</b>
|
|
||||||
|
|
||||||
<b> {{ row.train.trainNo }}</b>
|
|
||||||
•
|
|
||||||
{{ row.train.driverName }}
|
|
||||||
|
|
||||||
<i
|
|
||||||
class="fa-solid fa-user-slash"
|
|
||||||
style="color: salmon"
|
|
||||||
v-if="!row.train.online && row.train.lastSeen <= Date.now() - 60000"
|
|
||||||
></i>
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<!-- Train stop comments -->
|
|
||||||
<span
|
|
||||||
v-if="row.checkpointStop.comments"
|
|
||||||
class="stop-comments-icon"
|
|
||||||
data-tooltip-type="BaseTooltip"
|
|
||||||
:data-tooltip-content="row.checkpointStop.comments"
|
|
||||||
>
|
|
||||||
<img src="/images/icon-warning.svg" />
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="info-route">
|
|
||||||
<strong>{{ row.train.timetableData!.route.replace('|', ' - ') }}</strong>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<ScheduledTrainStatus :sceneryTimetableRow="row" />
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="top-schedule">
|
|
||||||
<span class="schedule-arrival">
|
|
||||||
<span class="arrival-time begins" v-if="row.checkpointStop.beginsHere">
|
|
||||||
{{ $t('timetables.begins') }}
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<span class="arrival-time" v-else>
|
|
||||||
<div v-if="row.checkpointStop.arrivalDelay == 0">
|
|
||||||
<span>{{ timestampToTimeString(row.checkpointStop.arrivalTimestamp) }}</span>
|
|
||||||
</div>
|
|
||||||
<div v-else>
|
|
||||||
<div>
|
|
||||||
<s style="margin-right: 0.2em" class="text--grayed">{{
|
|
||||||
timestampToTimeString(row.checkpointStop.arrivalTimestamp)
|
|
||||||
}}</s>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<span>
|
|
||||||
{{ timestampToTimeString(row.checkpointStop.arrivalRealTimestamp) }}
|
|
||||||
({{ row.checkpointStop.arrivalDelay > 0 ? '+' : ''
|
|
||||||
}}{{ row.checkpointStop.arrivalDelay }})
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
</span>
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<span class="schedule-stop">
|
|
||||||
<span class="stop-connection">
|
|
||||||
{{ row.currentElement.arrivalRouteExt }}
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<span class="stop-time">
|
|
||||||
{{ row.checkpointStop.stopTime || '' }}
|
|
||||||
{{ row.checkpointStop.stopTime ? row.checkpointStop.stopType || 'pt' : '' }}
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<span class="stop-connection">
|
|
||||||
{{ row.currentElement.departureRouteExt }}
|
|
||||||
</span>
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<span class="schedule-departure">
|
|
||||||
<span class="departure-time terminates" v-if="row.checkpointStop.terminatesHere">
|
|
||||||
{{ $t('timetables.terminates') }}
|
|
||||||
</span>
|
|
||||||
|
|
||||||
<span class="departure-time" v-else>
|
|
||||||
<div v-if="row.checkpointStop.departureDelay == 0">
|
|
||||||
<span>{{ timestampToTimeString(row.checkpointStop.departureTimestamp) }}</span>
|
|
||||||
</div>
|
|
||||||
<div v-else>
|
|
||||||
<div>
|
|
||||||
<s style="margin-right: 0.2em" class="text--grayed">{{
|
|
||||||
timestampToTimeString(row.checkpointStop.departureTimestamp)
|
|
||||||
}}</s>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<span>
|
|
||||||
{{ timestampToTimeString(row.checkpointStop.departureRealTimestamp) }}
|
|
||||||
({{ row.checkpointStop.departureDelay > 0 ? '+' : ''
|
|
||||||
}}{{ row.checkpointStop.departureDelay }})
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
</span>
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="item-stock-list" v-if="showStockThumbnails">
|
|
||||||
<StockList :trainStockList="row.train.stockList" :thumbnailSize="45" />
|
|
||||||
</div>
|
|
||||||
</router-link>
|
|
||||||
</transition-group>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="list-actions" v-if="station && onlineScenery">
|
|
||||||
<a
|
|
||||||
:href="generatorHref"
|
|
||||||
target="_blank"
|
|
||||||
data-tooltip-type="HtmlTooltip"
|
|
||||||
:data-tooltip-content="`<b>${$t('scenery.gnr-link')}</b>`"
|
|
||||||
>
|
|
||||||
<img src="/images/icon-gnr.svg" alt="GeneraTOR app icon" />
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<a
|
|
||||||
:href="pragotronHref"
|
|
||||||
target="_blank"
|
|
||||||
data-tooltip-type="HtmlTooltip"
|
|
||||||
:data-tooltip-content="`<b>${$t('scenery.pragotron-link')}</b>`"
|
|
||||||
>
|
|
||||||
<img src="/images/icon-pragotron.svg" alt="icon-pragotron" />
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<a
|
|
||||||
:href="tabliceZbiorczeHref"
|
|
||||||
target="_blank"
|
|
||||||
data-tooltip-type="HtmlTooltip"
|
|
||||||
:data-tooltip-content="`<b>${$t('scenery.tablice-link')}</b>`"
|
|
||||||
>
|
|
||||||
<img src="/images/icon-tablice.ico" alt="icon-tablice" />
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<div class="list-divider"></div>
|
|
||||||
|
|
||||||
<button
|
|
||||||
class="thumbnails-btn"
|
|
||||||
data-tooltip-type="HtmlTooltip"
|
|
||||||
:data-tooltip-content="`<b>${$t(`scenery.btn-${showStockThumbnails ? 'show' : 'hide'}-timetable-thumbnails`)}</b>`"
|
|
||||||
@click="toggleThumbnails"
|
|
||||||
>
|
|
||||||
<i class="fa-solid" :class="`${showStockThumbnails ? 'fa-expand' : 'fa-compress'}`"></i>
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script lang="ts" setup>
|
|
||||||
import { computed, ComputedRef, onMounted, PropType, ref } from 'vue';
|
|
||||||
import { Station, ActiveScenery } from '../../../typings/common';
|
|
||||||
import { SceneryTimetableRow } from '../typings';
|
|
||||||
import { getTrainStopStatus, stopStatusPriorities } from '../utils';
|
|
||||||
import { useRoute } from 'vue-router';
|
|
||||||
import { useMainStore } from '../../../store/mainStore';
|
|
||||||
import { useApiStore } from '../../../store/apiStore';
|
|
||||||
import { timestampToTimeString } from '../../../composables/time';
|
|
||||||
import ScheduledTrainStatus from './ScheduledTrainStatus.vue';
|
|
||||||
import Loading from '../../Global/Loading.vue';
|
|
||||||
import StockList from '../../Global/StockList.vue';
|
|
||||||
import StorageManager from '../../../managers/storageManager';
|
|
||||||
|
|
||||||
const props = defineProps({
|
|
||||||
station: {
|
|
||||||
type: Object as PropType<Station>
|
|
||||||
},
|
|
||||||
|
|
||||||
onlineScenery: {
|
|
||||||
type: Object as PropType<ActiveScenery>
|
|
||||||
},
|
|
||||||
|
|
||||||
chosenCheckpoint: {
|
|
||||||
type: String,
|
|
||||||
required: true
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
const route = useRoute();
|
|
||||||
const mainStore = useMainStore();
|
|
||||||
const apiStore = useApiStore();
|
|
||||||
|
|
||||||
const showStockThumbnails = ref(false);
|
|
||||||
|
|
||||||
onMounted(() => {
|
|
||||||
handleStockThumbnails();
|
|
||||||
});
|
|
||||||
|
|
||||||
const sceneryTimetables: ComputedRef<SceneryTimetableRow[]> = computed(() => {
|
|
||||||
if (!props.onlineScenery) return [];
|
|
||||||
|
|
||||||
const sceneryName = route.query['station']?.toString().replace(/_/g, ' ') ?? '';
|
|
||||||
|
|
||||||
return props.onlineScenery.scheduledTrains
|
|
||||||
.filter(
|
|
||||||
(ct) =>
|
|
||||||
// ct.timetablePathElement.stationName == sceneryName &&
|
|
||||||
ct.train.region == mainStore.region.id &&
|
|
||||||
props.chosenCheckpoint &&
|
|
||||||
ct.checkpointStop.stopNameRAW.toLowerCase() == props.chosenCheckpoint.toLowerCase()
|
|
||||||
)
|
|
||||||
.map((ct) => {
|
|
||||||
const trainStopStatus = getTrainStopStatus(
|
|
||||||
ct.checkpointStop,
|
|
||||||
ct.train.currentStationName,
|
|
||||||
sceneryName
|
|
||||||
);
|
|
||||||
|
|
||||||
return {
|
|
||||||
checkpointStop: ct.checkpointStop,
|
|
||||||
train: ct.train,
|
|
||||||
prevElement: ct.previousSceneryElement,
|
|
||||||
nextElement: ct.nextSceneryElement,
|
|
||||||
currentElement: ct.timetablePathElement,
|
|
||||||
status: trainStopStatus
|
|
||||||
};
|
|
||||||
})
|
|
||||||
.sort((a, b) => {
|
|
||||||
if (stopStatusPriorities.indexOf(a.status) - stopStatusPriorities.indexOf(b.status) < 0)
|
|
||||||
return -1;
|
|
||||||
|
|
||||||
if (stopStatusPriorities.indexOf(a.status) - stopStatusPriorities.indexOf(b.status) > 0)
|
|
||||||
return 1;
|
|
||||||
|
|
||||||
if (a.checkpointStop.arrivalTimestamp > b.checkpointStop.arrivalTimestamp) return 1;
|
|
||||||
if (a.checkpointStop.arrivalTimestamp < b.checkpointStop.arrivalTimestamp) return -1;
|
|
||||||
|
|
||||||
return a.checkpointStop.departureTimestamp > b.checkpointStop.departureTimestamp ? 1 : -1;
|
|
||||||
});
|
|
||||||
});
|
|
||||||
|
|
||||||
const tabliceZbiorczeHref = computed(() => {
|
|
||||||
let url = `https://tablice-td2.web.app/?station=${props.station!.name}`;
|
|
||||||
if (props.chosenCheckpoint) url += `&checkpoint=${props.chosenCheckpoint}`;
|
|
||||||
|
|
||||||
return url;
|
|
||||||
});
|
|
||||||
|
|
||||||
const pragotronHref = computed(() => {
|
|
||||||
let url = `https://pragotron-td2.spythere.eu/board?name=${props.station!.name}®ion=${mainStore.region.id}`;
|
|
||||||
if (props.chosenCheckpoint) url += `&checkpoint=${props.chosenCheckpoint}`;
|
|
||||||
|
|
||||||
return url;
|
|
||||||
});
|
|
||||||
|
|
||||||
const generatorHref = computed(() => {
|
|
||||||
return `https://generator-td2.spythere.eu/?sceneryId=${props.onlineScenery!.name}|${props.onlineScenery!.region}`;
|
|
||||||
});
|
|
||||||
|
|
||||||
function handleStockThumbnails() {
|
|
||||||
const storageVal = StorageManager.getBooleanValue('showStockThumbnails');
|
|
||||||
|
|
||||||
showStockThumbnails.value = storageVal;
|
|
||||||
}
|
|
||||||
|
|
||||||
function toggleThumbnails() {
|
|
||||||
showStockThumbnails.value = !showStockThumbnails.value;
|
|
||||||
|
|
||||||
StorageManager.setBooleanValue('showStockThumbnails', showStockThumbnails.value);
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
|
||||||
@use '../../../styles/responsive';
|
|
||||||
@use '../../../styles/animations';
|
|
||||||
@use '../../../styles/badge';
|
|
||||||
|
|
||||||
.scenery-timetable-list {
|
|
||||||
display: grid;
|
|
||||||
grid-template-rows: auto 1fr 40px;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.top-general {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: space-between;
|
|
||||||
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.top-schedule {
|
|
||||||
display: grid;
|
|
||||||
grid-template-columns: repeat(3, 1fr);
|
|
||||||
gap: 0.2em;
|
|
||||||
align-items: center;
|
|
||||||
|
|
||||||
width: 100%;
|
|
||||||
max-width: 400px;
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.timetable-checkpoints {
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
gap: 0.5em;
|
|
||||||
|
|
||||||
flex-wrap: wrap;
|
|
||||||
font-size: 1.1em;
|
|
||||||
|
|
||||||
margin: 0.5em 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.checkpoint-item {
|
|
||||||
color: #aaa;
|
|
||||||
display: inline;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.current {
|
|
||||||
font-weight: bold;
|
|
||||||
color: var(--clr-primary);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.list-container {
|
|
||||||
position: relative;
|
|
||||||
overflow-y: auto;
|
|
||||||
overflow-x: hidden;
|
|
||||||
|
|
||||||
margin-top: 0.5em;
|
|
||||||
padding: 2px;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.timetable-item {
|
|
||||||
display: block;
|
|
||||||
|
|
||||||
margin-bottom: 0.5em;
|
|
||||||
padding: 0.35em;
|
|
||||||
width: 100%;
|
|
||||||
|
|
||||||
overflow: hidden;
|
|
||||||
background: #353535;
|
|
||||||
|
|
||||||
&.empty {
|
|
||||||
padding: 1rem;
|
|
||||||
font-size: 1.2em;
|
|
||||||
color: #bbb;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.timetable-item > .item-top {
|
|
||||||
display: grid;
|
|
||||||
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
|
||||||
gap: 1.2em 0.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.timetable-item > .item-stock-list {
|
|
||||||
margin-top: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.general-info {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
.info-train {
|
|
||||||
display: flex;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
gap: 0.25em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.info-train > .train-badge {
|
|
||||||
font-size: 0.85em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.info-number {
|
|
||||||
color: var(--clr-primary);
|
|
||||||
}
|
|
||||||
|
|
||||||
.info-route {
|
|
||||||
width: 100%;
|
|
||||||
margin-top: 0.25em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.stop-comments-icon > img {
|
|
||||||
width: 1.3em;
|
|
||||||
vertical-align: top;
|
|
||||||
}
|
|
||||||
|
|
||||||
.schedule-arrival,
|
|
||||||
.schedule-departure {
|
|
||||||
font-size: 1.15em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.schedule-stop {
|
|
||||||
display: grid;
|
|
||||||
grid-template-columns: repeat(3, 1fr);
|
|
||||||
gap: 0.5em;
|
|
||||||
align-items: end;
|
|
||||||
|
|
||||||
.stop-connection {
|
|
||||||
font-size: 0.95em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.stop-time {
|
|
||||||
position: relative;
|
|
||||||
inline-size: max-content;
|
|
||||||
align-self: center;
|
|
||||||
font-size: 0.9em;
|
|
||||||
|
|
||||||
color: var(--clr-primary);
|
|
||||||
|
|
||||||
&::after {
|
|
||||||
content: '\027F6';
|
|
||||||
display: block;
|
|
||||||
font-size: 2.2em;
|
|
||||||
line-height: 0.65em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.arrival-time.begins,
|
|
||||||
.departure-time.terminates {
|
|
||||||
font-size: 0.85em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.list-actions {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
gap: 0.5em;
|
|
||||||
margin-top: 0.5em;
|
|
||||||
|
|
||||||
.list-divider {
|
|
||||||
height: 80%;
|
|
||||||
width: 3px;
|
|
||||||
background-color: #6b6b6b;
|
|
||||||
}
|
|
||||||
|
|
||||||
img {
|
|
||||||
width: 25px;
|
|
||||||
height: 25px;
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
|
|
||||||
.thumbnails-btn {
|
|
||||||
width: 25px;
|
|
||||||
height: 25px;
|
|
||||||
font-size: 25px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@include responsive.smallScreen {
|
|
||||||
.timetable-item {
|
|
||||||
grid-template-columns: 1fr;
|
|
||||||
}
|
|
||||||
|
|
||||||
.list-actions {
|
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
@@ -115,7 +115,7 @@ export default defineComponent({
|
|||||||
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
historyList: [] as API.TimetableHistory.ResponseShort,
|
historyList: [] as API.TimetableHistory.Response,
|
||||||
historyModeList,
|
historyModeList,
|
||||||
|
|
||||||
apiStore: useApiStore(),
|
apiStore: useApiStore(),
|
||||||
@@ -149,12 +149,11 @@ export default defineComponent({
|
|||||||
requestFilters['returnType'] = 'short';
|
requestFilters['returnType'] = 'short';
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const response: API.TimetableHistory.ResponseShort = await this.apiStore.client.get(
|
const response: API.TimetableHistory.Response = await (
|
||||||
'api/getTimetables',
|
await this.apiStore.client!.get('api/getTimetables', {
|
||||||
requestFilters
|
params: requestFilters
|
||||||
);
|
})
|
||||||
|
).data;
|
||||||
console.log(response);
|
|
||||||
|
|
||||||
this.historyList = response;
|
this.historyList = response;
|
||||||
|
|
||||||
@@ -179,7 +178,7 @@ export default defineComponent({
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
parseCreatedDate(timetable: API.TimetableHistory.DataShort, locale: string) {
|
parseCreatedDate(timetable: API.TimetableHistory.Data, locale: string) {
|
||||||
const createdDate =
|
const createdDate =
|
||||||
timetable.createdAt > timetable.beginDate
|
timetable.createdAt > timetable.beginDate
|
||||||
? new Date(timetable.beginDate)
|
? new Date(timetable.beginDate)
|
||||||
|
|||||||
@@ -1,213 +0,0 @@
|
|||||||
<template>
|
|
||||||
<div class="scenery-top-list">
|
|
||||||
<h2 class="header">{{ t('scenery.top-list.header') }}</h2>
|
|
||||||
|
|
||||||
<div class="top-actions">
|
|
||||||
<div class="actions-modes">
|
|
||||||
<button
|
|
||||||
v-for="mode in availableModes"
|
|
||||||
:class="`btn btn--option ${mode == currentListMode ? 'checked' : ''}`"
|
|
||||||
@click="selectListMode(mode)"
|
|
||||||
>
|
|
||||||
{{ t(`scenery.top-list.mode-${mode}`) }}
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="actions-scopes">
|
|
||||||
<button
|
|
||||||
v-for="scope in availableScopes"
|
|
||||||
:class="`btn btn--option ${scope == currentListScope ? 'checked' : ''}`"
|
|
||||||
@click="selectListScope(scope)"
|
|
||||||
>
|
|
||||||
{{ t(`scenery.top-list.scope-${scope}`) }}
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="rating-list-wrapper">
|
|
||||||
<Loading v-if="listState == Status.Data.Loading" />
|
|
||||||
<div v-else-if="listState == Status.Data.Error">Ups, coś poszło nie tak...</div>
|
|
||||||
|
|
||||||
<ul v-else-if="bestScoreList.length > 0">
|
|
||||||
<li v-for="(value, i) in bestScoreList">
|
|
||||||
<div>
|
|
||||||
{{ t('ordinal', { count: i + 1 }) }} {{ t('scenery.top-list.place') }} -
|
|
||||||
<router-link :to="`/profile?playerId=${value.dispatcherId}`">{{
|
|
||||||
value.dispatcherName
|
|
||||||
}}</router-link>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div>
|
|
||||||
<b class="text--primary" v-if="currentListMode == 'dutyCount'">{{
|
|
||||||
t('scenery.top-list.duty-count', value.value)
|
|
||||||
}}</b>
|
|
||||||
|
|
||||||
<b class="text--primary" v-else-if="currentListMode == 'dispatcherRating'">{{
|
|
||||||
t('scenery.top-list.dispatcher-rating', value.value)
|
|
||||||
}}</b>
|
|
||||||
|
|
||||||
<b class="text--primary" v-else>
|
|
||||||
{{ t('scenery.top-list.duration') }}
|
|
||||||
{{ humanizeDuration(value.value) }}
|
|
||||||
</b>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<div v-else class="no-data">
|
|
||||||
<span v-if="currentListScope == 'name'">{{ t('scenery.top-list.no-data-general') }}</span>
|
|
||||||
<span v-else>{{ t('scenery.top-list.no-data-current-hash') }}</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script lang="ts" setup>
|
|
||||||
import { onActivated, PropType, ref } from 'vue';
|
|
||||||
import { useI18n } from 'vue-i18n';
|
|
||||||
import { useApiStore } from '../../store/apiStore';
|
|
||||||
import { Station, ActiveScenery, Status } from '../../typings/common';
|
|
||||||
import Loading from '../Global/Loading.vue';
|
|
||||||
import { humanizeDuration } from '../../composables/time';
|
|
||||||
|
|
||||||
interface SceneryBestScoreItem {
|
|
||||||
dispatcherName: string;
|
|
||||||
dispatcherId: number;
|
|
||||||
value: number;
|
|
||||||
}
|
|
||||||
|
|
||||||
const { t } = useI18n();
|
|
||||||
|
|
||||||
const apiStore = useApiStore();
|
|
||||||
|
|
||||||
defineOptions({
|
|
||||||
name: 'SceneryTopList'
|
|
||||||
});
|
|
||||||
|
|
||||||
const props = defineProps({
|
|
||||||
station: {
|
|
||||||
type: Object as PropType<Station>
|
|
||||||
},
|
|
||||||
|
|
||||||
onlineScenery: {
|
|
||||||
type: Object as PropType<ActiveScenery>
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
const availableModes = ['dutyCount', 'dispatcherRating', 'dutyDuration'] as const;
|
|
||||||
const availableScopes = ['name', 'hash'] as const;
|
|
||||||
|
|
||||||
type ListMode = (typeof availableModes)[number];
|
|
||||||
type ListScope = (typeof availableScopes)[number];
|
|
||||||
|
|
||||||
const currentListMode = ref<ListMode>('dutyCount');
|
|
||||||
const currentListScope = ref<ListScope>('name');
|
|
||||||
|
|
||||||
const listState = ref<Status.Data>(Status.Data.Loading);
|
|
||||||
|
|
||||||
const bestScoreList = ref<SceneryBestScoreItem[]>([]);
|
|
||||||
|
|
||||||
onActivated(() => {
|
|
||||||
fetchTopDispatchersList();
|
|
||||||
});
|
|
||||||
|
|
||||||
function selectListMode(mode: ListMode) {
|
|
||||||
currentListMode.value = mode;
|
|
||||||
fetchTopDispatchersList();
|
|
||||||
}
|
|
||||||
|
|
||||||
function selectListScope(scope: ListScope) {
|
|
||||||
currentListScope.value = scope;
|
|
||||||
fetchTopDispatchersList();
|
|
||||||
}
|
|
||||||
|
|
||||||
async function fetchTopDispatchersList() {
|
|
||||||
const searchedStationValue =
|
|
||||||
currentListScope.value == 'name'
|
|
||||||
? props.station?.name
|
|
||||||
: apiStore.sceneryData.find((sc) => sc.name == props.station!.name)?.hash;
|
|
||||||
|
|
||||||
bestScoreList.value = [];
|
|
||||||
|
|
||||||
if (!searchedStationValue) {
|
|
||||||
listState.value = Status.Data.Loaded;
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
try {
|
|
||||||
listState.value = Status.Data.Loading;
|
|
||||||
|
|
||||||
const response: SceneryBestScoreItem[] = await apiStore.client.get(`api/getSceneryBestScores`, {
|
|
||||||
[currentListScope.value]: searchedStationValue,
|
|
||||||
type: currentListMode.value,
|
|
||||||
countLimit: 40
|
|
||||||
});
|
|
||||||
|
|
||||||
bestScoreList.value = response;
|
|
||||||
listState.value = Status.Data.Loaded;
|
|
||||||
} catch (error) {
|
|
||||||
listState.value = Status.Data.Error;
|
|
||||||
console.error(error);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
|
||||||
.scenery-top-list {
|
|
||||||
display: grid;
|
|
||||||
grid-template-rows: auto auto 1fr;
|
|
||||||
overflow: hidden;
|
|
||||||
gap: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.top-actions {
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
gap: 0.5em 1.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.actions-modes,
|
|
||||||
.actions-scopes {
|
|
||||||
display: flex;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
gap: 0.5em;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rating-list-wrapper {
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rating-list-wrapper > ul {
|
|
||||||
display: grid;
|
|
||||||
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
|
|
||||||
align-items: center;
|
|
||||||
gap: 0.65em;
|
|
||||||
padding-right: 0.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rating-list-wrapper > ul > li {
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
flex-direction: column;
|
|
||||||
|
|
||||||
padding: 0.25em;
|
|
||||||
background-color: #2b2b2b;
|
|
||||||
height: 100%;
|
|
||||||
|
|
||||||
line-height: 1.5em;
|
|
||||||
|
|
||||||
a {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.no-data {
|
|
||||||
padding: 1em 0.5em;
|
|
||||||
font-size: 1.1em;
|
|
||||||
background-color: #333;
|
|
||||||
color: #ccc;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
+2
-2
@@ -18,8 +18,8 @@
|
|||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { defineComponent, PropType } from 'vue';
|
import { defineComponent, PropType } from 'vue';
|
||||||
import { StopStatus } from '../../../typings/common';
|
import { StopStatus } from '../../typings/common';
|
||||||
import { SceneryTimetableRow } from '../typings';
|
import { SceneryTimetableRow } from './typings';
|
||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
props: {
|
props: {
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
import { StopStatus, TrainStop } from '../../typings/common';
|
import { StopStatus, TrainStop } from '../../typings/common';
|
||||||
|
|
||||||
export const stopStatusPriorities = [
|
export const stopStatusPriority = [
|
||||||
StopStatus.ONLINE,
|
StopStatus.ONLINE,
|
||||||
StopStatus.STOPPED,
|
StopStatus.STOPPED,
|
||||||
StopStatus.DEPARTED,
|
StopStatus.DEPARTED,
|
||||||
@@ -18,31 +18,23 @@ export function getTrainStopStatus(
|
|||||||
return StopStatus.TERMINATED;
|
return StopStatus.TERMINATED;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (
|
if (!stopInfo.terminatesHere && stopInfo.confirmed && currentStationName == sceneryName) {
|
||||||
!stopInfo.terminatesHere &&
|
|
||||||
stopInfo.confirmed &&
|
|
||||||
currentStationName.startsWith(sceneryName)
|
|
||||||
) {
|
|
||||||
return StopStatus.DEPARTED;
|
return StopStatus.DEPARTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (
|
if (!stopInfo.terminatesHere && stopInfo.confirmed && currentStationName != sceneryName) {
|
||||||
!stopInfo.terminatesHere &&
|
|
||||||
stopInfo.confirmed &&
|
|
||||||
!currentStationName.startsWith(sceneryName)
|
|
||||||
) {
|
|
||||||
return StopStatus.DEPARTED_AWAY;
|
return StopStatus.DEPARTED_AWAY;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (currentStationName.startsWith(sceneryName) && !stopInfo.stopped) {
|
if (currentStationName == sceneryName && !stopInfo.stopped) {
|
||||||
return StopStatus.ONLINE;
|
return StopStatus.ONLINE;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (currentStationName.startsWith(sceneryName) && stopInfo.stopped) {
|
if (currentStationName == sceneryName && stopInfo.stopped) {
|
||||||
return StopStatus.STOPPED;
|
return StopStatus.STOPPED;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!currentStationName.startsWith(sceneryName)) {
|
if (currentStationName != sceneryName) {
|
||||||
return StopStatus.ARRIVING;
|
return StopStatus.ARRIVING;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,154 +0,0 @@
|
|||||||
<template>
|
|
||||||
<div class="filter-slider-container">
|
|
||||||
<input
|
|
||||||
class="slider"
|
|
||||||
v-for="slider in sliderGroupsOptions[sliderGroup]"
|
|
||||||
type="range"
|
|
||||||
:name="slider.id"
|
|
||||||
:id="slider.id"
|
|
||||||
:min="slider.minRange"
|
|
||||||
:max="slider.maxRange"
|
|
||||||
:step="slider.step"
|
|
||||||
v-model="filters[slider.id]"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<div class="slider-track" @click="moveCloserSliderToMousePos"></div>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script lang="ts" setup>
|
|
||||||
import { inject, PropType } from 'vue';
|
|
||||||
import { SliderGroup, sliderGroupsOptions } from '../../managers/stationFilterManager';
|
|
||||||
|
|
||||||
const filters = inject('StationsView_filters') as Record<string, any>;
|
|
||||||
|
|
||||||
const props = defineProps({
|
|
||||||
sliderGroup: {
|
|
||||||
type: String as PropType<SliderGroup>,
|
|
||||||
required: true
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
// Change slider value that's the closest one to the mouse position on the slider track click
|
|
||||||
function moveCloserSliderToMousePos(e: MouseEvent) {
|
|
||||||
const { clientX, target } = e;
|
|
||||||
const { minRange, maxRange, step } = sliderGroupsOptions[props.sliderGroup][0];
|
|
||||||
|
|
||||||
const boundingRect = (target as HTMLElement).getBoundingClientRect();
|
|
||||||
const mouseX = clientX - boundingRect.left;
|
|
||||||
|
|
||||||
const leftSliderValue = filters[sliderGroupsOptions[props.sliderGroup][0].id];
|
|
||||||
const rightSliderValue = filters[sliderGroupsOptions[props.sliderGroup][1].id];
|
|
||||||
|
|
||||||
let mouseValue = Math.round((maxRange - minRange) * (mouseX / boundingRect.width));
|
|
||||||
|
|
||||||
// Adjust mouse value to the closest step point (divide by 10, get rounded number, then multiply by step)
|
|
||||||
mouseValue = Math.round(mouseValue / step) * step;
|
|
||||||
|
|
||||||
let sliderIndex =
|
|
||||||
Math.abs(leftSliderValue - mouseValue) < Math.abs(rightSliderValue - mouseValue) ? 0 : 1;
|
|
||||||
|
|
||||||
filters[sliderGroupsOptions[props.sliderGroup][sliderIndex].id] = mouseValue;
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
|
||||||
@use '../../styles/responsive';
|
|
||||||
|
|
||||||
.filter-slider-container {
|
|
||||||
position: relative;
|
|
||||||
padding: 0.5em;
|
|
||||||
height: 1.25em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.slider-track {
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
|
|
||||||
border-radius: 1em;
|
|
||||||
z-index: 10;
|
|
||||||
|
|
||||||
cursor: pointer;
|
|
||||||
background-color: #444;
|
|
||||||
transition: background-color 0.2s;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
background-color: #4d4d4d;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.slider {
|
|
||||||
width: 100%;
|
|
||||||
height: 1.25em;
|
|
||||||
background: none;
|
|
||||||
outline: none;
|
|
||||||
border-radius: 1em;
|
|
||||||
padding: 0;
|
|
||||||
|
|
||||||
position: absolute;
|
|
||||||
left: 0;
|
|
||||||
top: 50%;
|
|
||||||
transform: translateY(-50%);
|
|
||||||
|
|
||||||
z-index: 100;
|
|
||||||
|
|
||||||
pointer-events: none;
|
|
||||||
cursor: pointer;
|
|
||||||
|
|
||||||
-webkit-appearance: none;
|
|
||||||
appearance: none;
|
|
||||||
|
|
||||||
&:hover ~ .slider-track {
|
|
||||||
background-color: #4d4d4d;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:focus-visible {
|
|
||||||
outline: 1px solid white;
|
|
||||||
}
|
|
||||||
|
|
||||||
&::-webkit-slider-thumb {
|
|
||||||
-webkit-appearance: none;
|
|
||||||
appearance: none;
|
|
||||||
|
|
||||||
position: relative;
|
|
||||||
z-index: 100;
|
|
||||||
|
|
||||||
width: 1.25em;
|
|
||||||
height: 1.25em;
|
|
||||||
border-radius: 1em;
|
|
||||||
background: var(--clr-primary);
|
|
||||||
|
|
||||||
pointer-events: all;
|
|
||||||
}
|
|
||||||
|
|
||||||
&::-moz-range-thumb {
|
|
||||||
width: 1.25em;
|
|
||||||
height: 1.25em;
|
|
||||||
border-radius: 1em;
|
|
||||||
background: var(--clr-primary);
|
|
||||||
|
|
||||||
pointer-events: all;
|
|
||||||
}
|
|
||||||
|
|
||||||
// &:first-child::-webkit-slider-runnable-track {
|
|
||||||
// }
|
|
||||||
|
|
||||||
&::-moz-range-track {
|
|
||||||
position: relative;
|
|
||||||
z-index: -1;
|
|
||||||
|
|
||||||
width: 100%;
|
|
||||||
height: 5px;
|
|
||||||
cursor: pointer;
|
|
||||||
background: none;
|
|
||||||
border-radius: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
// &:first-child::-moz-range-track {
|
|
||||||
// background: var(--clr-primary);
|
|
||||||
// }
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
@@ -137,16 +137,20 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="card_sliders">
|
<section class="card_sliders">
|
||||||
<div class="option-slider" v-for="(sliderGroup, i) in sliderGroups" :key="i">
|
<div class="slider" v-for="(slider, i) in sliderStates" :key="i">
|
||||||
<FilterSlider :sliderGroup="sliderGroup" />
|
<input
|
||||||
|
class="slider-input"
|
||||||
<span class="slider-value">
|
type="range"
|
||||||
{{ filters[sliderGroupsOptions[sliderGroup][0].id] }} -
|
:name="slider.id"
|
||||||
{{ filters[sliderGroupsOptions[sliderGroup][1].id] }}
|
:id="slider.id"
|
||||||
</span>
|
:min="slider.minRange"
|
||||||
|
:max="slider.maxRange"
|
||||||
|
:step="slider.step"
|
||||||
|
v-model.number="filters[slider.id]"
|
||||||
|
/>
|
||||||
|
<span class="slider-value">{{ filters[slider.id] }}</span>
|
||||||
<div class="slider-content">
|
<div class="slider-content">
|
||||||
{{ $t(`filters.sliders.${sliderGroups[i]}`) }}
|
{{ $t(`filters.sliders.${slider.id}`) }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
@@ -186,15 +190,13 @@ import routerMixin from '../../mixins/routerMixin';
|
|||||||
import { useMainStore } from '../../store/mainStore';
|
import { useMainStore } from '../../store/mainStore';
|
||||||
|
|
||||||
import FilterOption from './FilterOption.vue';
|
import FilterOption from './FilterOption.vue';
|
||||||
import FilterSlider from './FilterSlider.vue';
|
|
||||||
import StorageManager from '../../managers/storageManager';
|
import StorageManager from '../../managers/storageManager';
|
||||||
|
|
||||||
import {
|
import {
|
||||||
filtersSections,
|
filtersSections,
|
||||||
|
sliderStates,
|
||||||
initFilters,
|
initFilters,
|
||||||
sliderGroups,
|
getChangedFilters
|
||||||
getChangedFilters,
|
|
||||||
sliderGroupsOptions
|
|
||||||
} from '../../managers/stationFilterManager';
|
} from '../../managers/stationFilterManager';
|
||||||
|
|
||||||
import { StationFilterSection } from '../../managers/stationFilterManager';
|
import { StationFilterSection } from '../../managers/stationFilterManager';
|
||||||
@@ -204,15 +206,14 @@ import { watch } from 'vue';
|
|||||||
const STORAGE_KEY = 'options_saved';
|
const STORAGE_KEY = 'options_saved';
|
||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
components: { FilterOption, FilterSlider },
|
components: { FilterOption },
|
||||||
mixins: [keyMixin, routerMixin],
|
mixins: [keyMixin, routerMixin],
|
||||||
|
|
||||||
data: () => ({
|
data: () => ({
|
||||||
saveOptions: false,
|
saveOptions: false,
|
||||||
|
|
||||||
filtersSections,
|
filtersSections,
|
||||||
sliderGroups,
|
sliderStates,
|
||||||
sliderGroupsOptions,
|
|
||||||
|
|
||||||
minimumHours: 0,
|
minimumHours: 0,
|
||||||
|
|
||||||
@@ -515,7 +516,7 @@ h3.hours-section-header {
|
|||||||
|
|
||||||
.section-filters {
|
.section-filters {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
|
grid-template-columns: repeat(3, 1fr);
|
||||||
gap: 0.5em;
|
gap: 0.5em;
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
}
|
}
|
||||||
@@ -527,11 +528,9 @@ h3.hours-section-header {
|
|||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
height: 100%;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
display: inline-block;
|
||||||
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 0.25em;
|
padding: 0.25em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@@ -589,34 +588,112 @@ h3.hours-section-header {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.card_sliders {
|
.slider {
|
||||||
margin-top: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.option-slider {
|
|
||||||
display: grid;
|
display: grid;
|
||||||
|
grid-template-columns: 1fr 50px 1fr;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
grid-template-columns: 250px 100px 1fr;
|
|
||||||
gap: 0.25em;
|
gap: 0.25em;
|
||||||
min-height: 35px;
|
|
||||||
|
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
|
||||||
|
|
||||||
.slider-value {
|
&-value {
|
||||||
color: var(--clr-primary);
|
color: var(--clr-primary);
|
||||||
padding: 0.1em 0.2em;
|
padding: 0.1em 0.2em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: bold;
|
}
|
||||||
|
|
||||||
|
&-input {
|
||||||
|
-webkit-appearance: none;
|
||||||
|
appearance: none;
|
||||||
|
background: none;
|
||||||
|
border: none;
|
||||||
|
outline: none;
|
||||||
|
|
||||||
|
min-width: 25%;
|
||||||
|
|
||||||
|
&:focus-visible ~ * {
|
||||||
|
color: gold;
|
||||||
|
}
|
||||||
|
|
||||||
|
&::-webkit-slider-thumb {
|
||||||
|
-webkit-appearance: none;
|
||||||
|
appearance: none;
|
||||||
|
|
||||||
|
height: 20px;
|
||||||
|
width: 20px;
|
||||||
|
margin-top: -7px;
|
||||||
|
|
||||||
|
border-radius: 50%;
|
||||||
|
|
||||||
|
background: white;
|
||||||
|
border: 3px solid var(--clr-primary);
|
||||||
|
background-color: #333;
|
||||||
|
|
||||||
|
@include responsive.smallScreen {
|
||||||
|
width: 15px;
|
||||||
|
height: 15px;
|
||||||
|
margin-top: -5px;
|
||||||
|
border: 3px solid var(--clr-primary);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&::-moz-range-thumb {
|
||||||
|
height: 1em;
|
||||||
|
width: 1em;
|
||||||
|
|
||||||
|
border-radius: 50%;
|
||||||
|
|
||||||
|
background: white;
|
||||||
|
border: 4px solid var(--clr-primary);
|
||||||
|
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
|
@include responsive.smallScreen {
|
||||||
|
width: 1em;
|
||||||
|
height: 1em;
|
||||||
|
border: 3px solid var(--clr-primary);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&::-webkit-slider-runnable-track {
|
||||||
|
width: 100%;
|
||||||
|
height: 5px;
|
||||||
|
cursor: pointer;
|
||||||
|
background: #ffffff;
|
||||||
|
border-radius: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
&::-moz-range-track {
|
||||||
|
width: 100%;
|
||||||
|
height: 5px;
|
||||||
|
cursor: pointer;
|
||||||
|
background: #ffffff;
|
||||||
|
border-radius: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
&::-ms-track {
|
||||||
|
width: 100%;
|
||||||
|
height: 5px;
|
||||||
|
cursor: pointer;
|
||||||
|
background: #ffffff;
|
||||||
|
border-radius: 1em;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@include responsive.smallScreen {
|
@include responsive.smallScreen {
|
||||||
.option-slider {
|
.slider {
|
||||||
grid-template-columns: 1fr;
|
display: flex;
|
||||||
}
|
flex-wrap: wrap;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
.slider-content {
|
&-input {
|
||||||
text-align: center;
|
width: 90%;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-content {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.card_controls > button > p {
|
.card_controls > button > p {
|
||||||
|
|||||||
@@ -278,10 +278,6 @@ export default defineComponent({
|
|||||||
color: #ccc;
|
color: #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown_wrapper {
|
|
||||||
top: 2.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
@include responsive.smallScreen {
|
@include responsive.smallScreen {
|
||||||
.stats-title {
|
.stats-title {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -290,9 +286,5 @@ export default defineComponent({
|
|||||||
.filter-button > span {
|
.filter-button > span {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-data {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="station_table" @scroll="onScroll" ref="tableRef">
|
<section class="station_table">
|
||||||
<Loading
|
<Loading
|
||||||
v-if="apiStore.dataStatuses.connection == Status.Loading && filteredStationList.length == 0"
|
v-if="apiStore.dataStatuses.connection == Status.Loading && filteredStationList.length == 0"
|
||||||
/>
|
/>
|
||||||
@@ -131,16 +131,8 @@
|
|||||||
<td class="station-dispatcher-name">
|
<td class="station-dispatcher-name">
|
||||||
<span v-if="station.onlineInfo?.dispatcherName">
|
<span v-if="station.onlineInfo?.dispatcherName">
|
||||||
<b
|
<b
|
||||||
v-if="isCreator(station.onlineInfo.dispatcherName)"
|
v-if="apiStore.donatorsData.includes(station.onlineInfo.dispatcherName)"
|
||||||
data-tooltip-type="CreatorTooltip"
|
@click.prevent="openDonationCard"
|
||||||
:data-tooltip-content="$t('donations.creator-message')"
|
|
||||||
>
|
|
||||||
<img src="/images/icon-creator.png" alt="creator icon" />
|
|
||||||
<span class="text--creator"> {{ station.onlineInfo.dispatcherName }}</span>
|
|
||||||
</b>
|
|
||||||
|
|
||||||
<b
|
|
||||||
v-else-if="apiStore.donatorsData.includes(station.onlineInfo.dispatcherName)"
|
|
||||||
data-tooltip-type="DonatorTooltip"
|
data-tooltip-type="DonatorTooltip"
|
||||||
:data-tooltip-content="$t('donations.dispatcher-message')"
|
:data-tooltip-content="$t('donations.dispatcher-message')"
|
||||||
>
|
>
|
||||||
@@ -362,7 +354,6 @@ import { ActiveSorter, HeadIdsType, headIconsIds, headIds } from './typings';
|
|||||||
import { filterStations, sortStations } from './utils';
|
import { filterStations, sortStations } from './utils';
|
||||||
import { getLanguageNameById } from '../../utils/languageUtils';
|
import { getLanguageNameById } from '../../utils/languageUtils';
|
||||||
import FlagIcon from '../Global/FlagIcon.vue';
|
import FlagIcon from '../Global/FlagIcon.vue';
|
||||||
import { isCreator } from '../../utils/userUtils';
|
|
||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
emits: ['toggleDonationCard'],
|
emits: ['toggleDonationCard'],
|
||||||
@@ -373,9 +364,7 @@ export default defineComponent({
|
|||||||
data: () => ({
|
data: () => ({
|
||||||
headIconsIds,
|
headIconsIds,
|
||||||
headIds,
|
headIds,
|
||||||
scrollTop: 0,
|
getChangedFilters
|
||||||
getChangedFilters,
|
|
||||||
isCreator
|
|
||||||
}),
|
}),
|
||||||
|
|
||||||
setup() {
|
setup() {
|
||||||
@@ -403,10 +392,6 @@ export default defineComponent({
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
activated() {
|
|
||||||
(this.$refs['tableRef'] as HTMLElement).scrollTop = this.scrollTop;
|
|
||||||
},
|
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
getSceneryRoute(station: Station) {
|
getSceneryRoute(station: Station) {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
@@ -447,10 +432,6 @@ export default defineComponent({
|
|||||||
}));
|
}));
|
||||||
|
|
||||||
return JSON.stringify(usersTrains);
|
return JSON.stringify(usersTrains);
|
||||||
},
|
|
||||||
|
|
||||||
onScroll(e: Event) {
|
|
||||||
this.scrollTop = (e.target as HTMLElement).scrollTop;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -465,7 +446,7 @@ export default defineComponent({
|
|||||||
$rowCol: #424242;
|
$rowCol: #424242;
|
||||||
|
|
||||||
.station_table {
|
.station_table {
|
||||||
height: calc(100vh - 17em);
|
height: calc(100vh - 11em);
|
||||||
max-height: 2000px;
|
max-height: 2000px;
|
||||||
min-height: 500px;
|
min-height: 500px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
@@ -598,7 +579,6 @@ tbody tr {
|
|||||||
.station-name {
|
.station-name {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
padding: 0.25em;
|
|
||||||
|
|
||||||
&.default {
|
&.default {
|
||||||
color: var(--clr-primary);
|
color: var(--clr-primary);
|
||||||
@@ -633,8 +613,8 @@ tbody tr {
|
|||||||
|
|
||||||
.station-dispatcher-name {
|
.station-dispatcher-name {
|
||||||
img {
|
img {
|
||||||
max-height: 1.3em;
|
max-width: 1.35em;
|
||||||
vertical-align: text-top;
|
vertical-align: text-bottom;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -120,40 +120,28 @@ function filterSliderValues(filters: Record<string, any>, generalInfo: StationGe
|
|||||||
const otherAvailability =
|
const otherAvailability =
|
||||||
availability == 'nonPublic' || availability == 'unavailable' || availability == 'abandoned';
|
availability == 'nonPublic' || availability == 'unavailable' || availability == 'abandoned';
|
||||||
|
|
||||||
if (filters['minLevel'] > reqLevel + (otherAvailability ? 1 : 0)) return true;
|
const internalRoutes = routes.all.filter((r) => r.isInternal && !r.isRouteSBL && !r.hidden);
|
||||||
if (filters['maxLevel'] < reqLevel + (otherAvailability ? 1 : 0)) return true;
|
|
||||||
if (filters['minVmax'] > routes.maxRouteSpeed) return true;
|
|
||||||
if (filters['maxVmax'] < routes.minRouteSpeed) return true;
|
|
||||||
|
|
||||||
if (filters['oneWay'] && routes.singleOtherNames.length > 0) return true;
|
return (
|
||||||
if (filters['oneWayCatenary'] && routes.singleElectrifiedNames.length > 0) return true;
|
filters['minLevel'] > reqLevel + (otherAvailability ? 1 : 0) ||
|
||||||
if (filters['twoWay'] && routes.doubleOtherNames.length > 0) return true;
|
filters['maxLevel'] < reqLevel + (otherAvailability ? 1 : 0) ||
|
||||||
if (filters['twoWayCatenary'] && routes.doubleElectrifiedNames.length > 0) return true;
|
filters['minVmax'] > routes.maxRouteSpeed ||
|
||||||
|
filters['maxVmax'] < routes.minRouteSpeed ||
|
||||||
if (filters['minOneWay'] > routes.singleOtherNames.length) return true;
|
(filters['no-1track'] && routes.single.length != 0) ||
|
||||||
if (filters['maxOneWay'] < routes.singleOtherNames.length) return true;
|
(filters['no-2track'] && routes.double.length != 0) ||
|
||||||
if (filters['minOneWayCatenary'] > routes.singleElectrifiedNames.length) return true;
|
filters['minOneWayCatenary'] > routes.singleElectrifiedNames.length ||
|
||||||
if (filters['maxOneWayCatenary'] < routes.singleElectrifiedNames.length) return true;
|
filters['minOneWay'] > routes.singleOtherNames.length ||
|
||||||
if (filters['minTwoWay'] > routes.doubleOtherNames.length) return true;
|
filters['minTwoWayCatenary'] > routes.doubleElectrifiedNames.length ||
|
||||||
if (filters['maxTwoWay'] < routes.doubleOtherNames.length) return true;
|
filters['minTwoWay'] > routes.doubleOtherNames.length ||
|
||||||
if (filters['minTwoWayCatenary'] > routes.doubleElectrifiedNames.length) return true;
|
filters['minOneWayCatenaryInt'] >
|
||||||
if (filters['maxTwoWayCatenary'] < routes.doubleElectrifiedNames.length) return true;
|
internalRoutes.filter((r) => r.routeTracks == 1 && r.isElectric == true).length ||
|
||||||
|
filters['minOneWayInt'] >
|
||||||
if (filters['oneWayInt'] && routes.singleOtherInternalNames.length > 0) return true;
|
internalRoutes.filter((r) => r.routeTracks == 1 && r.isElectric == false).length ||
|
||||||
if (filters['oneWayCatenaryInt'] && routes.singleElectrifiedInternalNames.length > 0) return true;
|
filters['minTwoWayCatenaryInt'] >
|
||||||
if (filters['twoWayInt'] && routes.doubleOtherInternalNames.length > 0) return true;
|
internalRoutes.filter((r) => r.routeTracks == 2 && r.isElectric == true).length ||
|
||||||
if (filters['twoWayCatenaryInt'] && routes.doubleElectrifiedInternalNames.length > 0) return true;
|
filters['minTwoWayInt'] >
|
||||||
|
internalRoutes.filter((r) => r.routeTracks == 2 && r.isElectric == false).length
|
||||||
// Internal routes
|
);
|
||||||
if (filters['minOneWayInt'] > routes.singleOtherInternalNames.length) return true;
|
|
||||||
if (filters['maxOneWayInt'] < routes.singleOtherInternalNames.length) return true;
|
|
||||||
if (filters['minOneWayCatenaryInt'] > routes.singleElectrifiedInternalNames.length) return true;
|
|
||||||
if (filters['maxOneWayCatenaryInt'] < routes.singleElectrifiedInternalNames.length) return true;
|
|
||||||
|
|
||||||
if (filters['minTwoWayInt'] > routes.doubleOtherInternalNames.length) return true;
|
|
||||||
if (filters['maxTwoWayInt'] < routes.doubleOtherInternalNames.length) return true;
|
|
||||||
if (filters['minTwoWayCatenaryInt'] > routes.doubleElectrifiedInternalNames.length) return true;
|
|
||||||
if (filters['maxTwoWayCatenaryInt'] < routes.doubleElectrifiedInternalNames.length) return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function filterInputValues(filters: Record<string, any>, generalInfo: StationGeneralInfo) {
|
function filterInputValues(filters: Record<string, any>, generalInfo: StationGeneralInfo) {
|
||||||
|
|||||||
@@ -1,36 +0,0 @@
|
|||||||
<template>
|
|
||||||
<div class="tooltip-content">
|
|
||||||
<img src="/images/icon-creator.png" alt="creator icon" />
|
|
||||||
<b class="text--creator"> {{ tooltipStore.content }}</b>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script lang="ts">
|
|
||||||
import { defineComponent } from 'vue';
|
|
||||||
import { useTooltipStore } from '../../store/tooltipStore';
|
|
||||||
|
|
||||||
export default defineComponent({
|
|
||||||
data() {
|
|
||||||
return {
|
|
||||||
tooltipStore: useTooltipStore()
|
|
||||||
};
|
|
||||||
}
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
|
||||||
.tooltip-content {
|
|
||||||
padding: 0.5em;
|
|
||||||
border-radius: 0.25em;
|
|
||||||
|
|
||||||
width: 100%;
|
|
||||||
|
|
||||||
background-color: #333;
|
|
||||||
box-shadow: 0 0 10px 2px #aaa;
|
|
||||||
}
|
|
||||||
|
|
||||||
img {
|
|
||||||
vertical-align: text-bottom;
|
|
||||||
height: 1.25em;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="tooltip-content">
|
<div class="tooltip-content">
|
||||||
<img src="/images/icon-diamond.svg" alt="donator diamond icon" />
|
<img src="/images/icon-diamond.svg" alt="donator diamond icon" />
|
||||||
<b class="text--donator"> {{ tooltipStore.content }}</b>
|
<span>{{ tooltipStore.content }}</span>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -20,6 +20,11 @@ export default defineComponent({
|
|||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.tooltip-content {
|
.tooltip-content {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 0.5em;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
border-radius: 0.25em;
|
border-radius: 0.25em;
|
||||||
|
|
||||||
@@ -30,7 +35,7 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
vertical-align: text-bottom;
|
vertical-align: middle;
|
||||||
height: 1.25em;
|
height: 1em;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -8,13 +8,12 @@
|
|||||||
import { defineComponent } from 'vue';
|
import { defineComponent } from 'vue';
|
||||||
import { useTooltipStore } from '../../store/tooltipStore';
|
import { useTooltipStore } from '../../store/tooltipStore';
|
||||||
import DonatorTooltip from './DonatorTooltip.vue';
|
import DonatorTooltip from './DonatorTooltip.vue';
|
||||||
import CreatorTooltip from './CreatorTooltip.vue';
|
|
||||||
import VehiclePreviewTooltip from './VehiclePreviewTooltip.vue';
|
import VehiclePreviewTooltip from './VehiclePreviewTooltip.vue';
|
||||||
import BaseTooltip from './BaseTooltip.vue';
|
import BaseTooltip from './BaseTooltip.vue';
|
||||||
import SpawnsTooltip from './SpawnsTooltip.vue';
|
import SpawnsTooltip from './SpawnsTooltip.vue';
|
||||||
import UsersTooltip from './UsersTooltip.vue';
|
import UsersTooltip from './UsersTooltip.vue';
|
||||||
import HtmlTooltip from './HtmlTooltip.vue';
|
import HtmlTooltip from './HtmlTooltip.vue';
|
||||||
import TrainInfoTooltip from './TrainInfoTooltip.vue';
|
import TrainInfoTooltip from "./TrainInfoTooltip.vue";
|
||||||
|
|
||||||
const BOX_PADDING_PX = 20;
|
const BOX_PADDING_PX = 20;
|
||||||
|
|
||||||
@@ -26,8 +25,7 @@ export default defineComponent({
|
|||||||
SpawnsTooltip,
|
SpawnsTooltip,
|
||||||
UsersTooltip,
|
UsersTooltip,
|
||||||
HtmlTooltip,
|
HtmlTooltip,
|
||||||
TrainInfoTooltip,
|
TrainInfoTooltip
|
||||||
CreatorTooltip
|
|
||||||
},
|
},
|
||||||
|
|
||||||
data() {
|
data() {
|
||||||
|
|||||||
@@ -56,21 +56,12 @@
|
|||||||
</b>
|
</b>
|
||||||
|
|
||||||
<b
|
<b
|
||||||
v-if="isCreator(train.driverName)"
|
v-if="apiStore.donatorsData.includes(train.driverName)"
|
||||||
data-tooltip-type="CreatorTooltip"
|
|
||||||
:data-tooltip-content="$t('donations.creator-message')"
|
|
||||||
>
|
|
||||||
<img src="/images/icon-creator.png" alt="creator icon" />
|
|
||||||
<span class="text--creator"> {{ train.driverName }}</span>
|
|
||||||
</b>
|
|
||||||
|
|
||||||
<b
|
|
||||||
v-else-if="apiStore.donatorsData.includes(train.driverName)"
|
|
||||||
data-tooltip-type="DonatorTooltip"
|
data-tooltip-type="DonatorTooltip"
|
||||||
:data-tooltip-content="$t('donations.driver-message')"
|
:data-tooltip-content="$t('donations.driver-message')"
|
||||||
>
|
>
|
||||||
|
<span class="text--donator">{{ train.driverName }} </span>
|
||||||
<img src="/images/icon-diamond.svg" alt="donator diamond icon" />
|
<img src="/images/icon-diamond.svg" alt="donator diamond icon" />
|
||||||
<span class="text--donator"> {{ train.driverName }}</span>
|
|
||||||
</b>
|
</b>
|
||||||
|
|
||||||
<span v-else>{{ train.driverName }}</span>
|
<span v-else>{{ train.driverName }}</span>
|
||||||
@@ -213,7 +204,6 @@ import trainCategoryMixin from '../../mixins/trainCategoryMixin';
|
|||||||
import ProgressBar from '../Global/ProgressBar.vue';
|
import ProgressBar from '../Global/ProgressBar.vue';
|
||||||
import StockList from '../Global/StockList.vue';
|
import StockList from '../Global/StockList.vue';
|
||||||
import FlagIcon from '../Global/FlagIcon.vue';
|
import FlagIcon from '../Global/FlagIcon.vue';
|
||||||
import { isCreator } from '../../utils/userUtils';
|
|
||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
mixins: [trainInfoMixin, styleMixin, trainCategoryMixin],
|
mixins: [trainInfoMixin, styleMixin, trainCategoryMixin],
|
||||||
@@ -232,8 +222,7 @@ export default defineComponent({
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
store: useMainStore(),
|
store: useMainStore(),
|
||||||
apiStore: useApiStore(),
|
apiStore: useApiStore()
|
||||||
isCreator
|
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -289,6 +278,8 @@ export default defineComponent({
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
|
gap: 0.25em;
|
||||||
|
|
||||||
background-color: #1a1a1a;
|
background-color: #1a1a1a;
|
||||||
gap: 0.5em;
|
gap: 0.5em;
|
||||||
}
|
}
|
||||||
@@ -367,6 +358,8 @@ export default defineComponent({
|
|||||||
.status-badges {
|
.status-badges {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
margin-left: 0.25em;
|
||||||
|
|
||||||
gap: 0.25em;
|
gap: 0.25em;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
@@ -379,7 +372,7 @@ export default defineComponent({
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 0.5em;
|
gap: 0.5em;
|
||||||
padding: 0.25em 0;
|
padding: 0.5em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress-distance {
|
.progress-distance {
|
||||||
|
|||||||
@@ -210,10 +210,6 @@ export default defineComponent({
|
|||||||
@use '../../styles/dropdown';
|
@use '../../styles/dropdown';
|
||||||
@use '../../styles/dropdown-filters';
|
@use '../../styles/dropdown-filters';
|
||||||
|
|
||||||
.dropdown_wrapper {
|
|
||||||
top: 2.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.search_content > div {
|
.search_content > div {
|
||||||
margin: 0.5em auto;
|
margin: 0.5em auto;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -250,10 +250,9 @@ h3 {
|
|||||||
|
|
||||||
.dropdown_wrapper {
|
.dropdown_wrapper {
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
top: 2.5em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@include responsive.smallScreen {
|
@include responsive.smallScreen{
|
||||||
.no-data {
|
.no-data {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ export default defineComponent({
|
|||||||
@use '../../styles/animations';
|
@use '../../styles/animations';
|
||||||
|
|
||||||
.train-table {
|
.train-table {
|
||||||
height: calc(100vh - 17em);
|
height: calc(100vh - 11em);
|
||||||
min-height: 500px;
|
min-height: 500px;
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<TrainInfo :train="train" />
|
<TrainInfo :train="train" />
|
||||||
|
|
||||||
<div class="train-stats">
|
<div class="train-stats">
|
||||||
<StockList :trainStockList="train.stockList" :tractionOnly="true" :showPreviews="true" />
|
<StockList :trainStockList="train.stockList" :tractionOnly="true" />
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<span>{{ train.speed }}km/h</span>
|
<span>{{ train.speed }}km/h</span>
|
||||||
|
|||||||
@@ -1,8 +0,0 @@
|
|||||||
export function calculateExpStyles(exp: number, isSupporter = false) {
|
|
||||||
const bgColor = exp > -1 ? (exp < 2 ? '#26B0D9' : `hsl(${-exp * 5 + 100}, 85%, 50%)`) : '#666';
|
|
||||||
|
|
||||||
const fontColor = exp > 14 || exp == -1 ? 'white' : 'black';
|
|
||||||
const boxShadow = isSupporter ? `0 0 6px 2px ${bgColor};` : '';
|
|
||||||
|
|
||||||
return { 'background-color': bgColor, color: fontColor, 'box-shadow': boxShadow };
|
|
||||||
}
|
|
||||||
@@ -1,44 +0,0 @@
|
|||||||
import { useI18n } from 'vue-i18n';
|
|
||||||
|
|
||||||
export function calculateDuration(timestampMs: number) {
|
|
||||||
const secondsTotal = Math.floor(timestampMs / 1000);
|
|
||||||
const minsTotal = Math.round(timestampMs / 60000);
|
|
||||||
const hoursTotal = Math.floor(minsTotal / 60);
|
|
||||||
const minsInHour = minsTotal % 60;
|
|
||||||
|
|
||||||
return {
|
|
||||||
secondsTotal,
|
|
||||||
minsTotal,
|
|
||||||
hoursTotal,
|
|
||||||
minsInHour
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
export function humanizeDuration(timestampMs: number, showSeconds = false) {
|
|
||||||
const { t } = useI18n();
|
|
||||||
|
|
||||||
const duration = calculateDuration(timestampMs);
|
|
||||||
|
|
||||||
return duration.minsTotal >= 60
|
|
||||||
? `${t('journal.hours', { value: duration.hoursTotal }, duration.hoursTotal)} ${t(
|
|
||||||
'journal.minutes',
|
|
||||||
{ value: duration.minsInHour },
|
|
||||||
duration.minsInHour
|
|
||||||
)}`
|
|
||||||
: showSeconds && duration.secondsTotal <= 60
|
|
||||||
? t('journal.seconds', { value: duration.secondsTotal }, duration.secondsTotal)
|
|
||||||
: t('journal.minutes', { value: duration.minsTotal }, duration.minsTotal);
|
|
||||||
}
|
|
||||||
|
|
||||||
export function dateToLocaleString(date: Date, dateOptions: Intl.DateTimeFormatOptions) {
|
|
||||||
const { locale } = useI18n();
|
|
||||||
|
|
||||||
return date.toLocaleString(locale.value == 'pl' ? 'pl-PL' : 'en-GB', dateOptions);
|
|
||||||
}
|
|
||||||
|
|
||||||
export function timestampToTimeString(timestamp: number) {
|
|
||||||
return new Date(timestamp).toLocaleTimeString('pl-PL', {
|
|
||||||
hour: '2-digit',
|
|
||||||
minute: '2-digit'
|
|
||||||
});
|
|
||||||
}
|
|
||||||
-23
@@ -1,23 +0,0 @@
|
|||||||
export class HttpClient {
|
|
||||||
constructor(private readonly baseURL: string) {}
|
|
||||||
|
|
||||||
async get<T>(url: string, params?: Record<string, any>): Promise<T> {
|
|
||||||
const absoluteURL = new URL(this.baseURL + '/' + url);
|
|
||||||
|
|
||||||
if (params) {
|
|
||||||
Object.keys(params).forEach((key) => {
|
|
||||||
if (params[key] === undefined) return;
|
|
||||||
|
|
||||||
absoluteURL.searchParams.append(key, params[key]);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
const data = await fetch(absoluteURL);
|
|
||||||
|
|
||||||
if (!data.ok) {
|
|
||||||
throw new Error(`Cannot fetch ${absoluteURL}: ${data.statusText}`);
|
|
||||||
}
|
|
||||||
|
|
||||||
return data.json();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
+2
-36
@@ -9,43 +9,9 @@ const i18n = createI18n({
|
|||||||
warnHtmlMessage: false,
|
warnHtmlMessage: false,
|
||||||
fallbackLocale: 'pl',
|
fallbackLocale: 'pl',
|
||||||
|
|
||||||
pluralizationRules: {
|
|
||||||
en: {
|
|
||||||
ordinal: (ctx: { named: (arg0: string) => number }) => {
|
|
||||||
const number = ctx.named('count');
|
|
||||||
|
|
||||||
const suffixes: Record<number, string> = {
|
|
||||||
1: 'st',
|
|
||||||
2: 'nd',
|
|
||||||
3: 'rd'
|
|
||||||
};
|
|
||||||
const suffix = suffixes[number % 10] || 'th';
|
|
||||||
|
|
||||||
return `${number}${suffix}`;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
messages: {
|
messages: {
|
||||||
en: {
|
en: enLang,
|
||||||
...enLang,
|
pl: plLang
|
||||||
ordinal: (ctx: { named: (arg0: string) => number }) => {
|
|
||||||
const number = ctx.named('count');
|
|
||||||
|
|
||||||
const suffixes: Record<number, string> = {
|
|
||||||
1: 'st',
|
|
||||||
2: 'nd',
|
|
||||||
3: 'rd'
|
|
||||||
};
|
|
||||||
const suffix = suffixes[number % 10] || 'th';
|
|
||||||
|
|
||||||
return `${number}${suffix}`;
|
|
||||||
}
|
|
||||||
},
|
|
||||||
pl: {
|
|
||||||
...plLang,
|
|
||||||
ordinal: '{count}.'
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
enableLegacy: false
|
enableLegacy: false
|
||||||
});
|
});
|
||||||
|
|||||||
+40
-116
@@ -23,6 +23,15 @@
|
|||||||
"bottom-text": "Enjoy!\n~Spythere",
|
"bottom-text": "Enjoy!\n~Spythere",
|
||||||
"button-confirm": "Start using the app!"
|
"button-confirm": "Start using the app!"
|
||||||
},
|
},
|
||||||
|
"migrate-info": {
|
||||||
|
"tooltip-content": "Information about migration of\nStacjownik site!",
|
||||||
|
"header-text": "Attention!",
|
||||||
|
"paragraph-1-html": "Due to the growing interest in Stacjownik and other applications I have made, <b>as of January 1, 2026, Stacjownik will be <u>permanently moved</u> to a new dedicated domain:</b>",
|
||||||
|
"paragraph-2-link-text": "https://stacjownik-td2.spythere.eu",
|
||||||
|
"paragraph-3-text": "This website will no longer receive future updates and after the New Year it will only redirect to the address above.",
|
||||||
|
"paragraph-4-italic-text": "\"Why are you messing this up? It's been fine for so long!\"",
|
||||||
|
"paragraph-4-html": "<i>\"Why are you messing this up? It's been fine for so long!\"</i> <br /> The change is mainly caused by the growing website interest and exceeding the free limit plan of the current Google hosting, which forces additional fees for each use of the service above a certain threshold (or otherwise blocks access to it). By moving the site to a dedicated domain (which has already been purchased and is maintained with the financial help of <span class=\"text--donator\">Supporters</span>), I will get rid of unnecessary expenses for a large corporation that can shut down my application at any given time."
|
||||||
|
},
|
||||||
"donations": {
|
"donations": {
|
||||||
"button-title": "TOSS A COIN",
|
"button-title": "TOSS A COIN",
|
||||||
"header": "Toss a coin to Stacjownik!",
|
"header": "Toss a coin to Stacjownik!",
|
||||||
@@ -42,8 +51,7 @@
|
|||||||
"action-paypal": "DONATE WITH PAYPAL",
|
"action-paypal": "DONATE WITH PAYPAL",
|
||||||
"action-buycoffee": "BUY ME A COFFEE!",
|
"action-buycoffee": "BUY ME A COFFEE!",
|
||||||
"dispatcher-message": "Dispatcher supporting the Stacjownik project!",
|
"dispatcher-message": "Dispatcher supporting the Stacjownik project!",
|
||||||
"driver-message": "Driver supporting the Stacjownik project!",
|
"driver-message": "Driver supporting the Stacjownik project!"
|
||||||
"creator-message": "Creator of the Stacjownik project"
|
|
||||||
},
|
},
|
||||||
"warnings": {
|
"warnings": {
|
||||||
"TWR": "Train with high risk cargo",
|
"TWR": "Train with high risk cargo",
|
||||||
@@ -57,7 +65,7 @@
|
|||||||
"refresh": "REFRESH"
|
"refresh": "REFRESH"
|
||||||
},
|
},
|
||||||
"update": {
|
"update": {
|
||||||
"title": "Stacjownik has been updated!",
|
"title": "Stacjownik update!",
|
||||||
"confirm": "ROGER THAT!",
|
"confirm": "ROGER THAT!",
|
||||||
"no-data": "No data about the latest app update has been found",
|
"no-data": "No data about the latest app update has been found",
|
||||||
"info-1": "This changelog will be available to see once again after clicking the version number in the footer",
|
"info-1": "This changelog will be available to see once again after clicking the version number in the footer",
|
||||||
@@ -79,8 +87,10 @@
|
|||||||
"tooltip-scenery-offline": "Scenery is offline",
|
"tooltip-scenery-offline": "Scenery is offline",
|
||||||
"pojazdownik-link-content": "POJAZDOWNIK",
|
"pojazdownik-link-content": "POJAZDOWNIK",
|
||||||
"language-tooltip-content": "JĘZYK / LANGUAGE",
|
"language-tooltip-content": "JĘZYK / LANGUAGE",
|
||||||
"gnr-link-content": "TRAIN ORDERS <br> GENERATOR",
|
"gnr-link-content": "TRAIN ORDERS <br> GENERATOR"
|
||||||
"discord-link-content": "STACJOWNIK <br> DISCORD SERVER"
|
},
|
||||||
|
"footer": {
|
||||||
|
"discord": "Stacjownik Discord server"
|
||||||
},
|
},
|
||||||
"categories": {
|
"categories": {
|
||||||
"EI": "domestic express",
|
"EI": "domestic express",
|
||||||
@@ -187,7 +197,6 @@
|
|||||||
"search-train": "Train no. / #",
|
"search-train": "Train no. / #",
|
||||||
"select-driver": "Choose a driver...",
|
"select-driver": "Choose a driver...",
|
||||||
"search-driver": "Driver name",
|
"search-driver": "Driver name",
|
||||||
"search-duty-id": "Duty ID",
|
|
||||||
"search-dispatcher": "Dispatcher name",
|
"search-dispatcher": "Dispatcher name",
|
||||||
"search-station": "Scenery name / #",
|
"search-station": "Scenery name / #",
|
||||||
"search-author": "Timetable author name",
|
"search-author": "Timetable author name",
|
||||||
@@ -200,7 +209,6 @@
|
|||||||
"search-date-from": "Date (UTC+2 / CEST)",
|
"search-date-from": "Date (UTC+2 / CEST)",
|
||||||
"search-date-to": "Date (UTC+2 / CEST)",
|
"search-date-to": "Date (UTC+2 / CEST)",
|
||||||
"select-categoryCode": "Train category",
|
"select-categoryCode": "Train category",
|
||||||
"search-headUnit": "Traction unit (e.g. EP09, ET22-401)",
|
|
||||||
"sort-mass": "mass",
|
"sort-mass": "mass",
|
||||||
"sort-speed": "speed",
|
"sort-speed": "speed",
|
||||||
"sort-length": "length",
|
"sort-length": "length",
|
||||||
@@ -251,9 +259,7 @@
|
|||||||
"blockades": "BLOCK SIGNALLING",
|
"blockades": "BLOCK SIGNALLING",
|
||||||
"status": "ONLINE STATUS",
|
"status": "ONLINE STATUS",
|
||||||
"timetables": "ACTIVE TIMETABLES",
|
"timetables": "ACTIVE TIMETABLES",
|
||||||
"spawns": "OPEN SPAWNS",
|
"spawns": "OPEN SPAWNS"
|
||||||
"externalRoutes": "EXTERNAL ROUTES",
|
|
||||||
"internalRoutes": "INTERNAL ROUTES"
|
|
||||||
},
|
},
|
||||||
"changed-filters-count": "Changed filters:",
|
"changed-filters-count": "Changed filters:",
|
||||||
"no-changed-filters": "No changed filters",
|
"no-changed-filters": "No changed filters",
|
||||||
@@ -297,27 +303,19 @@
|
|||||||
"withoutActiveTimetables": "NO ACTIVE",
|
"withoutActiveTimetables": "NO ACTIVE",
|
||||||
"junction": "JUNCTIONS",
|
"junction": "JUNCTIONS",
|
||||||
"nonJunction": "OTHER",
|
"nonJunction": "OTHER",
|
||||||
|
|
||||||
"oneWay": "OTHER SINGLE TRACK",
|
|
||||||
"oneWayCatenary": "CATENARY SINGLE TRACK",
|
|
||||||
"twoWayCatenary": "CATENARY DOUBLE TRACK",
|
|
||||||
"twoWay": "OTHER DOUBLE TRACK",
|
|
||||||
"oneWayCatenaryInt": "CATENARY SINGLE TRACK",
|
|
||||||
"oneWayInt": "OTHER SINGLE TRACK",
|
|
||||||
"twoWayCatenaryInt": "CATENARY DOUBLE TRACK",
|
|
||||||
"twoWayInt": "OTHER DOUBLE TRACK",
|
|
||||||
|
|
||||||
"sliders": {
|
"sliders": {
|
||||||
"vMax": "ROUTE SPEED",
|
"minLevel": "MIN. REQUIRED DISPATCHER LEVEL",
|
||||||
"level": "REQUIRED DISPATCHER LEVEL",
|
"maxLevel": "MAX. REQUIRED DISPATCHER LEVEL",
|
||||||
"routeOneWay": "SINGLE TRACK ROUTES (OTHER)",
|
"minVmax": "MIN. SCENERY ROUTE SPEED",
|
||||||
"routeOneWayCatenary": "SINGLE TRACK ROUTES (CATENARY)",
|
"maxVmax": "MAX. SCENERY ROUTE SPEED",
|
||||||
"routeTwoWayCatenary": "DOUBLE TRACK ROUTES (CATENARY)",
|
"minOneWayCatenary": "MIN. CATENARY SINGLE TRACK ROUTES",
|
||||||
"routeTwoWay": "DOUBLE TRACK ROUTES (OTHER)",
|
"minOneWay": "MIN. OTHER SINGLE TRACK ROUTES",
|
||||||
"routeOneWayInternalCatenary": "INTERNAL SINGLE TRACK ROUTES (CATENARY)",
|
"minTwoWayCatenary": "MIN. CATENARY DOUBLE TRACK ROUTES",
|
||||||
"routeOneWayInternal": "INTERNAL SINGLE TRACK ROUTES (OTHER)",
|
"minTwoWay": "MIN. OTHER DOUBLE TRACK ROUTES",
|
||||||
"routeTwoWayInternalCatenary": "INTERNAL DOUBLE TRACK ROUTES (CATENARY)",
|
"minOneWayCatenaryInt": "MIN. INTERNAL CATENARY SINGLE TRACK ROUTES",
|
||||||
"routeTwoWayInternal": "INTERNAL DOUBLE TRACK ROUTES (OTHER)"
|
"minOneWayInt": "MIN. INTERNAL OTHER SINGLE TRACK ROUTES",
|
||||||
|
"minTwoWayCatenaryInt": "MIN. INTERNAL CATENARY DOUBLE TRACK ROUTES",
|
||||||
|
"minTwoWayInt": "MIN. INTERNAL OTHER DOUBLE TRACK ROUTES"
|
||||||
},
|
},
|
||||||
"sceneries-placeholder": "Search for scenery",
|
"sceneries-placeholder": "Search for scenery",
|
||||||
"line-numbers-placeholder": "Line numbers (separated by commas)",
|
"line-numbers-placeholder": "Line numbers (separated by commas)",
|
||||||
@@ -328,6 +326,7 @@
|
|||||||
"now": "NOW",
|
"now": "NOW",
|
||||||
"hour": "h",
|
"hour": "h",
|
||||||
"no-limit": "NO LIMIT",
|
"no-limit": "NO LIMIT",
|
||||||
|
"include-selected": "INCLUDE SELECTED",
|
||||||
"save": "REMEMBER FILTERS",
|
"save": "REMEMBER FILTERS",
|
||||||
"reset": "RESET FILTERS",
|
"reset": "RESET FILTERS",
|
||||||
"close": "CLOSE FILTERS"
|
"close": "CLOSE FILTERS"
|
||||||
@@ -429,7 +428,7 @@
|
|||||||
"last-seen-ago": "since {minutes} minutes",
|
"last-seen-ago": "since {minutes} minutes",
|
||||||
"scenery-offline": "Offline ride",
|
"scenery-offline": "Offline ride",
|
||||||
"timeout": "An error occured while trying to refresh SWDR timetable data!",
|
"timeout": "An error occured while trying to refresh SWDR timetable data!",
|
||||||
"driver-profile-link": "PLAYER'S PROFILE",
|
"driver-journal-link": "DRIVER JOURNAL",
|
||||||
"driver-srjp-link": "SRJP",
|
"driver-srjp-link": "SRJP",
|
||||||
"driver-return-link": "RETURN",
|
"driver-return-link": "RETURN",
|
||||||
"driver-not-found-header": "Train not found! :/",
|
"driver-not-found-header": "Train not found! :/",
|
||||||
@@ -439,25 +438,15 @@
|
|||||||
"driver-not-found-others": "Player {driver} is online as:",
|
"driver-not-found-others": "Player {driver} is online as:",
|
||||||
"driver-not-found-return": "RETURN TO THE MAIN SITE",
|
"driver-not-found-return": "RETURN TO THE MAIN SITE",
|
||||||
"stock-copy": "COPY THE STOCK",
|
"stock-copy": "COPY THE STOCK",
|
||||||
"number-propositions": "NUMBER & WARNINGS SUGGESTIONS",
|
"number-propositions": "PROPOSE NUMBER",
|
||||||
"stock-clipboard-success": "Successfully copied the railway stock in a text form to your clipboard!",
|
"stock-clipboard-success": "Successfully copied the railway stock in a text form to your clipboard!",
|
||||||
"stock-clipboard-failure": "Oops! Something happened and the railway stock couldn't be copied to your clipboard! :/",
|
"stock-clipboard-failure": "Oops! Something happened and the railway stock couldn't be copied to your clipboard! :/",
|
||||||
"number-propositions-header": "Generate number examples for a train category:",
|
"number-propositions-header": "Generate number examples for selected category:",
|
||||||
"number-propositions-third-number": "Third digit:",
|
"number-propositions-third-number": "Third digit:",
|
||||||
"number-propositions-last-nums": "{count} last digits from the range of:",
|
"number-propositions-last-nums": "{count} last digits from the range of:",
|
||||||
"number-propositions-title": "Propositions:",
|
"number-propositions-title": "Propositions:",
|
||||||
"number-propositions-empty": "No propositions available for the chosen category! :/"
|
"number-propositions-empty": "No propositions available for the chosen category! :/"
|
||||||
},
|
},
|
||||||
"cargo-warnings": {
|
|
||||||
"title": "Additional cargo warnings:",
|
|
||||||
"pn-innofreight": "PN: Innofreight C45: exceeded gauge",
|
|
||||||
"twr-un1965": "TWR: UN1965 (LPG)",
|
|
||||||
"tn-un1965": "TN: unclean tanks after UN1965",
|
|
||||||
"tn-un1202": "TN: UN1202 (diesel fuel)",
|
|
||||||
"tn-un1202-empty": "TN: unclean tanks after UN1202",
|
|
||||||
"pn-military": "PN: military transport",
|
|
||||||
"pn-edk80": "PN: EDK80 railway crane"
|
|
||||||
},
|
|
||||||
"train-stats": {
|
"train-stats": {
|
||||||
"stats-button": "STATISTICS",
|
"stats-button": "STATISTICS",
|
||||||
"title": "ONLINE TRAINS STATS",
|
"title": "ONLINE TRAINS STATS",
|
||||||
@@ -570,7 +559,7 @@
|
|||||||
"no-users": "NO ACTIVE PLAYERS",
|
"no-users": "NO ACTIVE PLAYERS",
|
||||||
"no-spawns": "NO OPEN SPAWNS",
|
"no-spawns": "NO OPEN SPAWNS",
|
||||||
"no-scenery": "Oops! This scenery doesn't exist!",
|
"no-scenery": "Oops! This scenery doesn't exist!",
|
||||||
"return-btn": "BACK TO SCENERIES",
|
"return-btn": "BACK TO THE LAST SITE",
|
||||||
"history-btn": "View the dispatcher history",
|
"history-btn": "View the dispatcher history",
|
||||||
"info-btn": "Return to the scenery view",
|
"info-btn": "Return to the scenery view",
|
||||||
"authors-title": "Scenery author | Scenery authors",
|
"authors-title": "Scenery author | Scenery authors",
|
||||||
@@ -580,14 +569,10 @@
|
|||||||
"additional-tools-title": "Additional tools",
|
"additional-tools-title": "Additional tools",
|
||||||
"one-way-routes": "Single track routes",
|
"one-way-routes": "Single track routes",
|
||||||
"two-way-routes": "Double track routes",
|
"two-way-routes": "Double track routes",
|
||||||
"routes-hidden": "Hidden internal routes",
|
|
||||||
"no-data": "No available data about this scenery",
|
"no-data": "No available data about this scenery",
|
||||||
"option-active-timetables": "Active timetables",
|
"option-active-timetables": "Active timetables",
|
||||||
"option-timetables-history": "Timetables history PL1",
|
"option-timetables-history": "Timetables history PL1",
|
||||||
"option-dispatchers-history": "Dispatchers history PL1",
|
"option-dispatchers-history": "Dispatchers history PL1",
|
||||||
"option-top-list": "Scenery records",
|
|
||||||
"btn-show-timetable-thumbnails": "Show rolling stock thumbnails",
|
|
||||||
"btn-hide-timetable-thumbnails": "Hide rolling stock thumbnails",
|
|
||||||
"timetable-includesScenery": "ALL TIMETABLES",
|
"timetable-includesScenery": "ALL TIMETABLES",
|
||||||
"timetable-via": "PASSES THROUGH",
|
"timetable-via": "PASSES THROUGH",
|
||||||
"timetable-issuedFrom": "BEGINS HERE",
|
"timetable-issuedFrom": "BEGINS HERE",
|
||||||
@@ -598,30 +583,14 @@
|
|||||||
"dispatcher-rate": "Rate:",
|
"dispatcher-rate": "Rate:",
|
||||||
"dispatcher-status-changes": "Status changes:",
|
"dispatcher-status-changes": "Status changes:",
|
||||||
"req-level": "all dispatcher levels | dispatcher level {lvl} required | dispatcher level {lvl} required",
|
"req-level": "all dispatcher levels | dispatcher level {lvl} required | dispatcher level {lvl} required",
|
||||||
"history-list-empty": "No saved scenery history!",
|
"history-list-empty": "No recorded scenery history!",
|
||||||
"forum-topic": "Scenery's forum topic",
|
"forum-topic": "Official {name} forum topic",
|
||||||
"gnr-link": "Train orders generator",
|
"gnr-link": "Train orders generator",
|
||||||
"pragotron-link": "Timetable pallet board",
|
"pragotron-link": "Timetable pallet board",
|
||||||
"tablice-link": "Timetable summary board <br> (by Thundo)",
|
"tablice-link": "Timetable summary board <br> (by Thundo)",
|
||||||
"bottom-info": "Show full history in the Journal tab",
|
"bottom-info": "Show full history in the Journal tab",
|
||||||
"btn-show-internal-routes": "Show internal routes",
|
"btn-show-internal-routes": "Show internal routes",
|
||||||
"btn-hide-internal-routes": "Hide internal routes",
|
"btn-hide-internal-routes": "Hide internal routes"
|
||||||
"top-list": {
|
|
||||||
"header": "RECORDS ON THE SCENERY (PL1)",
|
|
||||||
"mode-dutyCount": "DUTIES",
|
|
||||||
"mode-dispatcherRating": "RATING",
|
|
||||||
"mode-dutyDuration": "DUTY DURATION",
|
|
||||||
"scope-name": "GENERAL",
|
|
||||||
"scope-hash": "CURRENT HASH",
|
|
||||||
|
|
||||||
"place": "place",
|
|
||||||
"dispatcher-rating": "Rating: {n}",
|
|
||||||
"duty-count": "No duties | 1 duty | Duties: {n}",
|
|
||||||
"duration": "Duration:",
|
|
||||||
|
|
||||||
"no-data-general": "No best scores for this scenery on the PL1 server!",
|
|
||||||
"no-data-current-hash": "No best scores for the current scenery hash on the PL1 server!"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"availability": {
|
"availability": {
|
||||||
"title": "Availability",
|
"title": "Availability",
|
||||||
@@ -650,54 +619,9 @@
|
|||||||
"desc-end": "The train terminates here",
|
"desc-end": "The train terminates here",
|
||||||
"desc-terminated": "The train has been terminated"
|
"desc-terminated": "The train has been terminated"
|
||||||
},
|
},
|
||||||
"profile": {
|
"history": {
|
||||||
"journal-button": "PLAYER'S PROFILE",
|
"title": "TIMETABLE JOURNAL",
|
||||||
"no-player-found": "Player not found! :/",
|
"search-train": "Train no.",
|
||||||
"return-to-main": "Return to the main site",
|
"search-driver": "Driver name"
|
||||||
|
|
||||||
"filters": {
|
|
||||||
"Timetable": "TIMETABLES",
|
|
||||||
"Dispatcher": "DISPATCHER DUTIES",
|
|
||||||
"IssuedTimetable": "ISSUED TIMETABLES"
|
|
||||||
},
|
|
||||||
|
|
||||||
"stats": {
|
|
||||||
"timetables-journal": "TIMETABLE JOURNAL",
|
|
||||||
"dispatchers-journal": "DISPATCHER JOURNAL",
|
|
||||||
"forum-profile": "FORUM PROFILE",
|
|
||||||
|
|
||||||
"driver": "DRIVER",
|
|
||||||
"dispatcher": "DISPATCHER",
|
|
||||||
|
|
||||||
"header-driver": "DRIVER'S STATS",
|
|
||||||
"fulfilled-timetables": "fulfilled timetables",
|
|
||||||
"route-distance": "confirmed timetables distance",
|
|
||||||
"confirmed-stops": "confirmed stations in timetables",
|
|
||||||
"longest-timetable": "longest timetable",
|
|
||||||
"avg-timetable-length": "average distance of all timetables",
|
|
||||||
"no-timetable-stats": "This player does not have any registered timetables in Stacjownik!",
|
|
||||||
|
|
||||||
"header-dispatcher": "DISPATCHER'S STATS",
|
|
||||||
"duties-count": "duties as dispatcher",
|
|
||||||
"longest-duty": "longest duty",
|
|
||||||
"created-timetables-count": "issued timetables as dispatcher",
|
|
||||||
"longest-created-timetable": "longest issued timetable",
|
|
||||||
"created-timetables-length-sum": "distance sum of issued timetables",
|
|
||||||
"no-dispatcher-stats": "No registered dispatcher duties in Stacjownik!"
|
|
||||||
},
|
|
||||||
|
|
||||||
"recent-stats": {
|
|
||||||
"header": "ACTIVITY STATISTICS (30 LAST DAYS)",
|
|
||||||
"timetables": "TIMETABLES",
|
|
||||||
"distance": "MADE KILOMETERS",
|
|
||||||
"duties": "DISPATCHER DUTIES",
|
|
||||||
"created-timetables": "ISSUED TIMETABLES"
|
|
||||||
},
|
|
||||||
|
|
||||||
"list": {
|
|
||||||
"for": "for",
|
|
||||||
"online-since": "online since",
|
|
||||||
"no-recent-history": "No recent activity in the simulator :("
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+36
-115
@@ -23,6 +23,14 @@
|
|||||||
"bottom-text": "Miłego korzystania\n~Spythere",
|
"bottom-text": "Miłego korzystania\n~Spythere",
|
||||||
"button-confirm": "Zacznij korzystać z aplikacji!"
|
"button-confirm": "Zacznij korzystać z aplikacji!"
|
||||||
},
|
},
|
||||||
|
"migrate-info": {
|
||||||
|
"tooltip-content": "Informacja o migracji\nstrony Stacjownika!",
|
||||||
|
"header-text": "Uwaga!",
|
||||||
|
"paragraph-1-html": "Ze względu na coraz większe zainteresowanie Stacjownikiem oraz innymi aplikacjami mojego autorstwa <b>z dniem 1 stycznia 2026r. Stacjownik zostaje <u>permamentnie przeniesiony</u> na nową dedykowaną domenę:</b>",
|
||||||
|
"paragraph-2-link-text": "https://stacjownik-td2.spythere.eu",
|
||||||
|
"paragraph-3-text": "Obecna strona nie będzie otrzymywać już przyszłych aktualizacji, a po Nowym Roku będzie jedynie przenosić na powyższy adres.",
|
||||||
|
"paragraph-4-html": "<i>\"Po co psujesz? Przecież było dobrze tyle czasu!\"</i> <br /> Zmiana podyktowana jest głównie wzrostem zainteresowania stroną i przekraczaniem darmowego limitu obecnego hostingu Google'a, który wymusza płatność za każde użycie serwisu ponad określoną wartość (lub w przeciwnym wypadku blokuje do niego dostęp). Przenosząc stronę na dedykowaną domenę (która jest już wykupiona i utrzymywana dzięki pomocy <span class=\"text--donator\">Wspierających</span>), pozbędę się niepotrzebnego wydatku dla wielkiej korporacji, która w każdej chwili może mi wyłączyć aplikację."
|
||||||
|
},
|
||||||
"donations": {
|
"donations": {
|
||||||
"button-title": "GROSZA DAJ",
|
"button-title": "GROSZA DAJ",
|
||||||
"header": "Grosza daj Stacjownikowi!",
|
"header": "Grosza daj Stacjownikowi!",
|
||||||
@@ -42,8 +50,7 @@
|
|||||||
"action-paypal": "PRZELEJ PAYPALEM",
|
"action-paypal": "PRZELEJ PAYPALEM",
|
||||||
"action-buycoffee": "POSTAW KAWĘ!",
|
"action-buycoffee": "POSTAW KAWĘ!",
|
||||||
"dispatcher-message": "Dyżurny wspierający projekt Stacjownika!",
|
"dispatcher-message": "Dyżurny wspierający projekt Stacjownika!",
|
||||||
"driver-message": "Maszynista wspierający projekt Stacjownika!",
|
"driver-message": "Maszynista wspierający projekt Stacjownika!"
|
||||||
"creator-message": "Twórca projektu Stacjownik"
|
|
||||||
},
|
},
|
||||||
"warnings": {
|
"warnings": {
|
||||||
"TWR": "Pociąg z towarami niebezpiecznymi wysokiego ryzyka",
|
"TWR": "Pociąg z towarami niebezpiecznymi wysokiego ryzyka",
|
||||||
@@ -57,7 +64,7 @@
|
|||||||
"refresh": "ODŚWIEŻ"
|
"refresh": "ODŚWIEŻ"
|
||||||
},
|
},
|
||||||
"update": {
|
"update": {
|
||||||
"title": "Stacjownik został zaktualizowany!",
|
"title": "Aktualizacja Stacjownika!",
|
||||||
"confirm": "PRZYJĄŁEM!",
|
"confirm": "PRZYJĄŁEM!",
|
||||||
"no-data": "Nie znaleziono informacji o ostatnich zmianach w aplikacji",
|
"no-data": "Nie znaleziono informacji o ostatnich zmianach w aplikacji",
|
||||||
"info-1": "Ten changelog będzie zawsze dostępny po kliknięciu numeru wersji w stopce strony",
|
"info-1": "Ten changelog będzie zawsze dostępny po kliknięciu numeru wersji w stopce strony",
|
||||||
@@ -76,8 +83,10 @@
|
|||||||
"tooltip-scenery-offline": "Sceneria offline",
|
"tooltip-scenery-offline": "Sceneria offline",
|
||||||
"pojazdownik-link-content": "POJAZDOWNIK",
|
"pojazdownik-link-content": "POJAZDOWNIK",
|
||||||
"language-tooltip-content": "JĘZYK / LANGUAGE",
|
"language-tooltip-content": "JĘZYK / LANGUAGE",
|
||||||
"gnr-link-content": "GENERATOR <br> ROZKAZÓW PISEMNYCH",
|
"gnr-link-content": "GENERATOR <br> ROZKAZÓW PISEMNYCH"
|
||||||
"discord-link-content": "SERWER DISCORD <br> STACJOWNIKA"
|
},
|
||||||
|
"footer": {
|
||||||
|
"discord": "Serwer Discord Stacjownika"
|
||||||
},
|
},
|
||||||
"categories": {
|
"categories": {
|
||||||
"EI": "ekspres krajowy",
|
"EI": "ekspres krajowy",
|
||||||
@@ -184,7 +193,6 @@
|
|||||||
"search-train": "Nr pociągu / #",
|
"search-train": "Nr pociągu / #",
|
||||||
"search-driver": "Nick maszynisty",
|
"search-driver": "Nick maszynisty",
|
||||||
"select-driver": "Wybierz maszynistę...",
|
"select-driver": "Wybierz maszynistę...",
|
||||||
"search-duty-id": "ID służby",
|
|
||||||
"search-dispatcher": "Nick dyżurnego",
|
"search-dispatcher": "Nick dyżurnego",
|
||||||
"search-station": "Nazwa scenerii / #",
|
"search-station": "Nazwa scenerii / #",
|
||||||
"search-author": "Nick autora rozkładu jazdy",
|
"search-author": "Nick autora rozkładu jazdy",
|
||||||
@@ -197,7 +205,6 @@
|
|||||||
"search-date-from": "Data (UTC+2 / CEST)",
|
"search-date-from": "Data (UTC+2 / CEST)",
|
||||||
"search-date-to": "Data (UTC+2 / CEST)",
|
"search-date-to": "Data (UTC+2 / CEST)",
|
||||||
"select-categoryCode": "Kategoria pociągu",
|
"select-categoryCode": "Kategoria pociągu",
|
||||||
"search-headUnit": "Pojazd trakcyjny (np. EP09, ET22-137)",
|
|
||||||
"sort-routeDistance": "kilometraż",
|
"sort-routeDistance": "kilometraż",
|
||||||
"sort-allStopsCount": "stacje",
|
"sort-allStopsCount": "stacje",
|
||||||
"sort-beginDate": "data",
|
"sort-beginDate": "data",
|
||||||
@@ -249,9 +256,7 @@
|
|||||||
"blockades": "BLOKADY LINIOWE",
|
"blockades": "BLOKADY LINIOWE",
|
||||||
"status": "STATUS ONLINE",
|
"status": "STATUS ONLINE",
|
||||||
"timetables": "AKTYWNE ROZKŁADY JAZDY",
|
"timetables": "AKTYWNE ROZKŁADY JAZDY",
|
||||||
"spawns": "OTWARTE SPAWNY",
|
"spawns": "OTWARTE SPAWNY"
|
||||||
"externalRoutes": "SZLAKI ZEWNĘTRZNE",
|
|
||||||
"internalRoutes": "SZLAKI WEWNĘTRZNE"
|
|
||||||
},
|
},
|
||||||
"changed-filters-count": "Zmienione filtry:",
|
"changed-filters-count": "Zmienione filtry:",
|
||||||
"no-changed-filters": "Brak zmienionych filtrów",
|
"no-changed-filters": "Brak zmienionych filtrów",
|
||||||
@@ -295,27 +300,19 @@
|
|||||||
"withoutActiveTimetables": "BEZ AKTYWNYCH",
|
"withoutActiveTimetables": "BEZ AKTYWNYCH",
|
||||||
"junction": "WĘZŁOWE",
|
"junction": "WĘZŁOWE",
|
||||||
"nonJunction": "INNE",
|
"nonJunction": "INNE",
|
||||||
|
|
||||||
"oneWay": "JEDNOTOROWE NIEZELEKTRYFIKOWANE",
|
|
||||||
"oneWayCatenary": "JEDNOTOROWE ZELEKTRYFIKOWANE",
|
|
||||||
"twoWayCatenary": "DWUTOROWE ZELEKTRYFIKOWANE",
|
|
||||||
"twoWay": "DWUTOROWE NIEZELEKTRYFIKOWANE",
|
|
||||||
"oneWayCatenaryInt": "JEDNOTOROWE ZELEKTRYFIKOWANE",
|
|
||||||
"oneWayInt": "JEDNOTOROWE NIEZELEKTRYFIKOWANE",
|
|
||||||
"twoWayCatenaryInt": "DWUTOROWE ZELEKTRYFIKOWANE",
|
|
||||||
"twoWayInt": "DWUTOROWE NIEZELEKTRYFIKOWANE",
|
|
||||||
|
|
||||||
"sliders": {
|
"sliders": {
|
||||||
"vMax": "PRĘDKOŚĆ SZLAKOWA",
|
"minLevel": "MIN. WYMAGANY POZIOM DYŻURNEGO",
|
||||||
"level": "WYMAGANY POZIOM DYŻURNEGO",
|
"maxLevel": "MAKS. WYMAGANY POZIOM DYŻURNEGO",
|
||||||
"routeOneWay": "SZLAKI 1-TOROWE NIEZELEKTR.",
|
"minVmax": "MIN. PRĘDKOŚĆ SZLAKOWA",
|
||||||
"routeOneWayCatenary": "SZLAKI 1-TOROWE ZELEKTR.",
|
"maxVmax": "MAKS. PRĘDKOŚĆ SZLAKOWA",
|
||||||
"routeTwoWayCatenary": "SZLAKI 2-TOROWE ZELEKTR.",
|
"minOneWayCatenary": "SZLAKI JEDNOTOROWE ZELEKTR. (MINIMUM)",
|
||||||
"routeTwoWay": "SZLAKI 2-TOROWE NIEZELEKTR.",
|
"minOneWay": "SZLAKI JEDNOTOROWE NIEZELEKTR. (MINIMUM)",
|
||||||
"routeOneWayInternalCatenary": "SZLAKI WEWN. 1-TOROWE ZELEKTR.",
|
"minTwoWayCatenary": "SZLAKI DWUTOROWE ZELEKTR. (MINIMUM)",
|
||||||
"routeOneWayInternal": "SZLAKI WEWN. 1-TOROWE NIEZELEKTR.",
|
"minTwoWay": "SZLAKI DWUTOROWE NIEZELEKTR. (MINIMUM)",
|
||||||
"routeTwoWayInternalCatenary": "SZLAKI WEWN. 2-TOROWE ZELEKTR.",
|
"minOneWayCatenaryInt": "SZLAKI JEDNOTOROWE ZELEKTR. WEWNĘTRZNE (MINIMUM)",
|
||||||
"routeTwoWayInternal": "SZLAKI WEWN. 2-TOROWE NIEZELEKTR."
|
"minOneWayInt": "SZLAKI JEDNOTOROWE NIEZELEKTR. WEWNĘTRZNE (MINIMUM)",
|
||||||
|
"minTwoWayCatenaryInt": "SZLAKI DWUTOROWE ZELEKTR. WEWNĘTRZNE (MINIMUM)",
|
||||||
|
"minTwoWayInt": "SZLAKI DWUTOROWE NIEZELEKTR. WEWNĘTRZNE (MINIMUM)"
|
||||||
},
|
},
|
||||||
"sceneries-placeholder": "Wyszukaj scenerię",
|
"sceneries-placeholder": "Wyszukaj scenerię",
|
||||||
"line-numbers-placeholder": "Numery linii (oddzielone przecinkami)",
|
"line-numbers-placeholder": "Numery linii (oddzielone przecinkami)",
|
||||||
@@ -326,6 +323,7 @@
|
|||||||
"now": "TERAZ",
|
"now": "TERAZ",
|
||||||
"hour": " godz.",
|
"hour": " godz.",
|
||||||
"no-limit": "BEZ LIMITU",
|
"no-limit": "BEZ LIMITU",
|
||||||
|
"include-selected": "POKAŻ ZAZNACZONE",
|
||||||
"save": "ZAPAMIĘTAJ FILTRY",
|
"save": "ZAPAMIĘTAJ FILTRY",
|
||||||
"reset": "RESETUJ FILTRY",
|
"reset": "RESETUJ FILTRY",
|
||||||
"close": "ZAMKNIJ FILTRY"
|
"close": "ZAMKNIJ FILTRY"
|
||||||
@@ -416,7 +414,7 @@
|
|||||||
"last-seen-ago": "od {minutes} minut",
|
"last-seen-ago": "od {minutes} minut",
|
||||||
"scenery-offline": "Przejazd offline",
|
"scenery-offline": "Przejazd offline",
|
||||||
"timeout": "Wystąpił problem z aktualizacją rozkładów jazdy z SWDR",
|
"timeout": "Wystąpił problem z aktualizacją rozkładów jazdy z SWDR",
|
||||||
"driver-profile-link": "PROFIL GRACZA",
|
"driver-journal-link": "DZIENNIK MASZYNISTY",
|
||||||
"driver-srjp-link": "SRJP",
|
"driver-srjp-link": "SRJP",
|
||||||
"driver-return-link": "POWRÓT",
|
"driver-return-link": "POWRÓT",
|
||||||
"driver-not-found-header": "Nie znaleziono pociągu! :/",
|
"driver-not-found-header": "Nie znaleziono pociągu! :/",
|
||||||
@@ -426,25 +424,15 @@
|
|||||||
"driver-not-found-others": "Gracz {driver} jest online jako:",
|
"driver-not-found-others": "Gracz {driver} jest online jako:",
|
||||||
"driver-not-found-return": "WRÓĆ NA STRONĘ GŁÓWNĄ",
|
"driver-not-found-return": "WRÓĆ NA STRONĘ GŁÓWNĄ",
|
||||||
"stock-copy": "SKOPIUJ SKŁAD",
|
"stock-copy": "SKOPIUJ SKŁAD",
|
||||||
"number-propositions": "PROPOZYCJE NUMERÓW I UWAG",
|
"number-propositions": "ZAPROPONUJ NUMER",
|
||||||
"stock-clipboard-success": "Pomyślnie skopiowano skład w postaci tekstowej do schowka!",
|
"stock-clipboard-success": "Pomyślnie skopiowano skład w postaci tekstowej do schowka!",
|
||||||
"stock-clipboard-failure": "Ups! Nie udało się skopiować składu do schowka! :/",
|
"stock-clipboard-failure": "Ups! Nie udało się skopiować składu do schowka! :/",
|
||||||
"number-propositions-header": "Wygeneruj propozycje numerów dla pociągu kategorii:",
|
"number-propositions-header": "Wygeneruj propozycje numerów dla kategorii pociągu:",
|
||||||
"number-propositions-third-number": "Trzecia cyfra:",
|
"number-propositions-third-number": "Trzecia cyfra:",
|
||||||
"number-propositions-last-nums": "{count} ostatnie cyfry z przedziału:",
|
"number-propositions-last-nums": "{count} ostatnie cyfry z przedziału:",
|
||||||
"number-propositions-title": "Propozycje:",
|
"number-propositions-title": "Propozycje:",
|
||||||
"number-propositions-empty": "Brak propozycji dla wybranej kategorii! :/"
|
"number-propositions-empty": "Brak propozycji dla wybranej kategorii! :/"
|
||||||
},
|
},
|
||||||
"cargo-warnings": {
|
|
||||||
"title": "Dodatkowe uwagi przewozowe:",
|
|
||||||
"pn-innofreight": "PN: Innofreight C45: przekroczona skrajnia",
|
|
||||||
"twr-un1965": "TWR: UN1965 (LPG)",
|
|
||||||
"tn-un1965": "TN: brudne cysterny po UN1965",
|
|
||||||
"tn-un1202": "TN: UN1202 (olej napędowy)",
|
|
||||||
"tn-un1202-empty": "TN: brudne cysterny po UN1202",
|
|
||||||
"pn-military": "PN: transport wojskowy",
|
|
||||||
"pn-edk80": "PN: żuraw kolejowy EDK80"
|
|
||||||
},
|
|
||||||
"train-stats": {
|
"train-stats": {
|
||||||
"stats-button": "STATYSTYKI",
|
"stats-button": "STATYSTYKI",
|
||||||
"title": "STATYSTYKI AKTYWNYCH POCIĄGÓW",
|
"title": "STATYSTYKI AKTYWNYCH POCIĄGÓW",
|
||||||
@@ -556,7 +544,7 @@
|
|||||||
"no-users": "BRAK AKTYWNYCH GRACZY",
|
"no-users": "BRAK AKTYWNYCH GRACZY",
|
||||||
"no-spawns": "BRAK OTWARTYCH SPAWNÓW",
|
"no-spawns": "BRAK OTWARTYCH SPAWNÓW",
|
||||||
"no-scenery": "Ups! Ta sceneria nie istnieje!",
|
"no-scenery": "Ups! Ta sceneria nie istnieje!",
|
||||||
"return-btn": "POWRÓT DO SCENERII",
|
"return-btn": "POWRÓT DO POPRZEDNIEJ STRONY",
|
||||||
"history-btn": "Przejdź do widoku historii dyżurnych ruchu",
|
"history-btn": "Przejdź do widoku historii dyżurnych ruchu",
|
||||||
"info-btn": "Wróć do widoku scenerii",
|
"info-btn": "Wróć do widoku scenerii",
|
||||||
"authors-title": "Autor scenerii | Autorzy scenerii",
|
"authors-title": "Autor scenerii | Autorzy scenerii",
|
||||||
@@ -566,14 +554,10 @@
|
|||||||
"additional-tools-title": "Dodatkowe narzędzia",
|
"additional-tools-title": "Dodatkowe narzędzia",
|
||||||
"one-way-routes": "Szlaki jednotorowe",
|
"one-way-routes": "Szlaki jednotorowe",
|
||||||
"two-way-routes": "Szlaki dwutorowe",
|
"two-way-routes": "Szlaki dwutorowe",
|
||||||
"routes-hidden": "Ukryto szlaki wewnętrzne",
|
|
||||||
"no-data": "Brak informacji o tej scenerii",
|
"no-data": "Brak informacji o tej scenerii",
|
||||||
"option-active-timetables": "Aktywne rozkłady jazdy",
|
"option-active-timetables": "Aktywne rozkłady jazdy",
|
||||||
"option-timetables-history": "Historia rozkładów PL1",
|
"option-timetables-history": "Historia rozkładów PL1",
|
||||||
"option-dispatchers-history": "Historia dyżurów PL1",
|
"option-dispatchers-history": "Historia dyżurów PL1",
|
||||||
"option-top-list": "Rekordy scenerii",
|
|
||||||
"btn-show-timetable-thumbnails": "Pokazuj podglądy składów",
|
|
||||||
"btn-hide-timetable-thumbnails": "Ukrywaj podglądy składów",
|
|
||||||
"timetable-includesScenery": "WSZYSTKIE RJ",
|
"timetable-includesScenery": "WSZYSTKIE RJ",
|
||||||
"timetable-via": "PRZEJEŻDŻA",
|
"timetable-via": "PRZEJEŻDŻA",
|
||||||
"timetable-issuedFrom": "ROZPOCZYNA BIEG",
|
"timetable-issuedFrom": "ROZPOCZYNA BIEG",
|
||||||
@@ -585,29 +569,13 @@
|
|||||||
"dispatcher-status-changes": "Zmiany statusów:",
|
"dispatcher-status-changes": "Zmiany statusów:",
|
||||||
"req-level": "ogólnodostępna | minimum {lvl} poziom dyżurnego | minimum {lvl} poziom dyżurnego",
|
"req-level": "ogólnodostępna | minimum {lvl} poziom dyżurnego | minimum {lvl} poziom dyżurnego",
|
||||||
"history-list-empty": "Brak historii dla tej scenerii!",
|
"history-list-empty": "Brak historii dla tej scenerii!",
|
||||||
"forum-topic": "Wątek scenerii",
|
"forum-topic": "Oficjalny wątek scenerii {name}",
|
||||||
"gnr-link": "Generator rozkazów pisemnych",
|
"gnr-link": "Generator rozkazów pisemnych",
|
||||||
"pragotron-link": "Paletowa tablica informacyjna",
|
"pragotron-link": "Paletowa tablica informacyjna",
|
||||||
"tablice-link": "Tablica informacyjna zbiorcza <br> (autorstwa Thundo)",
|
"tablice-link": "Tablica informacyjna zbiorcza <br> (autorstwa Thundo)",
|
||||||
"bottom-info": "Pokaż pełną historię w zakładce Dziennika",
|
"bottom-info": "Pokaż pełną historię w zakładce Dziennika",
|
||||||
"btn-show-internal-routes": "Pokazuj szlaki wewnętrzne",
|
"btn-show-internal-routes": "Pokazuj szlaki wewnętrzne",
|
||||||
"btn-hide-internal-routes": "Ukrywaj szlaki wewnętrzne",
|
"btn-hide-internal-routes": "Ukrywaj szlaki wewnętrzne"
|
||||||
"top-list": {
|
|
||||||
"header": "REKORDY NA SCENERII (PL1)",
|
|
||||||
"mode-dutyCount": "DYŻURY",
|
|
||||||
"mode-dispatcherRating": "OCENA",
|
|
||||||
"mode-dutyDuration": "CZAS DYŻURU",
|
|
||||||
"scope-name": "OGÓLNIE",
|
|
||||||
"scope-hash": "OBECNY HASH",
|
|
||||||
|
|
||||||
"place": "miejsce",
|
|
||||||
"dispatcher-rating": "Ocena: {n}",
|
|
||||||
"duty-count": "Brak dyżurów | 1 dyżur | Dyżury: {n}",
|
|
||||||
"duration": "Czas:",
|
|
||||||
|
|
||||||
"no-data-general": "Brak zapisanych rekordów scenerii na serwerze PL1!",
|
|
||||||
"no-data-current-hash": "Brak zapisanych rekordów scenerii z obecnym hashem na serwerze PL1!"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"availability": {
|
"availability": {
|
||||||
"title": "Dostępność",
|
"title": "Dostępność",
|
||||||
@@ -636,54 +604,7 @@
|
|||||||
"desc-end": "Pociąg kończy bieg",
|
"desc-end": "Pociąg kończy bieg",
|
||||||
"desc-terminated": "Pociąg zakończył bieg"
|
"desc-terminated": "Pociąg zakończył bieg"
|
||||||
},
|
},
|
||||||
"profile": {
|
"history": {
|
||||||
"journal-button": "PROFIL GRACZA",
|
"title": "DZIENNIK ROZKŁADÓW JAZDY"
|
||||||
"no-player-found": "Nie znaleziono gracza! :/",
|
|
||||||
"return-to-main": "Powrót do strony głównej",
|
|
||||||
|
|
||||||
"filters": {
|
|
||||||
"Timetable": "ROZKŁADY JAZDY",
|
|
||||||
"Dispatcher": "SŁUŻBY DYŻURNEGO",
|
|
||||||
"IssuedTimetable": "WYSTAWIONE RJ"
|
|
||||||
},
|
|
||||||
|
|
||||||
"stats": {
|
|
||||||
"timetables-journal": "DZIENNIK RJ",
|
|
||||||
"dispatchers-journal": "DZIENNIK DR",
|
|
||||||
"forum-profile": "PROFIL FORUM",
|
|
||||||
|
|
||||||
"driver": "MASZYNISTA",
|
|
||||||
"dispatcher": "DYŻURNY RUCHU",
|
|
||||||
|
|
||||||
"header-driver": "STATYSTYKI MASZYNISTY",
|
|
||||||
"fulfilled-timetables": "wypełnione rozkłady jazdy",
|
|
||||||
"route-distance": "zatwierdzony kilometraż w RJ",
|
|
||||||
"confirmed-stops": "potwierdzonych stacji w RJ",
|
|
||||||
"longest-timetable": "najdłuższy rozkład jazdy",
|
|
||||||
"avg-timetable-length": "średnia długość wszystkich rozkładów",
|
|
||||||
"no-timetable-stats": "Ten użytkownik nie posiada statystyk maszynisty zarejestrowanych przez Stacjownik!",
|
|
||||||
|
|
||||||
"header-dispatcher": "STATYSTYKI DYŻURNEGO RUCHU",
|
|
||||||
"duties-count": "służby jako dyżurny ruchu",
|
|
||||||
"longest-duty": "najdłuższa służba",
|
|
||||||
"created-timetables-count": "wystawione RJ jako dyżurny ruchu",
|
|
||||||
"longest-created-timetable": "najdłuższy wystawiony RJ",
|
|
||||||
"created-timetables-length-sum": "suma długości wystawionych RJ",
|
|
||||||
"no-dispatcher-stats": "Ten użytkownik nie posiada statystyk dyżurnego zarejestrowanych przez Stacjownik!"
|
|
||||||
},
|
|
||||||
|
|
||||||
"recent-stats": {
|
|
||||||
"header": "STATYSTYKI AKTYWNOŚCI (30 DNI)",
|
|
||||||
"timetables": "ROZKŁADÓW JAZDY",
|
|
||||||
"distance": "POKONANYCH KILOMETRÓW",
|
|
||||||
"duties": "SŁUŻB DYŻURNEGO",
|
|
||||||
"created-timetables": "WYSTAWIONYCH ROZKŁADÓW"
|
|
||||||
},
|
|
||||||
|
|
||||||
"list": {
|
|
||||||
"for": "dla",
|
|
||||||
"online-since": "online od",
|
|
||||||
"no-recent-history": "Brak ostatniej aktywności w symulatorze :("
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,24 +1,5 @@
|
|||||||
import StorageManager from './storageManager';
|
import StorageManager from './storageManager';
|
||||||
|
|
||||||
export type SliderGroup =
|
|
||||||
| 'vMax'
|
|
||||||
| 'level'
|
|
||||||
| 'routeOneWay'
|
|
||||||
| 'routeOneWayCatenary'
|
|
||||||
| 'routeOneWayInternal'
|
|
||||||
| 'routeOneWayInternalCatenary'
|
|
||||||
| 'routeTwoWay'
|
|
||||||
| 'routeTwoWayCatenary'
|
|
||||||
| 'routeTwoWayInternal'
|
|
||||||
| 'routeTwoWayInternalCatenary';
|
|
||||||
|
|
||||||
export interface SliderOptions {
|
|
||||||
id: string;
|
|
||||||
minRange: number;
|
|
||||||
maxRange: number;
|
|
||||||
step: number;
|
|
||||||
}
|
|
||||||
|
|
||||||
export const sections = [
|
export const sections = [
|
||||||
'status',
|
'status',
|
||||||
'timetables',
|
'timetables',
|
||||||
@@ -29,9 +10,7 @@ export const sections = [
|
|||||||
'control',
|
'control',
|
||||||
'blockades',
|
'blockades',
|
||||||
'signals',
|
'signals',
|
||||||
'addons',
|
'addons'
|
||||||
'externalRoutes',
|
|
||||||
'internalRoutes'
|
|
||||||
] as const;
|
] as const;
|
||||||
|
|
||||||
export const initFilters = {
|
export const initFilters = {
|
||||||
@@ -59,6 +38,9 @@ export const initFilters = {
|
|||||||
mixed: false,
|
mixed: false,
|
||||||
SBL: false,
|
SBL: false,
|
||||||
PBL: false,
|
PBL: false,
|
||||||
|
'include-selected': false,
|
||||||
|
'no-1track': false,
|
||||||
|
'no-2track': false,
|
||||||
free: true,
|
free: true,
|
||||||
occupied: false,
|
occupied: false,
|
||||||
nonPublic: false,
|
nonPublic: false,
|
||||||
@@ -78,111 +60,34 @@ export const initFilters = {
|
|||||||
onlineFromHours: 0,
|
onlineFromHours: 0,
|
||||||
minLevel: 0,
|
minLevel: 0,
|
||||||
maxLevel: 20,
|
maxLevel: 20,
|
||||||
oneWay: false,
|
|
||||||
oneWayCatenary: false,
|
|
||||||
twoWay: false,
|
|
||||||
twoWayCatenary: false,
|
|
||||||
oneWayCatenaryInt: false,
|
|
||||||
oneWayInt: false,
|
|
||||||
twoWayInt: false,
|
|
||||||
twoWayCatenaryInt: false,
|
|
||||||
minOneWay: 0,
|
minOneWay: 0,
|
||||||
minOneWayCatenary: 0,
|
minOneWayCatenary: 0,
|
||||||
minOneWayCatenaryInt: 0,
|
|
||||||
minOneWayInt: 0,
|
minOneWayInt: 0,
|
||||||
|
minOneWayCatenaryInt: 0,
|
||||||
minTwoWay: 0,
|
minTwoWay: 0,
|
||||||
minTwoWayCatenary: 0,
|
minTwoWayCatenary: 0,
|
||||||
minTwoWayInt: 0,
|
minTwoWayInt: 0,
|
||||||
minTwoWayCatenaryInt: 0,
|
minTwoWayCatenaryInt: 0,
|
||||||
maxOneWay: 10,
|
|
||||||
maxOneWayCatenary: 10,
|
|
||||||
maxOneWayInt: 20,
|
|
||||||
maxOneWayCatenaryInt: 20,
|
|
||||||
maxTwoWay: 10,
|
|
||||||
maxTwoWayCatenary: 10,
|
|
||||||
maxTwoWayInt: 20,
|
|
||||||
maxTwoWayCatenaryInt: 20,
|
|
||||||
authors: '',
|
authors: '',
|
||||||
projects: '',
|
projects: '',
|
||||||
lines: ''
|
lines: ''
|
||||||
};
|
};
|
||||||
|
|
||||||
export const sliderGroups: SliderGroup[] = [
|
export const sliderStates = [
|
||||||
'vMax',
|
{ id: 'maxVmax', minRange: 0, maxRange: 200, step: 10 },
|
||||||
'level',
|
{ id: 'minVmax', minRange: 0, maxRange: 200, step: 10 },
|
||||||
'routeOneWayCatenary',
|
{ id: 'minLevel', minRange: 0, maxRange: 20, step: 1 },
|
||||||
'routeOneWay',
|
{ id: 'maxLevel', minRange: 0, maxRange: 20, step: 1 },
|
||||||
'routeTwoWayCatenary',
|
{ id: 'minOneWay', minRange: 0, maxRange: 5, step: 1 },
|
||||||
'routeTwoWay',
|
{ id: 'minOneWayCatenary', minRange: 0, maxRange: 5, step: 1 },
|
||||||
'routeOneWayInternalCatenary',
|
{ id: 'minOneWayInt', minRange: 0, maxRange: 5, step: 1 },
|
||||||
'routeOneWayInternal',
|
{ id: 'minOneWayCatenaryInt', minRange: 0, maxRange: 5, step: 1 },
|
||||||
'routeTwoWayInternalCatenary',
|
{ id: 'minTwoWay', minRange: 0, maxRange: 5, step: 1 },
|
||||||
'routeTwoWayInternal'
|
{ id: 'minTwoWayCatenary', minRange: 0, maxRange: 5, step: 1 },
|
||||||
|
{ id: 'minTwoWayInt', minRange: 0, maxRange: 5, step: 1 },
|
||||||
|
{ id: 'minTwoWayCatenaryInt', minRange: 0, maxRange: 5, step: 1 }
|
||||||
];
|
];
|
||||||
|
|
||||||
export const sliderGroupsOptions: Record<SliderGroup, SliderOptions[]> = {
|
|
||||||
vMax: [
|
|
||||||
{ id: 'minVmax', minRange: 0, maxRange: 200, step: 20 },
|
|
||||||
{ id: 'maxVmax', minRange: 0, maxRange: 200, step: 20 }
|
|
||||||
],
|
|
||||||
level: [
|
|
||||||
{ id: 'minLevel', minRange: 0, maxRange: 20, step: 1 },
|
|
||||||
{ id: 'maxLevel', minRange: 0, maxRange: 20, step: 1 }
|
|
||||||
],
|
|
||||||
routeOneWay: [
|
|
||||||
{ id: 'minOneWay', minRange: 0, maxRange: 10, step: 1 },
|
|
||||||
{ id: 'maxOneWay', minRange: 0, maxRange: 10, step: 1 }
|
|
||||||
],
|
|
||||||
routeOneWayCatenary: [
|
|
||||||
{ id: 'minOneWayCatenary', minRange: 0, maxRange: 10, step: 1 },
|
|
||||||
{ id: 'maxOneWayCatenary', minRange: 0, maxRange: 10, step: 1 }
|
|
||||||
],
|
|
||||||
routeOneWayInternal: [
|
|
||||||
{ id: 'minOneWayInt', minRange: 0, maxRange: 20, step: 1 },
|
|
||||||
{ id: 'maxOneWayInt', minRange: 0, maxRange: 20, step: 1 }
|
|
||||||
],
|
|
||||||
routeOneWayInternalCatenary: [
|
|
||||||
{
|
|
||||||
id: 'minOneWayCatenaryInt',
|
|
||||||
minRange: 0,
|
|
||||||
maxRange: 20,
|
|
||||||
step: 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 'maxOneWayCatenaryInt',
|
|
||||||
minRange: 0,
|
|
||||||
maxRange: 20,
|
|
||||||
step: 1
|
|
||||||
}
|
|
||||||
],
|
|
||||||
routeTwoWay: [
|
|
||||||
{ id: 'minTwoWay', minRange: 0, maxRange: 10, step: 1 },
|
|
||||||
{ id: 'maxTwoWay', minRange: 0, maxRange: 10, step: 1 }
|
|
||||||
],
|
|
||||||
routeTwoWayCatenary: [
|
|
||||||
{ id: 'minTwoWayCatenary', minRange: 0, maxRange: 10, step: 1 },
|
|
||||||
{ id: 'maxTwoWayCatenary', minRange: 0, maxRange: 10, step: 1 }
|
|
||||||
],
|
|
||||||
routeTwoWayInternal: [
|
|
||||||
{ id: 'minTwoWayInt', minRange: 0, maxRange: 20, step: 1 },
|
|
||||||
{ id: 'maxTwoWayInt', minRange: 0, maxRange: 20, step: 1 }
|
|
||||||
],
|
|
||||||
routeTwoWayInternalCatenary: [
|
|
||||||
{
|
|
||||||
id: 'minTwoWayCatenaryInt',
|
|
||||||
minRange: 0,
|
|
||||||
maxRange: 20,
|
|
||||||
step: 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 'maxTwoWayCatenaryInt',
|
|
||||||
minRange: 0,
|
|
||||||
maxRange: 20,
|
|
||||||
step: 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
};
|
|
||||||
|
|
||||||
export type StationFilter = keyof typeof initFilters;
|
export type StationFilter = keyof typeof initFilters;
|
||||||
export type StationFilterSection = (typeof sections)[number];
|
export type StationFilterSection = (typeof sections)[number];
|
||||||
|
|
||||||
@@ -207,9 +112,7 @@ export const filtersSections: Record<StationFilterSection, StationFilter[]> = {
|
|||||||
'manual'
|
'manual'
|
||||||
],
|
],
|
||||||
blockades: ['SBL', 'PBL'],
|
blockades: ['SBL', 'PBL'],
|
||||||
signals: ['modern', 'semaphores', 'mixed', 'historical'],
|
signals: ['modern', 'semaphores', 'mixed', 'historical']
|
||||||
externalRoutes: ['oneWayCatenary', 'oneWay', 'twoWayCatenary', 'twoWay'],
|
|
||||||
internalRoutes: ['oneWayCatenaryInt', 'oneWayInt', 'twoWayCatenaryInt', 'twoWayInt']
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export function setupFilters(currentFilters: Record<string, any>) {
|
export function setupFilters(currentFilters: Record<string, any>) {
|
||||||
@@ -232,8 +135,7 @@ export function getChangedFilters(currentFilters: Record<string, any>): string[]
|
|||||||
return (
|
return (
|
||||||
Object.keys(currentFilters).filter(
|
Object.keys(currentFilters).filter(
|
||||||
(filterKey) =>
|
(filterKey) =>
|
||||||
currentFilters[filterKey].toString() !==
|
currentFilters[filterKey] !== initFilters[filterKey as keyof typeof initFilters]
|
||||||
initFilters[filterKey as keyof typeof initFilters].toString()
|
|
||||||
) ?? []
|
) ?? []
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
+2
-7
@@ -61,11 +61,6 @@ const routes: Array<RouteRecordRaw> = [
|
|||||||
region: route.query.region
|
region: route.query.region
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
{
|
|
||||||
path: '/profile',
|
|
||||||
name: 'PlayerProfileView',
|
|
||||||
component: () => import('../views/PlayerProfileView.vue')
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
path: '/:catchAll(.*)',
|
path: '/:catchAll(.*)',
|
||||||
redirect: '/'
|
redirect: '/'
|
||||||
@@ -75,12 +70,12 @@ const routes: Array<RouteRecordRaw> = [
|
|||||||
const router = createRouter({
|
const router = createRouter({
|
||||||
scrollBehavior(to, from, savedPosition) {
|
scrollBehavior(to, from, savedPosition) {
|
||||||
if (
|
if (
|
||||||
(to.name == 'SceneryView' || to.name == 'DriverView' || to.name == 'PlayerProfileView') &&
|
(to.name == 'SceneryView' || to.name == 'DriverView') &&
|
||||||
from.name !== to.name &&
|
from.name !== to.name &&
|
||||||
from.query['view'] === undefined &&
|
from.query['view'] === undefined &&
|
||||||
!savedPosition
|
!savedPosition
|
||||||
)
|
)
|
||||||
return { el: `.app_main`, behavior: 'smooth', top: 0 };
|
return { el: `.app_main`, behavior: 'instant', top: -13 };
|
||||||
|
|
||||||
if (savedPosition) return savedPosition;
|
if (savedPosition) return savedPosition;
|
||||||
},
|
},
|
||||||
|
|||||||
+36
-50
@@ -2,29 +2,14 @@ import { defineStore } from 'pinia';
|
|||||||
import { API } from '../typings/api';
|
import { API } from '../typings/api';
|
||||||
import { Status } from '../typings/common';
|
import { Status } from '../typings/common';
|
||||||
import { StationJSONData } from './typings';
|
import { StationJSONData } from './typings';
|
||||||
import { HttpClient } from '../http';
|
import axios, { AxiosInstance } from 'axios';
|
||||||
|
|
||||||
let baseURL = 'https://stacjownik.spythere.eu';
|
|
||||||
|
|
||||||
switch (import.meta.env.VITE_API_MODE) {
|
|
||||||
case 'development':
|
|
||||||
baseURL = 'http://localhost:3001';
|
|
||||||
break;
|
|
||||||
case 'mocking':
|
|
||||||
baseURL = 'http://localhost:3123';
|
|
||||||
break;
|
|
||||||
default:
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
export const useApiStore = defineStore('apiStore', {
|
export const useApiStore = defineStore('apiStore', {
|
||||||
state: () => ({
|
state: () => ({
|
||||||
dataStatuses: {
|
dataStatuses: {
|
||||||
allData: Status.Data.Loading,
|
|
||||||
connection: Status.Data.Loading,
|
connection: Status.Data.Loading,
|
||||||
sceneries: Status.Data.Loading,
|
sceneries: Status.Data.Loading,
|
||||||
vehicles: Status.Data.Loading,
|
vehicles: Status.Data.Loading
|
||||||
dailyStatsData: Status.Data.Loading
|
|
||||||
},
|
},
|
||||||
|
|
||||||
activeData: undefined as API.ActiveData.Response | undefined,
|
activeData: undefined as API.ActiveData.Response | undefined,
|
||||||
@@ -33,18 +18,33 @@ export const useApiStore = defineStore('apiStore', {
|
|||||||
donatorsData: [] as API.Donators.Response,
|
donatorsData: [] as API.Donators.Response,
|
||||||
sceneryData: [] as StationJSONData[],
|
sceneryData: [] as StationJSONData[],
|
||||||
|
|
||||||
dailyStatsData: null as API.DailyStats.Response | null,
|
|
||||||
|
|
||||||
nextUpdateTime: 0,
|
nextUpdateTime: 0,
|
||||||
nextDataCheckTime: 0,
|
nextDataCheckTime: 0,
|
||||||
|
|
||||||
client: new HttpClient(baseURL),
|
client: undefined as AxiosInstance | undefined,
|
||||||
|
|
||||||
activeDataScheduler: undefined as number | undefined
|
activeDataScheduler: undefined as number | undefined
|
||||||
}),
|
}),
|
||||||
|
|
||||||
actions: {
|
actions: {
|
||||||
async setupAPIData() {
|
async setupAPIData() {
|
||||||
|
let baseURL = 'https://stacjownik.spythere.eu';
|
||||||
|
|
||||||
|
switch (import.meta.env.VITE_API_MODE) {
|
||||||
|
case 'development':
|
||||||
|
baseURL = 'http://localhost:3001';
|
||||||
|
break;
|
||||||
|
case 'mocking':
|
||||||
|
baseURL = 'http://localhost:3123';
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
this.client = axios.create({
|
||||||
|
baseURL
|
||||||
|
});
|
||||||
|
|
||||||
this.connectToAPI();
|
this.connectToAPI();
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -52,35 +52,32 @@ export const useApiStore = defineStore('apiStore', {
|
|||||||
window.requestAnimationFrame(this.updateTick);
|
window.requestAnimationFrame(this.updateTick);
|
||||||
},
|
},
|
||||||
|
|
||||||
async updateTick(t: number) {
|
updateTick(t: number) {
|
||||||
// Static data refresh
|
// Static data refresh
|
||||||
if (t >= this.nextDataCheckTime) {
|
if (t >= this.nextDataCheckTime) {
|
||||||
await Promise.all([
|
this.fetchDonatorsData();
|
||||||
this.fetchStationsGeneralInfo(),
|
this.fetchVehiclesInfo();
|
||||||
this.fetchVehiclesInfo(),
|
this.fetchStationsGeneralInfo();
|
||||||
this.fetchDonatorsData()
|
|
||||||
]);
|
|
||||||
|
|
||||||
this.nextDataCheckTime = t + 3600000;
|
this.nextDataCheckTime = t + 3600000;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Active data fefresh
|
// Active data fefresh
|
||||||
if (t >= this.nextUpdateTime) {
|
if (t >= this.nextUpdateTime) {
|
||||||
await this.fetchActiveData();
|
this.fetchActiveData();
|
||||||
this.nextUpdateTime = t + 31000;
|
this.nextUpdateTime = t + 20000;
|
||||||
}
|
}
|
||||||
|
|
||||||
window.requestAnimationFrame(this.updateTick);
|
window.requestAnimationFrame(this.updateTick);
|
||||||
},
|
},
|
||||||
|
|
||||||
async fetchActiveData() {
|
async fetchActiveData() {
|
||||||
if (this.dataStatuses.connection == Status.Data.Offline) return;
|
|
||||||
if (!this.activeData) this.dataStatuses.connection = Status.Data.Loading;
|
if (!this.activeData) this.dataStatuses.connection = Status.Data.Loading;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const response = await this.client.get<API.ActiveData.Response>('api/getActiveData');
|
const response = await this.client!.get<API.ActiveData.Response>('api/getActiveData');
|
||||||
|
|
||||||
this.activeData = response;
|
this.activeData = response.data;
|
||||||
this.dataStatuses.connection = Status.Data.Loaded;
|
this.dataStatuses.connection = Status.Data.Loaded;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
this.dataStatuses.connection = Status.Data.Error;
|
this.dataStatuses.connection = Status.Data.Error;
|
||||||
@@ -90,9 +87,9 @@ export const useApiStore = defineStore('apiStore', {
|
|||||||
|
|
||||||
async fetchDonatorsData() {
|
async fetchDonatorsData() {
|
||||||
try {
|
try {
|
||||||
const response = await this.client.get<API.Donators.Response>('api/getDonators');
|
const response = await this.client!.get<API.Donators.Response>('api/getDonators');
|
||||||
|
|
||||||
this.donatorsData = response;
|
this.donatorsData = response.data;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('Ups! Wystąpił błąd podczas pobierania informacji o donatorach:', error);
|
console.error('Ups! Wystąpił błąd podczas pobierania informacji o donatorach:', error);
|
||||||
}
|
}
|
||||||
@@ -100,7 +97,9 @@ export const useApiStore = defineStore('apiStore', {
|
|||||||
|
|
||||||
async fetchStationsGeneralInfo() {
|
async fetchStationsGeneralInfo() {
|
||||||
try {
|
try {
|
||||||
const sceneryData = await this.client.get<StationJSONData[]>(`api/getSceneries`);
|
const sceneryData: StationJSONData[] = (
|
||||||
|
await this.client!.get<StationJSONData[]>(`api/getSceneries`)
|
||||||
|
).data;
|
||||||
|
|
||||||
this.dataStatuses.sceneries = Status.Data.Loaded;
|
this.dataStatuses.sceneries = Status.Data.Loaded;
|
||||||
this.sceneryData = sceneryData;
|
this.sceneryData = sceneryData;
|
||||||
@@ -112,27 +111,14 @@ export const useApiStore = defineStore('apiStore', {
|
|||||||
|
|
||||||
async fetchVehiclesInfo() {
|
async fetchVehiclesInfo() {
|
||||||
try {
|
try {
|
||||||
const response = await this.client.get<API.VehiclesData.Response>('api/getVehiclesData');
|
const response = await this.client!.get<API.VehiclesData.Response>('api/getVehiclesData');
|
||||||
|
|
||||||
this.vehiclesData = response;
|
this.vehiclesData = response.data;
|
||||||
this.dataStatuses.vehicles = response ? Status.Data.Loaded : Status.Data.Warning;
|
this.dataStatuses.vehicles = response.data ? Status.Data.Loaded : Status.Data.Warning;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
this.dataStatuses.vehicles = Status.Data.Error;
|
this.dataStatuses.vehicles = Status.Data.Error;
|
||||||
console.error('Ups! Wystąpił błąd podczas pobierania informacji o pojazdach:', error);
|
console.error('Ups! Wystąpił błąd podczas pobierania informacji o pojazdach:', error);
|
||||||
}
|
}
|
||||||
},
|
|
||||||
|
|
||||||
async fetchDailyStats() {
|
|
||||||
try {
|
|
||||||
const res = await this.client.get<API.DailyStats.Response>('api/getDailyStats');
|
|
||||||
|
|
||||||
this.dailyStatsData = res;
|
|
||||||
|
|
||||||
this.dataStatuses.dailyStatsData = Status.Data.Loaded;
|
|
||||||
} catch (error) {
|
|
||||||
console.error('Ups! Wystąpił błąd podczas pobierania statystyk rozkładów jazdy...');
|
|
||||||
this.dataStatuses.dailyStatsData = Status.Data.Error;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
+15
-14
@@ -26,10 +26,20 @@ export const useMainStore = defineStore('mainStore', {
|
|||||||
isOffline: false,
|
isOffline: false,
|
||||||
appUpdate: null,
|
appUpdate: null,
|
||||||
|
|
||||||
|
dispatcherStatsName: '',
|
||||||
|
dispatcherStatsStatus: Status.Data.Initialized,
|
||||||
|
|
||||||
|
driverStatsName: '',
|
||||||
|
driverStatsData: undefined,
|
||||||
|
driverStatsStatus: Status.Data.Initialized,
|
||||||
|
|
||||||
chosenModalTrainId: undefined,
|
chosenModalTrainId: undefined,
|
||||||
|
|
||||||
modalLastClickedTarget: null,
|
modalLastClickedTarget: null,
|
||||||
currentLocale: 'pl'
|
currentLocale: 'pl',
|
||||||
|
|
||||||
|
isMigrateInfoCardOpen: false,
|
||||||
|
pinnedStationNames: []
|
||||||
}) as MainStoreState,
|
}) as MainStoreState,
|
||||||
|
|
||||||
actions: {
|
actions: {
|
||||||
@@ -391,13 +401,11 @@ export const useMainStore = defineStore('mainStore', {
|
|||||||
|
|
||||||
const tracksKey = route.routeTracks == 2 ? 'double' : 'single';
|
const tracksKey = route.routeTracks == 2 ? 'double' : 'single';
|
||||||
const isElectric = route.isElectric;
|
const isElectric = route.isElectric;
|
||||||
|
|
||||||
const routesKey: keyof StationRoutes = `${tracksKey}${
|
const routesKey: keyof StationRoutes = `${tracksKey}${
|
||||||
!isElectric ? 'Other' : 'Electrified'
|
!isElectric ? 'Other' : 'Electrified'
|
||||||
}${route.isInternal ? 'Internal' : ''}Names`;
|
}Names`;
|
||||||
|
|
||||||
acc[routesKey].push(route.routeName);
|
|
||||||
|
|
||||||
|
if (!route.isInternal) acc[routesKey].push(route.routeName);
|
||||||
if (route.isRouteSBL) acc['sblNames'].push(route.routeName);
|
if (route.isRouteSBL) acc['sblNames'].push(route.routeName);
|
||||||
|
|
||||||
acc.minRouteSpeed =
|
acc.minRouteSpeed =
|
||||||
@@ -412,21 +420,14 @@ export const useMainStore = defineStore('mainStore', {
|
|||||||
return acc;
|
return acc;
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
all: [],
|
|
||||||
single: [],
|
single: [],
|
||||||
double: [],
|
|
||||||
|
|
||||||
singleElectrifiedNames: [],
|
singleElectrifiedNames: [],
|
||||||
singleOtherNames: [],
|
singleOtherNames: [],
|
||||||
|
double: [],
|
||||||
doubleElectrifiedNames: [],
|
doubleElectrifiedNames: [],
|
||||||
doubleOtherNames: [],
|
doubleOtherNames: [],
|
||||||
|
|
||||||
singleElectrifiedInternalNames: [],
|
|
||||||
singleOtherInternalNames: [],
|
|
||||||
doubleElectrifiedInternalNames: [],
|
|
||||||
doubleOtherInternalNames: [],
|
|
||||||
|
|
||||||
sblNames: [],
|
sblNames: [],
|
||||||
|
all: [],
|
||||||
minRouteSpeed: 0,
|
minRouteSpeed: 0,
|
||||||
maxRouteSpeed: 0
|
maxRouteSpeed: 0
|
||||||
} as StationRoutes
|
} as StationRoutes
|
||||||
|
|||||||
@@ -9,8 +9,7 @@ export const tooltipKeys = [
|
|||||||
'SpawnsTooltip',
|
'SpawnsTooltip',
|
||||||
'UsersTooltip',
|
'UsersTooltip',
|
||||||
'HtmlTooltip',
|
'HtmlTooltip',
|
||||||
'TrainInfoTooltip',
|
'TrainInfoTooltip'
|
||||||
'CreatorTooltip'
|
|
||||||
] as const;
|
] as const;
|
||||||
|
|
||||||
export type TooltipType = (typeof tooltipKeys)[number];
|
export type TooltipType = (typeof tooltipKeys)[number];
|
||||||
|
|||||||
@@ -5,9 +5,15 @@ export interface MainStoreState {
|
|||||||
region: { id: string; value: string; name: string };
|
region: { id: string; value: string; name: string };
|
||||||
isOffline: boolean;
|
isOffline: boolean;
|
||||||
appUpdate: { version: string; changelog: string; releaseURL: string } | null;
|
appUpdate: { version: string; changelog: string; releaseURL: string } | null;
|
||||||
|
dispatcherStatsName: string;
|
||||||
|
dispatcherStatsData?: API.DispatcherStats.Response;
|
||||||
|
driverStatsName: string;
|
||||||
|
driverStatsData?: API.DriverStats.Response;
|
||||||
|
driverStatsStatus: Status.Data;
|
||||||
chosenModalTrainId?: string;
|
chosenModalTrainId?: string;
|
||||||
modalLastClickedTarget: EventTarget | null;
|
modalLastClickedTarget: EventTarget | null;
|
||||||
currentLocale: string;
|
currentLocale: string;
|
||||||
|
isMigrateInfoCardOpen: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface StationJSONData {
|
export interface StationJSONData {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
$animDuration: 120ms;
|
$animDuration: 95ms;
|
||||||
$animType: ease-in-out;
|
$animType: ease-in-out;
|
||||||
|
|
||||||
// List animation
|
// List animation
|
||||||
|
|||||||
+1
-17
@@ -85,6 +85,7 @@
|
|||||||
padding: 0.1em 0.3em;
|
padding: 0.1em 0.3em;
|
||||||
border-radius: 0.2em;
|
border-radius: 0.2em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
user-select: none;
|
||||||
|
|
||||||
&.twr {
|
&.twr {
|
||||||
background-color: var(--clr-twr);
|
background-color: var(--clr-twr);
|
||||||
@@ -134,20 +135,3 @@
|
|||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.timetable-status-badge {
|
|
||||||
padding: 0.05em 0.35em;
|
|
||||||
color: black;
|
|
||||||
|
|
||||||
&.terminated {
|
|
||||||
background-color: salmon;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.fulfilled {
|
|
||||||
background-color: lightgreen;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.active {
|
|
||||||
background-color: lightblue;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ h1.option-title {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@include responsive.smallScreen {
|
@include responsive.smallScreen{
|
||||||
h1 {
|
h1 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
.dropdown_wrapper {
|
.dropdown_wrapper {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: calc(100% + 0.5em);
|
||||||
|
|
||||||
background-color: var(--clr-bg3);
|
background-color: var(--clr-bg3);
|
||||||
box-shadow: 0 0 5px 1px var(--clr-primary);
|
box-shadow: 0 0 5px 1px var(--clr-primary);
|
||||||
@@ -34,8 +34,16 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 550px;
|
max-width: 550px;
|
||||||
|
|
||||||
|
max-height: 750px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include responsive.smallScreen {
|
||||||
|
.dropdown_wrapper {
|
||||||
|
font-size: 1.1em;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
+16
-21
@@ -9,9 +9,6 @@
|
|||||||
--clr-bg2: #1b1b1b;
|
--clr-bg2: #1b1b1b;
|
||||||
--clr-bg3: #1d1d1d;
|
--clr-bg3: #1d1d1d;
|
||||||
--clr-view-bg: #1a1a1a;
|
--clr-view-bg: #1a1a1a;
|
||||||
--clr-bg-light: #2b2b2b;
|
|
||||||
|
|
||||||
--clr-tile: #181818;
|
|
||||||
|
|
||||||
--clr-accent: #1085b3;
|
--clr-accent: #1085b3;
|
||||||
--clr-accent2: #ff3d5d;
|
--clr-accent2: #ff3d5d;
|
||||||
@@ -26,8 +23,6 @@
|
|||||||
|
|
||||||
--clr-donator: #f7a4ff;
|
--clr-donator: #f7a4ff;
|
||||||
|
|
||||||
--clr-success: springgreen;
|
|
||||||
|
|
||||||
--no-scroll-padding: 17px;
|
--no-scroll-padding: 17px;
|
||||||
--max-container-width: 1700px;
|
--max-container-width: 1700px;
|
||||||
|
|
||||||
@@ -35,8 +30,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
// width: var(--no-scroll-padding);
|
width: var(--no-scroll-padding);
|
||||||
// height: var(--no-scroll-padding);
|
height: var(--no-scroll-padding);
|
||||||
|
background-color: transparent;
|
||||||
|
|
||||||
&-track {
|
&-track {
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
@@ -53,7 +49,6 @@
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
background: var(--clr-bg);
|
background: var(--clr-bg);
|
||||||
color-scheme: dark;
|
|
||||||
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@@ -217,19 +212,6 @@ ul {
|
|||||||
text-shadow: #f050ff 0 0 10px;
|
text-shadow: #f050ff 0 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&--creator {
|
|
||||||
color: var(--clr-primary);
|
|
||||||
color: transparent;
|
|
||||||
|
|
||||||
background: var(--clr-primary);
|
|
||||||
background: linear-gradient(90deg, gold 30%, #ffffff 70%);
|
|
||||||
background-clip: text;
|
|
||||||
-webkit-background-clip: text;
|
|
||||||
-webkit-text-fill-color: transparent;
|
|
||||||
|
|
||||||
text-shadow: gold 0 0 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&--discord {
|
&--discord {
|
||||||
color: var(--clr-donator);
|
color: var(--clr-donator);
|
||||||
color: transparent;
|
color: transparent;
|
||||||
@@ -349,6 +331,19 @@ a.a-button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@include responsive.smallScreen {
|
@include responsive.smallScreen {
|
||||||
|
::-webkit-scrollbar {
|
||||||
|
width: 0.5em;
|
||||||
|
height: 0.5em;
|
||||||
|
|
||||||
|
&-track {
|
||||||
|
background-color: #222;
|
||||||
|
}
|
||||||
|
|
||||||
|
&-thumb {
|
||||||
|
background-color: #777;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
[data-tooltip]:hover::after,
|
[data-tooltip]:hover::after,
|
||||||
[data-tooltip]:focus::after {
|
[data-tooltip]:focus::after {
|
||||||
transform: translate(-50%, 2em);
|
transform: translate(-50%, 2em);
|
||||||
|
|||||||
@@ -11,8 +11,8 @@
|
|||||||
|
|
||||||
.list_wrapper {
|
.list_wrapper {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
height: calc(100vh - 21em);
|
height: calc(100vh - 12.5em);
|
||||||
min-height: 500px;
|
min-height: 700px;
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
@@ -24,8 +24,8 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
||||||
padding: 1em 0;
|
padding: 1em 0;
|
||||||
position: relative;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.journal_refreshed-date {
|
.journal_refreshed-date {
|
||||||
@@ -57,6 +57,7 @@
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 0.5em;
|
gap: 0.5em;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn--load-data {
|
.btn--load-data {
|
||||||
@@ -67,7 +68,7 @@
|
|||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@include responsive.smallScreen {
|
@include responsive.smallScreen{
|
||||||
.journal_top-bar {
|
.journal_top-bar {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
gap: 0.25em;
|
gap: 0.25em;
|
||||||
|
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
|
margin-right: 0.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-input {
|
&-input {
|
||||||
|
|||||||
+53
-174
@@ -1,4 +1,3 @@
|
|||||||
import { Journal } from '../components/JournalView/typings';
|
|
||||||
import { Status, Vehicle, VehicleGroup } from './common';
|
import { Status, Vehicle, VehicleGroup } from './common';
|
||||||
|
|
||||||
export enum APIDataStatus {
|
export enum APIDataStatus {
|
||||||
@@ -28,22 +27,11 @@ export namespace API {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export namespace PlayerActivity {
|
|
||||||
export interface Data {
|
|
||||||
dispatcher: API.ActiveSceneries.Data[];
|
|
||||||
driver: API.ActiveTrains.Data | null;
|
|
||||||
}
|
|
||||||
|
|
||||||
export type Response = Data;
|
|
||||||
}
|
|
||||||
|
|
||||||
export namespace DispatcherHistory {
|
export namespace DispatcherHistory {
|
||||||
export type Response = Data[];
|
export type Response = Data[];
|
||||||
|
|
||||||
export interface Data {
|
export interface Data {
|
||||||
id: number;
|
id: number;
|
||||||
createdAt: string;
|
|
||||||
updatedAt: string;
|
|
||||||
currentDuration: number;
|
currentDuration: number;
|
||||||
dispatcherId: number;
|
dispatcherId: number;
|
||||||
dispatcherName: string;
|
dispatcherName: string;
|
||||||
@@ -64,64 +52,61 @@ export namespace API {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export namespace DispatcherStats {
|
export namespace DispatcherStats {
|
||||||
export interface Services {
|
export interface DistanceStat {
|
||||||
count: number;
|
routeDistance: number | null;
|
||||||
durationMax: number;
|
|
||||||
durationAvg: number;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface IssuedTimetables {
|
export interface DurationStat {
|
||||||
count: number;
|
currentDuration: number | null;
|
||||||
distanceMax: number;
|
|
||||||
distanceAvg: number;
|
|
||||||
distanceSum: number;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface Data {
|
export interface Count {
|
||||||
dispatcherId: number | null;
|
_all: number;
|
||||||
dispatcherName: string | null;
|
|
||||||
dispatcherLevel: number | null;
|
|
||||||
services: Services | null;
|
|
||||||
issuedTimetables: IssuedTimetables | null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export type Response = Data;
|
export interface Response {
|
||||||
|
services: {
|
||||||
|
count: number;
|
||||||
|
durationMax: number;
|
||||||
|
durationAvg: number;
|
||||||
|
} | null;
|
||||||
|
|
||||||
|
issuedTimetables: {
|
||||||
|
count: number;
|
||||||
|
distanceMax: number;
|
||||||
|
distanceAvg: number;
|
||||||
|
distanceSum: number;
|
||||||
|
} | null;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export namespace DriverStats {
|
export namespace DriverStats {
|
||||||
export interface Data {
|
export interface SumStats {
|
||||||
driverName: string | null;
|
routeDistance: number;
|
||||||
driverId: number | null;
|
confirmedStopsCount: number;
|
||||||
driverLevel: number | null;
|
allStopsCount: number;
|
||||||
countAll: number;
|
currentDistance: number;
|
||||||
countTerminated: number;
|
|
||||||
countFulfilled: number;
|
|
||||||
routeDistanceTotal: number | null;
|
|
||||||
routeDistanceAvg: number | null;
|
|
||||||
routeDistanceMax: number | null;
|
|
||||||
currentDistanceTotal: number | null;
|
|
||||||
confirmedStopsTotal: number | null;
|
|
||||||
allStopsTotal: number | null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export type Response = Data;
|
export interface CountStats {
|
||||||
}
|
fulfilled: number;
|
||||||
|
terminated: number;
|
||||||
export namespace PlayerInfo {
|
_all: number;
|
||||||
export interface Data {
|
|
||||||
currentActivity: PlayerActivity.Data;
|
|
||||||
dispatcherStats: DispatcherStats.Data;
|
|
||||||
dispatcherStatsLastMonth: DispatcherStats.Data;
|
|
||||||
driverStats: DriverStats.Data;
|
|
||||||
driverStatsLastMonth: DriverStats.Data;
|
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
export namespace PlayerJournal {
|
export interface MaxStats {
|
||||||
export interface Data {
|
routeDistance: number;
|
||||||
timetables: TimetableHistory.DataShort[];
|
}
|
||||||
issuedTimetables: TimetableHistory.DataShort[];
|
|
||||||
duties: DispatcherHistory.Data[];
|
export interface AvdStats {
|
||||||
|
routeDistance: number;
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface Response {
|
||||||
|
_sum: SumStats;
|
||||||
|
_count: CountStats;
|
||||||
|
_max: MaxStats;
|
||||||
|
_avg: AvdStats;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -226,50 +211,14 @@ export namespace API {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export namespace TimetableHistory {
|
export namespace TimetableHistory {
|
||||||
export interface QueryParams {
|
export interface Data {
|
||||||
driverName?: string;
|
|
||||||
trainNo?: string;
|
|
||||||
timetableId?: string;
|
|
||||||
categoryCode?: string;
|
|
||||||
|
|
||||||
authorName?: string;
|
|
||||||
|
|
||||||
dateFrom?: string;
|
|
||||||
dateTo?: string;
|
|
||||||
|
|
||||||
issuedFrom?: string;
|
|
||||||
terminatingAt?: string;
|
|
||||||
via?: string;
|
|
||||||
includesScenery?: string;
|
|
||||||
|
|
||||||
countFrom?: number;
|
|
||||||
countLimit?: number;
|
|
||||||
|
|
||||||
fulfilled?: number;
|
|
||||||
terminated?: number;
|
|
||||||
|
|
||||||
twr?: number;
|
|
||||||
skr?: number;
|
|
||||||
pn?: number;
|
|
||||||
tn?: number;
|
|
||||||
|
|
||||||
headUnitName?: string;
|
|
||||||
headUnitType?: string;
|
|
||||||
|
|
||||||
returnType?: 'all' | 'short' | 'detailed';
|
|
||||||
sortBy?: Journal.TimetableSorter['id'];
|
|
||||||
}
|
|
||||||
|
|
||||||
export interface Data extends DataShort, DataDetailsOnly {
|
|
||||||
updatedAt: string;
|
|
||||||
}
|
|
||||||
|
|
||||||
export interface DataShort {
|
|
||||||
id: number;
|
id: number;
|
||||||
createdAt: string;
|
createdAt: string;
|
||||||
|
updatedAt: string;
|
||||||
|
|
||||||
|
timetableId: number;
|
||||||
trainNo: number;
|
trainNo: number;
|
||||||
trainCategoryCode: string;
|
trainCategoryCode: string;
|
||||||
timetableId: number;
|
|
||||||
|
|
||||||
driverId: number;
|
driverId: number;
|
||||||
driverName: string;
|
driverName: string;
|
||||||
@@ -280,6 +229,7 @@ export namespace API {
|
|||||||
route: string;
|
route: string;
|
||||||
twr: number;
|
twr: number;
|
||||||
skr: number;
|
skr: number;
|
||||||
|
sceneriesString: string;
|
||||||
currentLocation: string[];
|
currentLocation: string[];
|
||||||
|
|
||||||
routeDistance: number;
|
routeDistance: number;
|
||||||
@@ -290,6 +240,7 @@ export namespace API {
|
|||||||
|
|
||||||
beginDate: string;
|
beginDate: string;
|
||||||
endDate: string;
|
endDate: string;
|
||||||
|
|
||||||
scheduledBeginDate: string;
|
scheduledBeginDate: string;
|
||||||
scheduledEndDate: string;
|
scheduledEndDate: string;
|
||||||
|
|
||||||
@@ -299,25 +250,15 @@ export namespace API {
|
|||||||
authorName?: string;
|
authorName?: string;
|
||||||
authorId?: number;
|
authorId?: number;
|
||||||
|
|
||||||
currentSceneryName?: string;
|
|
||||||
currentSceneryHash?: string;
|
|
||||||
hasDangerousCargo: boolean;
|
|
||||||
hasExtraDeliveries: boolean;
|
|
||||||
}
|
|
||||||
|
|
||||||
export interface DataDetailsOnly {
|
|
||||||
id: number;
|
|
||||||
timetableId: number;
|
|
||||||
|
|
||||||
sceneriesString: string;
|
|
||||||
stockString?: string;
|
stockString?: string;
|
||||||
stockHistory: string[];
|
stockHistory: string[];
|
||||||
|
|
||||||
stockMass?: number;
|
stockMass?: number;
|
||||||
stockLength?: number;
|
stockLength?: number;
|
||||||
maxSpeed?: number;
|
maxSpeed?: number;
|
||||||
trainMaxSpeed?: number;
|
|
||||||
|
|
||||||
|
currentSceneryName?: string;
|
||||||
|
currentSceneryHash?: string;
|
||||||
routeSceneries: string;
|
routeSceneries: string;
|
||||||
checkpointArrivals: string[];
|
checkpointArrivals: string[];
|
||||||
checkpointDepartures: string[];
|
checkpointDepartures: string[];
|
||||||
@@ -327,20 +268,14 @@ export namespace API {
|
|||||||
checkpointComments: string[];
|
checkpointComments: string[];
|
||||||
visitedSceneries: string[];
|
visitedSceneries: string[];
|
||||||
sceneryNames: string[];
|
sceneryNames: string[];
|
||||||
|
|
||||||
path: string;
|
path: string;
|
||||||
warningNotes: string | null;
|
warningNotes: string | null;
|
||||||
|
hasDangerousCargo: boolean;
|
||||||
authorId?: number;
|
hasExtraDeliveries: boolean;
|
||||||
authorName?: string;
|
trainMaxSpeed?: number;
|
||||||
driverId: number;
|
|
||||||
driverName: string;
|
|
||||||
driverLanguageId: number | null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export type Response = Data[];
|
export type Response = Data[];
|
||||||
export type ResponseShort = DataShort[];
|
|
||||||
export type ResponseDetailsOnly = DataDetailsOnly[];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export namespace DailyStats {
|
export namespace DailyStats {
|
||||||
@@ -492,62 +427,6 @@ export namespace GithubAPI {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export namespace Td2API {
|
|
||||||
export namespace UsersInfoByName {
|
|
||||||
export interface UserStat {
|
|
||||||
variable: string;
|
|
||||||
value: number;
|
|
||||||
position: number;
|
|
||||||
server_total: number;
|
|
||||||
server_max: number;
|
|
||||||
server_min: number;
|
|
||||||
server_avg: number;
|
|
||||||
}
|
|
||||||
|
|
||||||
export interface Levels {
|
|
||||||
driver: number;
|
|
||||||
dispatcher: number;
|
|
||||||
}
|
|
||||||
|
|
||||||
export interface UserGroup {
|
|
||||||
id_group: number;
|
|
||||||
group_name: string;
|
|
||||||
description: string;
|
|
||||||
online_color: string;
|
|
||||||
min_posts: number;
|
|
||||||
max_messages: number;
|
|
||||||
stars: string;
|
|
||||||
group_type: number;
|
|
||||||
hidden: number;
|
|
||||||
id_parent: number;
|
|
||||||
}
|
|
||||||
|
|
||||||
export interface UserInfo {
|
|
||||||
id_member: number;
|
|
||||||
id_group: number;
|
|
||||||
additional_groups: string;
|
|
||||||
member_name: string;
|
|
||||||
karma_bad: number;
|
|
||||||
karma_good: number;
|
|
||||||
date_registered: number;
|
|
||||||
last_login: number;
|
|
||||||
avatar: number;
|
|
||||||
lngfile: string;
|
|
||||||
user_stats: UserStat[];
|
|
||||||
levels: Levels;
|
|
||||||
user_groups: UserGroup[];
|
|
||||||
}
|
|
||||||
|
|
||||||
export type Message = UserInfo[];
|
|
||||||
|
|
||||||
export interface Response {
|
|
||||||
success: boolean;
|
|
||||||
respCode: number;
|
|
||||||
message: Message;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export namespace Websocket {
|
export namespace Websocket {
|
||||||
export interface Payload {
|
export interface Payload {
|
||||||
activeSceneries: API.ActiveSceneries.Response;
|
activeSceneries: API.ActiveSceneries.Response;
|
||||||
|
|||||||
@@ -130,12 +130,6 @@ export interface StationRoutes {
|
|||||||
singleOtherNames: string[];
|
singleOtherNames: string[];
|
||||||
doubleElectrifiedNames: string[];
|
doubleElectrifiedNames: string[];
|
||||||
doubleOtherNames: string[];
|
doubleOtherNames: string[];
|
||||||
|
|
||||||
singleElectrifiedInternalNames: string[];
|
|
||||||
singleOtherInternalNames: string[];
|
|
||||||
doubleElectrifiedInternalNames: string[];
|
|
||||||
doubleOtherInternalNames: string[];
|
|
||||||
|
|
||||||
sblNames: string[];
|
sblNames: string[];
|
||||||
|
|
||||||
minRouteSpeed: number;
|
minRouteSpeed: number;
|
||||||
@@ -226,7 +220,6 @@ export interface CheckpointTrain {
|
|||||||
export type Vehicle = API.VehiclesData.VehicleObject;
|
export type Vehicle = API.VehiclesData.VehicleObject;
|
||||||
export type VehicleGroup = API.VehiclesData.VehicleGroupObject;
|
export type VehicleGroup = API.VehiclesData.VehicleGroupObject;
|
||||||
|
|
||||||
// Train Tooltip Info
|
|
||||||
export interface TooltipUserTrain {
|
export interface TooltipUserTrain {
|
||||||
driverName: string;
|
driverName: string;
|
||||||
trainNo: number;
|
trainNo: number;
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
export function getCountPercentage(partCount: number, allCount: number, fixedDigits: number) {
|
|
||||||
if (allCount == 0) return 0;
|
|
||||||
|
|
||||||
return ((partCount / allCount) * 100).toFixed(fixedDigits);
|
|
||||||
}
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
export enum ServerRegion {
|
|
||||||
'eu' = 'PL1',
|
|
||||||
'cae' = 'PL2',
|
|
||||||
'usw' = 'DE',
|
|
||||||
'us' = 'CZE',
|
|
||||||
'ru' = 'ENG'
|
|
||||||
}
|
|
||||||
|
|
||||||
export const regions: Record<string, string> = {
|
|
||||||
eu: 'PL1',
|
|
||||||
cae: 'PL2',
|
|
||||||
usw: 'DE',
|
|
||||||
us: 'CZE',
|
|
||||||
ru: 'ENG'
|
|
||||||
};
|
|
||||||
|
|
||||||
export function getRegionNameById(id: string) {
|
|
||||||
return regions[id] ?? 'PL1';
|
|
||||||
}
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
export function isCreator(name: string) {
|
|
||||||
return /(spythere|kowbojyt)/.test(name.toLowerCase());
|
|
||||||
}
|
|
||||||
@@ -47,6 +47,6 @@ const chosenTrain = computed(() =>
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 1em 0;
|
padding: 1em 0;
|
||||||
max-width: var(--max-container-width);
|
max-width: var(--max-container-width);
|
||||||
min-height: 100vh;
|
min-height: calc(100vh - 7em);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
optionsType="dispatchers"
|
optionsType="dispatchers"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<JournalStats :chosen-player-id="chosenPlayerId" />
|
<JournalStats :statsButtons="statsButtons" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="journal_refreshed-date">
|
<div class="journal_refreshed-date">
|
||||||
@@ -50,8 +50,16 @@ import JournalHeader from '../components/JournalView/JournalHeader.vue';
|
|||||||
import JournalStats from '../components/JournalView/JournalStats.vue';
|
import JournalStats from '../components/JournalView/JournalStats.vue';
|
||||||
import { useApiStore } from '../store/apiStore';
|
import { useApiStore } from '../store/apiStore';
|
||||||
|
|
||||||
|
const statsButtons: Journal.StatsButton[] = [
|
||||||
|
{
|
||||||
|
tab: Journal.StatsTab.DISPATCHER_STATS,
|
||||||
|
localeKey: 'journal.dispatcher-stats.button',
|
||||||
|
iconName: 'user',
|
||||||
|
disabled: true
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
interface DispatchersQueryParams {
|
interface DispatchersQueryParams {
|
||||||
dutyId?: number;
|
|
||||||
dispatcherName?: string;
|
dispatcherName?: string;
|
||||||
stationName?: string;
|
stationName?: string;
|
||||||
stationHash?: string;
|
stationHash?: string;
|
||||||
@@ -97,15 +105,18 @@ export default defineComponent({
|
|||||||
},
|
},
|
||||||
|
|
||||||
data: () => ({
|
data: () => ({
|
||||||
|
statsButtons,
|
||||||
|
|
||||||
dataRefreshedAt: null as Date | null,
|
dataRefreshedAt: null as Date | null,
|
||||||
currentQueryParams: {} as DispatchersQueryParams,
|
currentQueryParams: {} as DispatchersQueryParams,
|
||||||
|
|
||||||
scrollDataLoaded: true,
|
scrollDataLoaded: true,
|
||||||
scrollNoMoreData: false,
|
scrollNoMoreData: false,
|
||||||
|
|
||||||
chosenPlayerId: -1,
|
showReturnButton: false,
|
||||||
|
statsCardOpen: false,
|
||||||
currentOptionsActive: false,
|
currentOptionsActive: false,
|
||||||
|
|
||||||
dataStatus: Status.Data.Loading,
|
dataStatus: Status.Data.Loading,
|
||||||
|
|
||||||
historyList: [] as API.DispatcherHistory.Response
|
historyList: [] as API.DispatcherHistory.Response
|
||||||
@@ -115,13 +126,12 @@ export default defineComponent({
|
|||||||
const sorterActive: Journal.DispatcherSorter = reactive({ id: 'timestampFrom', dir: -1 });
|
const sorterActive: Journal.DispatcherSorter = reactive({ id: 'timestampFrom', dir: -1 });
|
||||||
const journalFilterActive = ref({});
|
const journalFilterActive = ref({});
|
||||||
|
|
||||||
const searchersValues = reactive<Record<Journal.DispatcherSearchKey, string>>({
|
const searchersValues = reactive({
|
||||||
'search-duty-id': '',
|
|
||||||
'search-dispatcher': '',
|
'search-dispatcher': '',
|
||||||
'search-station': '',
|
'search-station': '',
|
||||||
'search-date-from': '',
|
'search-date-from': '',
|
||||||
'search-date-to': ''
|
'search-date-to': ''
|
||||||
});
|
} as Journal.DispatcherSearchType);
|
||||||
|
|
||||||
provide('sorterActive', sorterActive);
|
provide('sorterActive', sorterActive);
|
||||||
provide('journalFilterActive', journalFilterActive);
|
provide('journalFilterActive', journalFilterActive);
|
||||||
@@ -148,6 +158,15 @@ export default defineComponent({
|
|||||||
queryParams[k as keyof DispatchersQueryParams] !=
|
queryParams[k as keyof DispatchersQueryParams] !=
|
||||||
defaultQueryParams[k as keyof DispatchersQueryParams]
|
defaultQueryParams[k as keyof DispatchersQueryParams]
|
||||||
);
|
);
|
||||||
|
},
|
||||||
|
|
||||||
|
'mainStore.dispatcherStatsData'(stats) {
|
||||||
|
this.statsButtons.find((sb) => sb.tab == Journal.StatsTab.DISPATCHER_STATS)!.disabled =
|
||||||
|
stats === undefined;
|
||||||
|
},
|
||||||
|
|
||||||
|
async 'mainStore.dispatcherStatsName'() {
|
||||||
|
this.fetchDispatcherStats();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -173,7 +192,6 @@ export default defineComponent({
|
|||||||
handleRouteParams() {
|
handleRouteParams() {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
query: {
|
query: {
|
||||||
'search-duty-id': this.searchersValues['search-duty-id'] || undefined,
|
|
||||||
'search-date-from': this.searchersValues['search-date-from'] || undefined,
|
'search-date-from': this.searchersValues['search-date-from'] || undefined,
|
||||||
'search-date-to': this.searchersValues['search-date-to'] || undefined,
|
'search-date-to': this.searchersValues['search-date-to'] || undefined,
|
||||||
'search-station': this.searchersValues['search-station'] || undefined,
|
'search-station': this.searchersValues['search-station'] || undefined,
|
||||||
@@ -197,8 +215,30 @@ export default defineComponent({
|
|||||||
this.setOptions(query as any);
|
this.setOptions(query as any);
|
||||||
},
|
},
|
||||||
|
|
||||||
setOptions(options: Record<string, string>) {
|
async fetchDispatcherStats() {
|
||||||
this.searchersValues['search-duty-id'] = options['search-duty-id'] ?? '';
|
if (!this.mainStore.dispatcherStatsName) {
|
||||||
|
this.mainStore.dispatcherStatsData = undefined;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
|
const statsData: API.DispatcherStats.Response = await (
|
||||||
|
await this.apiStore.client!.get('api/getDispatcherStats', {
|
||||||
|
params: {
|
||||||
|
name: this.mainStore.dispatcherStatsName
|
||||||
|
}
|
||||||
|
})
|
||||||
|
).data;
|
||||||
|
|
||||||
|
this.mainStore.dispatcherStatsData = statsData;
|
||||||
|
} catch (error) {
|
||||||
|
this.mainStore.dispatcherStatsData = undefined;
|
||||||
|
|
||||||
|
console.error('Ups! Wystąpił błąd przy próbie pobrania statystyk dyżurnego! :/');
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
setOptions(options: { [key: string]: string }) {
|
||||||
this.searchersValues['search-date-from'] = options['search-date-from'] ?? '';
|
this.searchersValues['search-date-from'] = options['search-date-from'] ?? '';
|
||||||
this.searchersValues['search-date-to'] = options['search-date-to'] ?? '';
|
this.searchersValues['search-date-to'] = options['search-date-to'] ?? '';
|
||||||
this.searchersValues['search-station'] = options['search-station'] ?? '';
|
this.searchersValues['search-station'] = options['search-station'] ?? '';
|
||||||
@@ -217,10 +257,9 @@ export default defineComponent({
|
|||||||
this.scrollDataLoaded = false;
|
this.scrollDataLoaded = false;
|
||||||
this.currentQueryParams['countFrom'] = this.historyList.length;
|
this.currentQueryParams['countFrom'] = this.historyList.length;
|
||||||
|
|
||||||
const responseData: API.DispatcherHistory.Response = await await this.apiStore.client.get(
|
const responseData: API.DispatcherHistory.Response = await (
|
||||||
`api/getDispatchers`,
|
await this.apiStore.client!.get(`api/getDispatchers`, { params: this.currentQueryParams })
|
||||||
this.currentQueryParams
|
).data;
|
||||||
);
|
|
||||||
|
|
||||||
if (!responseData) return;
|
if (!responseData) return;
|
||||||
|
|
||||||
@@ -236,7 +275,6 @@ export default defineComponent({
|
|||||||
async fetchHistoryData() {
|
async fetchHistoryData() {
|
||||||
const queryParams: DispatchersQueryParams = {};
|
const queryParams: DispatchersQueryParams = {};
|
||||||
|
|
||||||
const dutyId = this.searchersValues['search-duty-id'].trim() || undefined;
|
|
||||||
const dispatcherName = this.searchersValues['search-dispatcher'].trim() || undefined;
|
const dispatcherName = this.searchersValues['search-dispatcher'].trim() || undefined;
|
||||||
const stationName = this.searchersValues['search-station'].trim() || undefined;
|
const stationName = this.searchersValues['search-station'].trim() || undefined;
|
||||||
const dateFromString = this.searchersValues['search-date-from'].trim() || undefined;
|
const dateFromString = this.searchersValues['search-date-from'].trim() || undefined;
|
||||||
@@ -257,7 +295,6 @@ export default defineComponent({
|
|||||||
dateToISO = dateTo.toISOString();
|
dateToISO = dateTo.toISOString();
|
||||||
}
|
}
|
||||||
|
|
||||||
queryParams['dutyId'] = Number(dutyId) || undefined;
|
|
||||||
queryParams['dispatcherName'] = dispatcherName;
|
queryParams['dispatcherName'] = dispatcherName;
|
||||||
|
|
||||||
queryParams['dateFrom'] = dateFromISO;
|
queryParams['dateFrom'] = dateFromISO;
|
||||||
@@ -277,31 +314,30 @@ export default defineComponent({
|
|||||||
this.currentQueryParams = queryParams;
|
this.currentQueryParams = queryParams;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const responseData: API.DispatcherHistory.Response = await this.apiStore.client.get(
|
const responseData: API.DispatcherHistory.Response = await (
|
||||||
`api/getDispatchers`,
|
await this.apiStore.client!.get(`api/getDispatchers`, { params: this.currentQueryParams })
|
||||||
this.currentQueryParams
|
).data;
|
||||||
);
|
|
||||||
|
|
||||||
if (!responseData) {
|
if (!responseData) {
|
||||||
this.dataStatus = Status.Data.Error;
|
this.dataStatus = Status.Data.Error;
|
||||||
this.chosenPlayerId = -1;
|
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!responseData) return;
|
||||||
|
|
||||||
// Response data exists
|
// Response data exists
|
||||||
this.historyList = responseData;
|
this.historyList = responseData;
|
||||||
|
|
||||||
this.chosenPlayerId =
|
// Stats display
|
||||||
this.historyList.length > 0 && this.searchersValues['search-dispatcher'].trim() != ''
|
this.mainStore.dispatcherStatsName =
|
||||||
? this.historyList[0].dispatcherId
|
this.historyList.length > 0 && this.searchersValues['search-dispatcher'].trim()
|
||||||
: -1;
|
? this.historyList[0].dispatcherName
|
||||||
|
: '';
|
||||||
|
|
||||||
this.dataRefreshedAt = new Date();
|
this.dataRefreshedAt = new Date();
|
||||||
this.dataStatus = Status.Data.Loaded;
|
this.dataStatus = Status.Data.Loaded;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
this.dataStatus = Status.Data.Error;
|
this.dataStatus = Status.Data.Error;
|
||||||
this.chosenPlayerId = -1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
this.scrollNoMoreData = false;
|
this.scrollNoMoreData = false;
|
||||||
|
|||||||
+107
-59
@@ -14,7 +14,7 @@
|
|||||||
optionsType="timetables"
|
optionsType="timetables"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<JournalStats :chosen-player-id="chosenPlayerId" />
|
<JournalStats :statsButtons="statsButtons" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="journal_refreshed-date">
|
<div class="journal_refreshed-date">
|
||||||
@@ -29,8 +29,6 @@
|
|||||||
:dataStatus="dataStatus"
|
:dataStatus="dataStatus"
|
||||||
:scrollDataLoaded="scrollDataLoaded"
|
:scrollDataLoaded="scrollDataLoaded"
|
||||||
:scrollNoMoreData="scrollNoMoreData"
|
:scrollNoMoreData="scrollNoMoreData"
|
||||||
:extraInfoIndexes="extraInfoIndexes"
|
|
||||||
@toggleExtraInfo="toggleExtraInfo"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -120,6 +118,36 @@ export const journalTimetableFilters: Journal.TimetableFilter[] = [
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
interface TimetablesQueryParams {
|
||||||
|
driverName?: string;
|
||||||
|
trainNo?: string;
|
||||||
|
timetableId?: string;
|
||||||
|
categoryCode?: string;
|
||||||
|
|
||||||
|
authorName?: string;
|
||||||
|
|
||||||
|
dateFrom?: string;
|
||||||
|
dateTo?: string;
|
||||||
|
|
||||||
|
issuedFrom?: string;
|
||||||
|
terminatingAt?: string;
|
||||||
|
via?: string;
|
||||||
|
includesScenery?: string;
|
||||||
|
|
||||||
|
countFrom?: number;
|
||||||
|
countLimit?: number;
|
||||||
|
|
||||||
|
fulfilled?: number;
|
||||||
|
terminated?: number;
|
||||||
|
|
||||||
|
twr?: number;
|
||||||
|
skr?: number;
|
||||||
|
pn?: number;
|
||||||
|
tn?: number;
|
||||||
|
|
||||||
|
sortBy?: Journal.TimetableSorter['id'];
|
||||||
|
}
|
||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
components: {
|
components: {
|
||||||
JournalOptions,
|
JournalOptions,
|
||||||
@@ -142,18 +170,35 @@ export default defineComponent({
|
|||||||
mainStore: useMainStore(),
|
mainStore: useMainStore(),
|
||||||
apiStore: useApiStore(),
|
apiStore: useApiStore(),
|
||||||
|
|
||||||
currentQueryParams: {} as API.TimetableHistory.QueryParams,
|
statsButtons: [
|
||||||
|
{
|
||||||
|
tab: Journal.StatsTab.DAILY_STATS,
|
||||||
|
localeKey: 'journal.daily-stats.button',
|
||||||
|
iconName: 'stats',
|
||||||
|
disabled: false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
tab: Journal.StatsTab.DRIVER_STATS,
|
||||||
|
localeKey: 'journal.driver-stats.button',
|
||||||
|
iconName: 'train',
|
||||||
|
disabled: true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
||||||
|
currentQueryParams: {} as TimetablesQueryParams,
|
||||||
dataRefreshedAt: null as Date | null,
|
dataRefreshedAt: null as Date | null,
|
||||||
|
|
||||||
scrollDataLoaded: true,
|
scrollDataLoaded: true,
|
||||||
scrollNoMoreData: false,
|
scrollNoMoreData: false,
|
||||||
extraInfoIndexes: [] as number[],
|
|
||||||
|
|
||||||
chosenPlayerId: -1,
|
showReturnButton: false,
|
||||||
|
statsCardOpen: false,
|
||||||
|
currentOptionsActive: false,
|
||||||
|
|
||||||
timetableHistory: [] as API.TimetableHistory.ResponseShort,
|
timetableHistory: [] as API.TimetableHistory.Response,
|
||||||
|
|
||||||
dataStatus: Status.Data.Loading
|
dataStatus: Status.Data.Loading,
|
||||||
|
dataErrorMessage: ''
|
||||||
}),
|
}),
|
||||||
|
|
||||||
setup() {
|
setup() {
|
||||||
@@ -173,9 +218,8 @@ export default defineComponent({
|
|||||||
'search-issuedFrom': '',
|
'search-issuedFrom': '',
|
||||||
'search-via': '',
|
'search-via': '',
|
||||||
'search-terminatingAt': '',
|
'search-terminatingAt': '',
|
||||||
'search-headUnit': '',
|
'select-categoryCode': '',
|
||||||
'search-date-from': '',
|
'search-date-from': ''
|
||||||
'select-categoryCode': ''
|
|
||||||
} as Journal.TimetableSearchType);
|
} as Journal.TimetableSearchType);
|
||||||
|
|
||||||
const countFromIndex = ref(0);
|
const countFromIndex = ref(0);
|
||||||
@@ -201,11 +245,18 @@ export default defineComponent({
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
computed: {
|
watch: {
|
||||||
currentOptionsActive() {
|
currentQueryParams(q: TimetablesQueryParams) {
|
||||||
return Object.keys(this.currentQueryParams)
|
this.currentOptionsActive = Object.values(q).some((v) => v !== undefined);
|
||||||
.filter((k) => k != 'countFrom' && k != 'returnType')
|
},
|
||||||
.some((k) => (this.currentQueryParams as any)[k] !== undefined);
|
|
||||||
|
'mainStore.driverStatsData'(driverStats) {
|
||||||
|
this.statsButtons.find((sb) => sb.tab == Journal.StatsTab.DRIVER_STATS)!.disabled =
|
||||||
|
driverStats === undefined;
|
||||||
|
},
|
||||||
|
|
||||||
|
async 'mainStore.driverStatsName'() {
|
||||||
|
this.fetchDriverStats();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -236,21 +287,28 @@ export default defineComponent({
|
|||||||
this.setOptions(query as any);
|
this.setOptions(query as any);
|
||||||
},
|
},
|
||||||
|
|
||||||
async toggleExtraInfo(timetableDetails: API.TimetableHistory.Data | null) {
|
async fetchDriverStats() {
|
||||||
if (!timetableDetails) return;
|
if (!this.mainStore.driverStatsName) {
|
||||||
|
this.mainStore.driverStatsData = undefined;
|
||||||
|
this.mainStore.driverStatsStatus = Status.Data.Initialized;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
const existingIdx = this.extraInfoIndexes.indexOf(timetableDetails.id);
|
try {
|
||||||
|
this.mainStore.driverStatsStatus = Status.Data.Loading;
|
||||||
|
|
||||||
if (existingIdx == -1) {
|
const statsData: API.DriverStats.Response = await (
|
||||||
this.extraInfoIndexes.push(timetableDetails.id);
|
await this.apiStore.client!.get(
|
||||||
|
`api/getDriverInfo?name=${this.mainStore.driverStatsName}`
|
||||||
|
)
|
||||||
|
).data;
|
||||||
|
|
||||||
const synchedTimetable = this.timetableHistory.find((t) => t.id == timetableDetails.id);
|
this.mainStore.driverStatsData = statsData;
|
||||||
|
this.mainStore.driverStatsStatus = Status.Data.Loaded;
|
||||||
if (synchedTimetable) {
|
} catch (error) {
|
||||||
Object.assign(synchedTimetable, timetableDetails);
|
this.mainStore.driverStatsData = undefined;
|
||||||
}
|
this.mainStore.driverStatsStatus = Status.Data.Error;
|
||||||
} else {
|
console.error('Ups! Wystąpił błąd przy próbie pobrania statystyk maszynisty! :/');
|
||||||
this.extraInfoIndexes.splice(existingIdx, 1);
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -278,10 +336,11 @@ export default defineComponent({
|
|||||||
|
|
||||||
this.currentQueryParams['countFrom'] = this.timetableHistory.length;
|
this.currentQueryParams['countFrom'] = this.timetableHistory.length;
|
||||||
|
|
||||||
const responseData: API.TimetableHistory.Response = await this.apiStore.client.get(
|
const responseData: API.TimetableHistory.Response = await (
|
||||||
'api/getTimetables',
|
await this.apiStore.client!.get('api/getTimetables', {
|
||||||
this.currentQueryParams
|
params: this.currentQueryParams
|
||||||
);
|
})
|
||||||
|
).data;
|
||||||
|
|
||||||
if (!responseData) return;
|
if (!responseData) return;
|
||||||
|
|
||||||
@@ -295,10 +354,6 @@ export default defineComponent({
|
|||||||
},
|
},
|
||||||
|
|
||||||
async fetchHistoryData() {
|
async fetchHistoryData() {
|
||||||
this.extraInfoIndexes.length = 0;
|
|
||||||
|
|
||||||
const queryParams: API.TimetableHistory.QueryParams = {};
|
|
||||||
|
|
||||||
const driverName = this.searchersValues['search-driver'].trim() || undefined;
|
const driverName = this.searchersValues['search-driver'].trim() || undefined;
|
||||||
const trainNo = this.searchersValues['search-train'].trim() || undefined;
|
const trainNo = this.searchersValues['search-train'].trim() || undefined;
|
||||||
const authorName = this.searchersValues['search-dispatcher'].trim() || undefined;
|
const authorName = this.searchersValues['search-dispatcher'].trim() || undefined;
|
||||||
@@ -308,7 +363,6 @@ export default defineComponent({
|
|||||||
const via = this.searchersValues['search-via'].trim() || undefined;
|
const via = this.searchersValues['search-via'].trim() || undefined;
|
||||||
const terminatingAt = this.searchersValues['search-terminatingAt'].trim() || undefined;
|
const terminatingAt = this.searchersValues['search-terminatingAt'].trim() || undefined;
|
||||||
const categoryCode = this.searchersValues['select-categoryCode'].trim() || undefined;
|
const categoryCode = this.searchersValues['select-categoryCode'].trim() || undefined;
|
||||||
const headUnit = this.searchersValues['search-headUnit'].trim() || undefined;
|
|
||||||
|
|
||||||
let dateFromISO: string | undefined = undefined;
|
let dateFromISO: string | undefined = undefined;
|
||||||
let dateToISO: string | undefined = undefined;
|
let dateToISO: string | undefined = undefined;
|
||||||
@@ -324,6 +378,8 @@ export default defineComponent({
|
|||||||
dateToISO = dateTo.toISOString();
|
dateToISO = dateTo.toISOString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const queryParams: TimetablesQueryParams = {};
|
||||||
|
|
||||||
this.filterList
|
this.filterList
|
||||||
.filter((f) => f.isActive)
|
.filter((f) => f.isActive)
|
||||||
.forEach((f) => {
|
.forEach((f) => {
|
||||||
@@ -389,53 +445,45 @@ export default defineComponent({
|
|||||||
queryParams['terminatingAt'] = terminatingAt;
|
queryParams['terminatingAt'] = terminatingAt;
|
||||||
queryParams['via'] = via;
|
queryParams['via'] = via;
|
||||||
queryParams['categoryCode'] = categoryCode;
|
queryParams['categoryCode'] = categoryCode;
|
||||||
queryParams['returnType'] = 'short';
|
|
||||||
|
|
||||||
queryParams['issuedFrom'] = issuedFrom;
|
queryParams['issuedFrom'] = issuedFrom;
|
||||||
queryParams['sortBy'] =
|
queryParams['sortBy'] =
|
||||||
this.sorterActive.id != 'timetableId' ? this.sorterActive.id : undefined;
|
this.sorterActive.id != 'timetableId' ? this.sorterActive.id : undefined;
|
||||||
|
|
||||||
// Head unit params
|
|
||||||
if (headUnit) {
|
|
||||||
const [headUnitName, headUnitNumber] = headUnit.split('-');
|
|
||||||
|
|
||||||
if (headUnitNumber && !isNaN(Number(headUnitNumber))) {
|
|
||||||
queryParams['headUnitName'] = `${headUnitName}-${headUnitNumber}`;
|
|
||||||
} else {
|
|
||||||
queryParams['headUnitType'] = headUnitName;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (JSON.stringify(this.currentQueryParams) != JSON.stringify(queryParams))
|
if (JSON.stringify(this.currentQueryParams) != JSON.stringify(queryParams))
|
||||||
this.dataStatus = Status.Data.Loading;
|
this.dataStatus = Status.Data.Loading;
|
||||||
|
|
||||||
this.currentQueryParams = queryParams;
|
this.currentQueryParams = queryParams;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const responseData: API.TimetableHistory.ResponseShort = await this.apiStore.client.get(
|
const responseData: API.TimetableHistory.Response = await (
|
||||||
'api/getTimetables',
|
await this.apiStore.client!.get('api/getTimetables', {
|
||||||
this.currentQueryParams
|
params: this.currentQueryParams
|
||||||
);
|
})
|
||||||
|
).data;
|
||||||
|
|
||||||
if (!responseData) {
|
if (!responseData) {
|
||||||
this.dataStatus = Status.Data.Error;
|
this.dataStatus = Status.Data.Error;
|
||||||
this.chosenPlayerId = -1;
|
this.dataErrorMessage = 'Brak danych!';
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!responseData) return;
|
||||||
|
|
||||||
// Response data exists
|
// Response data exists
|
||||||
this.timetableHistory = responseData;
|
this.timetableHistory = responseData;
|
||||||
|
|
||||||
this.chosenPlayerId =
|
// Stats display
|
||||||
this.timetableHistory.length > 0 && this.searchersValues['search-driver'].trim() != ''
|
this.mainStore.driverStatsName =
|
||||||
? this.timetableHistory[0].driverId
|
this.timetableHistory.length > 0 && this.searchersValues['search-driver'].trim()
|
||||||
: -1;
|
? this.timetableHistory[0].driverName
|
||||||
|
: '';
|
||||||
|
|
||||||
this.dataStatus = Status.Data.Loaded;
|
this.dataStatus = Status.Data.Loaded;
|
||||||
this.dataRefreshedAt = new Date();
|
this.dataRefreshedAt = new Date();
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
this.dataStatus = Status.Data.Error;
|
this.dataStatus = Status.Data.Error;
|
||||||
this.chosenPlayerId = -1;
|
this.dataErrorMessage = 'Ups! Coś poszło nie tak!';
|
||||||
}
|
}
|
||||||
|
|
||||||
this.scrollNoMoreData = false;
|
this.scrollNoMoreData = false;
|
||||||
|
|||||||
@@ -1,217 +0,0 @@
|
|||||||
<template>
|
|
||||||
<div class="profile-view">
|
|
||||||
<div class="profile-wrapper" v-if="playerInfo && playerInfoStatus == Status.Data.Loaded">
|
|
||||||
<ProfileSummary
|
|
||||||
:playerInfo="playerInfo"
|
|
||||||
:playerTD2Info="playerTD2Info"
|
|
||||||
:playerName="playerName"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<div class="profile-side">
|
|
||||||
<ProfileRecentStats :playerInfo="playerInfo" />
|
|
||||||
<ProfileHistoryList
|
|
||||||
:playerName="playerName"
|
|
||||||
:playerJournal="playerJournal"
|
|
||||||
:journalStatus="playerJournalStatus"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<Loading v-else-if="playerInfoStatus == Status.Data.Loading" />
|
|
||||||
|
|
||||||
<div class="no-data-found" v-else>
|
|
||||||
<div>
|
|
||||||
<h3>{{ t('profile.no-player-found') }}</h3>
|
|
||||||
<router-link to="/" class="btn btn--text"> {{ t('profile.return-to-main') }}</router-link>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script lang="ts" setup>
|
|
||||||
import { onActivated, onDeactivated, ref } from 'vue';
|
|
||||||
import { useRoute, useRouter } from 'vue-router';
|
|
||||||
import { useApiStore } from '../store/apiStore';
|
|
||||||
import { API, Td2API } from '../typings/api';
|
|
||||||
import { useI18n } from 'vue-i18n';
|
|
||||||
import { Status } from '../typings/common';
|
|
||||||
|
|
||||||
import Loading from '../components/Global/Loading.vue';
|
|
||||||
import ProfileSummary from '../components/PlayerProfileView/ProfileSummary.vue';
|
|
||||||
import ProfileRecentStats from '../components/PlayerProfileView/ProfileRecentStats.vue';
|
|
||||||
import ProfileHistoryList from '../components/PlayerProfileView/ProfileHistoryList.vue';
|
|
||||||
|
|
||||||
const { t } = useI18n();
|
|
||||||
const router = useRouter();
|
|
||||||
|
|
||||||
const apiStore = useApiStore();
|
|
||||||
const route = useRoute();
|
|
||||||
|
|
||||||
const playerId = ref(-1);
|
|
||||||
const playerName = ref('');
|
|
||||||
|
|
||||||
const playerInfo = ref<API.PlayerInfo.Data | undefined>(undefined);
|
|
||||||
const playerTD2Info = ref<Td2API.UsersInfoByName.UserInfo | undefined>(undefined);
|
|
||||||
const playerJournal = ref<API.PlayerJournal.Data | undefined>(undefined);
|
|
||||||
|
|
||||||
const playerInfoStatus = ref(Status.Data.Initialized);
|
|
||||||
const playerJournalStatus = ref(Status.Data.Initialized);
|
|
||||||
|
|
||||||
const intervalId = ref(-1);
|
|
||||||
|
|
||||||
onActivated(() => {
|
|
||||||
fetchPlayerData();
|
|
||||||
intervalId.value = setInterval(fetchPlayerData, 32000);
|
|
||||||
});
|
|
||||||
|
|
||||||
onDeactivated(() => {
|
|
||||||
clearInterval(intervalId.value);
|
|
||||||
intervalId.value = -1;
|
|
||||||
});
|
|
||||||
|
|
||||||
async function fetchPlayerInfo(playerId: number) {
|
|
||||||
return apiStore.client.get<API.PlayerInfo.Data>('api/getPlayerInfo', {
|
|
||||||
playerId
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
async function fetchPlayerJournal(playerId: number) {
|
|
||||||
return apiStore.client.get<API.PlayerJournal.Data>('api/getPlayerJournal', {
|
|
||||||
playerId,
|
|
||||||
dateScope: '30d'
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
async function fetchPlayerTd2Info(playerName: string): Promise<Td2API.UsersInfoByName.Response> {
|
|
||||||
const response = await fetch(
|
|
||||||
`https://api.td2.info.pl?method=getUsersInfoByName&name=${playerName}`
|
|
||||||
);
|
|
||||||
|
|
||||||
if (!response.ok) {
|
|
||||||
throw new Error('fetchPlayerTd2Info: could not fetch data');
|
|
||||||
}
|
|
||||||
|
|
||||||
return response.json();
|
|
||||||
}
|
|
||||||
|
|
||||||
async function fetchPlayerData() {
|
|
||||||
const queryPlayerId = Number(route.query.playerId) || -1;
|
|
||||||
|
|
||||||
if (!apiStore.client || !queryPlayerId) return;
|
|
||||||
|
|
||||||
if (queryPlayerId != playerId.value) {
|
|
||||||
playerInfoStatus.value = Status.Data.Loading;
|
|
||||||
playerJournalStatus.value = Status.Data.Loading;
|
|
||||||
|
|
||||||
playerInfo.value = undefined;
|
|
||||||
playerTD2Info.value = undefined;
|
|
||||||
playerJournal.value = undefined;
|
|
||||||
}
|
|
||||||
|
|
||||||
playerId.value = queryPlayerId;
|
|
||||||
|
|
||||||
try {
|
|
||||||
const playerInfoResp = await fetchPlayerInfo(playerId.value);
|
|
||||||
|
|
||||||
playerName.value =
|
|
||||||
playerInfoResp.driverStats.driverName || playerInfoResp.dispatcherStats.dispatcherName || '';
|
|
||||||
|
|
||||||
if (!playerName.value) {
|
|
||||||
router.push('/');
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
playerInfo.value = playerName.value ? playerInfoResp : undefined;
|
|
||||||
playerInfoStatus.value = Status.Data.Loaded;
|
|
||||||
|
|
||||||
if (playerName.value) {
|
|
||||||
const playerTD2InfoResp = await fetchPlayerTd2Info(playerName.value);
|
|
||||||
|
|
||||||
if (playerTD2InfoResp.success && playerTD2InfoResp.message.length == 1) {
|
|
||||||
playerTD2Info.value = playerTD2InfoResp.message[0];
|
|
||||||
}
|
|
||||||
}
|
|
||||||
} catch (error) {
|
|
||||||
playerInfo.value = undefined;
|
|
||||||
playerTD2Info.value = undefined;
|
|
||||||
playerInfoStatus.value = Status.Data.Error;
|
|
||||||
}
|
|
||||||
|
|
||||||
try {
|
|
||||||
const playerJournalResp = await fetchPlayerJournal(playerId.value);
|
|
||||||
|
|
||||||
playerJournal.value = playerJournalResp;
|
|
||||||
playerJournalStatus.value = Status.Data.Loaded;
|
|
||||||
} catch (error) {
|
|
||||||
playerJournal.value = undefined;
|
|
||||||
playerJournalStatus.value = Status.Data.Error;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
|
||||||
@use '../styles/responsive';
|
|
||||||
|
|
||||||
.profile-view {
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
|
|
||||||
height: 100vh;
|
|
||||||
min-height: 500px;
|
|
||||||
max-height: 2000px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.no-data-found {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
|
|
||||||
text-align: center;
|
|
||||||
font-size: 1.35em;
|
|
||||||
|
|
||||||
max-width: var(--max-container-width);
|
|
||||||
width: 100%;
|
|
||||||
background-color: var(--clr-tile);
|
|
||||||
padding: 1em;
|
|
||||||
margin: 1em;
|
|
||||||
|
|
||||||
a {
|
|
||||||
display: inline-block;
|
|
||||||
text-decoration: underline;
|
|
||||||
margin-top: 0.5em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.profile-wrapper {
|
|
||||||
display: grid;
|
|
||||||
grid-template-columns: 500px 1fr;
|
|
||||||
|
|
||||||
gap: 1em;
|
|
||||||
position: relative;
|
|
||||||
|
|
||||||
max-width: var(--max-container-width);
|
|
||||||
width: 100%;
|
|
||||||
|
|
||||||
padding: 1rem 0;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.profile-side {
|
|
||||||
display: grid;
|
|
||||||
grid-template-rows: auto 1fr;
|
|
||||||
overflow: auto;
|
|
||||||
background-color: var(--clr-tile);
|
|
||||||
border-radius: 0.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
@include responsive.midScreen {
|
|
||||||
.profile-view {
|
|
||||||
height: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.profile-wrapper {
|
|
||||||
grid-template-columns: 1fr;
|
|
||||||
max-width: 1000px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
@@ -58,7 +58,6 @@ import SceneryDispatchersHistory from '../components/SceneryView/SceneryDispatch
|
|||||||
|
|
||||||
import { useApiStore } from '../store/apiStore';
|
import { useApiStore } from '../store/apiStore';
|
||||||
import { Status } from '../typings/common';
|
import { Status } from '../typings/common';
|
||||||
import SceneryTopList from '../components/SceneryView/SceneryTopList.vue';
|
|
||||||
|
|
||||||
const route = useRoute();
|
const route = useRoute();
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
@@ -90,10 +89,6 @@ const viewModes = [
|
|||||||
{
|
{
|
||||||
id: 'scenery.option-dispatchers-history',
|
id: 'scenery.option-dispatchers-history',
|
||||||
component: SceneryDispatchersHistory
|
component: SceneryDispatchersHistory
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 'scenery.option-top-list',
|
|
||||||
component: SceneryTopList
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -140,10 +135,6 @@ function setViewMode(componentName: string) {
|
|||||||
&-view {
|
&-view {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
height: 100vh;
|
|
||||||
min-height: 500px;
|
|
||||||
max-height: 2000px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&-offline {
|
&-offline {
|
||||||
@@ -189,7 +180,11 @@ function setViewMode(componentName: string) {
|
|||||||
|
|
||||||
background-color: #181818;
|
background-color: #181818;
|
||||||
border-radius: 0.5em;
|
border-radius: 0.5em;
|
||||||
padding: 1em;
|
padding: 1em 0.5em;
|
||||||
|
|
||||||
|
height: calc(100vh - 0.5em);
|
||||||
|
min-height: 500px;
|
||||||
|
max-height: 2000px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.scenery-left {
|
.scenery-left {
|
||||||
@@ -241,10 +236,6 @@ function setViewMode(componentName: string) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@include responsive.midScreen {
|
@include responsive.midScreen {
|
||||||
.scenery-view {
|
|
||||||
height: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.scenery-wrapper {
|
.scenery-wrapper {
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
gap: 0;
|
gap: 0;
|
||||||
|
|||||||
+29
-15
@@ -13,6 +13,16 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="topbar-links">
|
<div class="topbar-links">
|
||||||
|
<button
|
||||||
|
v-if="isOldStacjownikDomain"
|
||||||
|
class="btn--image migrate-info-button"
|
||||||
|
@click="toggleMigrateInfoCard(true)"
|
||||||
|
data-tooltip-type="HtmlTooltip"
|
||||||
|
:data-tooltip-content="`<b>${$t('migrate-info.tooltip-content')}</b>`"
|
||||||
|
>
|
||||||
|
<img :src="`/images/icon-alert-triangle.svg`" alt="show migrate info card" />
|
||||||
|
</button>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
class="btn--image lang-button"
|
class="btn--image lang-button"
|
||||||
@click="toggleLocales()"
|
@click="toggleLocales()"
|
||||||
@@ -22,19 +32,9 @@
|
|||||||
<FlagIcon :language-id="mainStore.currentLocale == 'pl' ? 0 : 1" />
|
<FlagIcon :language-id="mainStore.currentLocale == 'pl' ? 0 : 1" />
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<a
|
|
||||||
class="a-button btn--image discord-link"
|
|
||||||
href="https://discord.gg/x2mpNN3svk"
|
|
||||||
target="_blank"
|
|
||||||
data-tooltip-type="HtmlTooltip"
|
|
||||||
:data-tooltip-content="`<b>${$t('app.discord-link-content')}</b>`"
|
|
||||||
>
|
|
||||||
<img src="/images/icon-discord.png" alt="discord logo icon" />
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<a
|
<a
|
||||||
class="a-button btn--image gnr-link"
|
class="a-button btn--image gnr-link"
|
||||||
href="https://generator-td2.spythere.eu/"
|
href="https://generator-td2.web.app/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
data-tooltip-type="HtmlTooltip"
|
data-tooltip-type="HtmlTooltip"
|
||||||
:data-tooltip-content="`<b>${$t('app.gnr-link-content')}</b>`"
|
:data-tooltip-content="`<b>${$t('app.gnr-link-content')}</b>`"
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
<a
|
<a
|
||||||
class="a-button btn--image pojazdownik-link"
|
class="a-button btn--image pojazdownik-link"
|
||||||
href="https://pojazdownik-td2.spythere.eu/"
|
href="https://pojazdownik-td2.web.app/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
data-tooltip-type="HtmlTooltip"
|
data-tooltip-type="HtmlTooltip"
|
||||||
:data-tooltip-content="`<b>${$t('app.pojazdownik-link-content')}</b>`"
|
:data-tooltip-content="`<b>${$t('app.pojazdownik-link-content')}</b>`"
|
||||||
@@ -119,9 +119,19 @@ export default defineComponent({
|
|||||||
this.isDonationCardOpen = value;
|
this.isDonationCardOpen = value;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
toggleMigrateInfoCard(value: boolean) {
|
||||||
|
this.mainStore.isMigrateInfoCardOpen = value;
|
||||||
|
},
|
||||||
|
|
||||||
toggleLocales() {
|
toggleLocales() {
|
||||||
this.mainStore.changeLocale(this.mainStore.currentLocale == 'pl' ? 'en' : 'pl');
|
this.mainStore.changeLocale(this.mainStore.currentLocale == 'pl' ? 'en' : 'pl');
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
computed: {
|
||||||
|
isOldStacjownikDomain() {
|
||||||
|
return location.hostname == 'stacjownik-td2.web.app';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@@ -180,6 +190,11 @@ button.lang-button {
|
|||||||
background-color: #111;
|
background-color: #111;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button.migrate-info-button {
|
||||||
|
padding: 0 0.5em;
|
||||||
|
background-color: var(--clr-primary);
|
||||||
|
}
|
||||||
|
|
||||||
a.pojazdownik-link {
|
a.pojazdownik-link {
|
||||||
background-color: #1f263b;
|
background-color: #1f263b;
|
||||||
|
|
||||||
@@ -188,12 +203,11 @@ a.pojazdownik-link {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a.gnr-link,
|
a.gnr-link {
|
||||||
a.discord-link {
|
|
||||||
background-color: #141414;
|
background-color: #141414;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: #333;
|
background-color: #222222;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -116,10 +116,13 @@ export default defineComponent({
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@use '../styles/responsive';
|
@use '../styles/responsive';
|
||||||
|
|
||||||
|
.trains-view {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
.trains_wrapper {
|
.trains_wrapper {
|
||||||
margin: 1rem auto;
|
margin: 1rem auto;
|
||||||
max-width: var(--max-container-width);
|
max-width: var(--max-container-width);
|
||||||
position: relative;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.trains_topbar {
|
.trains_topbar {
|
||||||
@@ -127,6 +130,7 @@ export default defineComponent({
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 0.5em;
|
gap: 0.5em;
|
||||||
|
|
||||||
|
position: relative;
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
|
||||||
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
|
|
||||||
"exclude": ["src/**/__tests__/*"],
|
|
||||||
"compilerOptions": {
|
|
||||||
"noUncheckedIndexedAccess": false,
|
|
||||||
"verbatimModuleSyntax": null,
|
|
||||||
|
|
||||||
"paths": {
|
|
||||||
"@/*": ["./src/*"]
|
|
||||||
},
|
|
||||||
|
|
||||||
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
+17
-4
@@ -1,11 +1,24 @@
|
|||||||
{
|
{
|
||||||
"files": [],
|
"compilerOptions": {
|
||||||
|
"target": "ESNext",
|
||||||
|
"useDefineForClassFields": true,
|
||||||
|
"module": "ESNext",
|
||||||
|
"moduleResolution": "Node",
|
||||||
|
"strict": true,
|
||||||
|
"jsx": "preserve",
|
||||||
|
"sourceMap": true,
|
||||||
|
"resolveJsonModule": true,
|
||||||
|
"isolatedModules": true,
|
||||||
|
"esModuleInterop": true,
|
||||||
|
|
||||||
|
"lib": ["ESNext", "DOM"],
|
||||||
|
"types": ["vite/client", "vite-plugin-pwa/client"],
|
||||||
|
"skipLibCheck": true
|
||||||
|
},
|
||||||
|
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
|
||||||
"references": [
|
"references": [
|
||||||
{
|
{
|
||||||
"path": "./tsconfig.node.json"
|
"path": "./tsconfig.node.json"
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "./tsconfig.app.json"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
+6
-9
@@ -1,12 +1,9 @@
|
|||||||
// TSConfig for modules that run in Node.js environment via either transpilation or type-stripping.
|
|
||||||
{
|
{
|
||||||
"extends": "@tsconfig/node24/tsconfig.json",
|
|
||||||
"include": ["vite.config.*", "eslint.config.*"],
|
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"module": "preserve",
|
"composite": true,
|
||||||
"moduleResolution": "bundler",
|
"module": "nodenext",
|
||||||
"types": ["node", "vite/client", "vite-plugin-pwa/client"],
|
"moduleResolution": "nodenext",
|
||||||
"noEmit": true,
|
"allowSyntheticDefaultImports": true
|
||||||
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo"
|
},
|
||||||
}
|
"include": ["vite.config.ts"]
|
||||||
}
|
}
|
||||||
|
|||||||
+5
-8
@@ -1,7 +1,7 @@
|
|||||||
import { defineConfig } from 'vite';
|
import { defineConfig } from 'vite';
|
||||||
import vue from '@vitejs/plugin-vue';
|
import vue from '@vitejs/plugin-vue';
|
||||||
import { VitePWA } from 'vite-plugin-pwa';
|
import { VitePWA } from 'vite-plugin-pwa';
|
||||||
import { fileURLToPath } from 'node:url';
|
import path from 'path';
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
server: { port: 5123, open: false },
|
server: { port: 5123, open: false },
|
||||||
@@ -9,12 +9,12 @@ export default defineConfig({
|
|||||||
publicDir: 'public',
|
publicDir: 'public',
|
||||||
css: {
|
css: {
|
||||||
preprocessorOptions: {
|
preprocessorOptions: {
|
||||||
scss: { silenceDeprecations: ['legacy-js-api'] }
|
scss: { additionalData: `@use '@/styles/global';`, silenceDeprecations: ['legacy-js-api'] }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
resolve: {
|
resolve: {
|
||||||
alias: {
|
alias: {
|
||||||
'@': fileURLToPath(new URL('./src', import.meta.url))
|
'@': path.resolve(__dirname, 'src')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
@@ -29,13 +29,10 @@ export default defineConfig({
|
|||||||
{
|
{
|
||||||
urlPattern:
|
urlPattern:
|
||||||
/^https:\/\/stacjownik.spythere.eu\/api\/(getVehiclesData|getDonators|getSceneries)/i,
|
/^https:\/\/stacjownik.spythere.eu\/api\/(getVehiclesData|getDonators|getSceneries)/i,
|
||||||
handler: 'StaleWhileRevalidate',
|
handler: 'NetworkFirst',
|
||||||
options: {
|
options: {
|
||||||
cacheName: 'stacjownik-api-cache',
|
cacheName: 'stacjownik-api-cache',
|
||||||
cacheableResponse: { statuses: [0, 200] },
|
cacheableResponse: { statuses: [0, 200] }
|
||||||
expiration: {
|
|
||||||
maxAgeSeconds: 3600
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user