Compare commits
1 Commits
97703a081a
...
0.0.20
| Author | SHA1 | Date | |
|---|---|---|---|
| 40b4fc94a6 |
@@ -57,7 +57,7 @@
|
|||||||
<div class="list-container">
|
<div class="list-container">
|
||||||
<a href="https://owlboard.info" class="button-link">Go to OwlBoard Live Departures & PIS</a>
|
<a href="https://owlboard.info" class="button-link">Go to OwlBoard Live Departures & PIS</a>
|
||||||
|
|
||||||
<input type="text" bind:value={searchTerm} placeholder="Search" class="search-input" />
|
<input type="text" bind:value={searchTerm} placeholder="Search Station/Jn" class="search-input" />
|
||||||
{#each filteredMaps as map (map.routeId)}
|
{#each filteredMaps as map (map.routeId)}
|
||||||
<a
|
<a
|
||||||
href={resolve(`/map/${map.routeId.toString().padStart(4, '0')}`)}
|
href={resolve(`/map/${map.routeId.toString().padStart(4, '0')}`)}
|
||||||
|
|||||||
Reference in New Issue
Block a user