mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
chore: changed placement of the offline icon
This commit is contained in:
@@ -5,16 +5,7 @@
|
|||||||
>
|
>
|
||||||
<router-link v-if="/(, podg$|<strong>)/.test(stop.nameHtml)" :to="sceneryHref">
|
<router-link v-if="/(, podg$|<strong>)/.test(stop.nameHtml)" :to="sceneryHref">
|
||||||
<b class="stop-name">
|
<b class="stop-name">
|
||||||
<span>
|
{{ stop.nameRaw }}
|
||||||
{{ stop.nameRaw }}
|
|
||||||
</span>
|
|
||||||
<i
|
|
||||||
v-if="!stop.isSceneryOnline && stop.status != 'confirmed'"
|
|
||||||
class="fa-solid fa-ban fa-md"
|
|
||||||
data-tooltip-type="BaseTooltip"
|
|
||||||
:data-tooltip-content="$t('app.tooltip-scenery-offline')"
|
|
||||||
style="color: salmon; margin-left: 0.25em"
|
|
||||||
></i>
|
|
||||||
</b>
|
</b>
|
||||||
</router-link>
|
</router-link>
|
||||||
|
|
||||||
|
|||||||
@@ -89,6 +89,14 @@
|
|||||||
class="scenery-change-name"
|
class="scenery-change-name"
|
||||||
>
|
>
|
||||||
<span>{{ scheduleStopsV2[i + 1].sceneryName }}</span>
|
<span>{{ scheduleStopsV2[i + 1].sceneryName }}</span>
|
||||||
|
|
||||||
|
<i
|
||||||
|
v-if="!scheduleStopsV2[i + 1].isSceneryOnline"
|
||||||
|
class="fa-solid fa-ban fa-sm"
|
||||||
|
data-tooltip-type="BaseTooltip"
|
||||||
|
:data-tooltip-content="$t('app.tooltip-scenery-offline')"
|
||||||
|
style="color: salmon; margin-left: 0.25em"
|
||||||
|
></i>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
@@ -329,8 +337,6 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(stopRows);
|
|
||||||
|
|
||||||
return stopRows;
|
return stopRows;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user