feature: skrót posterunku

This commit is contained in:
2023-04-04 21:30:16 +02:00
parent ea48085f6f
commit 4847524b64
5 changed files with 27 additions and 15 deletions
+7
View File
@@ -59,6 +59,12 @@
wyników
</div>
<div class="pane">
Obecnie pokazane scenerie:
{{ Math.min(store.maxVisibleResults, store.stationList.length, store.sortedStationList.length) }} /
{{ store.stationList.length }}
</div>
<div class="pane">
<button @click="changelogVisible = !changelogVisible">
{{ changelogVisible ? 'Ukryj' : 'Pokaż' }} changelog
@@ -198,6 +204,7 @@ export default defineComponent({
const newSt: SceneryRowItem = {
name,
abbr: name.slice(0, 2),
url: '',
hash: '',
lines: '',