mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Dodano dziennik rozkładów jazdy
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="scenery-history">
|
||||
<!-- <div>HISTORIA DYŻURÓW</div>
|
||||
<h2>HISTORIA DYŻURÓW</h2>
|
||||
|
||||
<ul>
|
||||
<li v-for="(dispatcher, i) in dispatcherHistory" :key="i">
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
{{ timestampToString(dispatcher.dispatcherFrom) }}
|
||||
</li>
|
||||
</ul> -->
|
||||
</ul>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -64,7 +64,7 @@ export default defineComponent({
|
||||
|
||||
if (!apiResult.errorMessage) this.dispatcherHistory = apiResult.result.dispatcherHistory;
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
console.error(error);
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<input
|
||||
class="search-input"
|
||||
v-model="searchedTrain"
|
||||
:placeholder="$t('trains.search-no')"
|
||||
:placeholder="$t('trains.search-train')"
|
||||
/>
|
||||
|
||||
<img
|
||||
|
||||
@@ -454,7 +454,7 @@ img.train-image {
|
||||
grid-template-rows: 1fr;
|
||||
|
||||
@include smallScreen() {
|
||||
font-size: 1.3em;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user