Merge pull request #137 from Spythere/development

v1.30.4 hotfixes
This commit is contained in:
Spythere
2025-07-27 14:42:53 +02:00
committed by GitHub
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -111,7 +111,7 @@
</div>
<div
v-if="!train.online && train.lastSeen >= Date.now() - 60000"
v-if="!train.online && train.lastSeen <= Date.now() - 60000"
class="train-badge offline"
>
<i class="fa-solid fa-user-slash"></i>
@@ -397,6 +397,7 @@ export default defineComponent({
.status-badges {
display: flex;
flex-wrap: wrap;
margin-left: 0.25em;
gap: 0.25em;
@@ -43,6 +43,8 @@
id="search-active-driver"
:placeholder="$t(`options.search-driver`)"
v-model="searchedDriver"
@focus="preventKeyDown = true"
@blur="preventKeyDown = false"
/>
<button class="btn btn--action search-exit" @click="onInputClear('driver')">