mirror of
https://github.com/Spythere/station-manager-2.0.git
synced 2026-05-03 13:38:13 +00:00
feature: skrót posterunku
This commit is contained in:
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user