Add station modal logic and station data for part of route 0210
This commit is contained in:
@@ -57,7 +57,12 @@
|
||||
<div class="list-container">
|
||||
<a href="https://owlboard.info" class="button-link">Go to OwlBoard Live Departures & PIS</a>
|
||||
|
||||
<input type="text" bind:value={searchTerm} placeholder="Search Station/Jn" class="search-input" />
|
||||
<input
|
||||
type="text"
|
||||
bind:value={searchTerm}
|
||||
placeholder="Search Station/Jn"
|
||||
class="search-input"
|
||||
/>
|
||||
{#each filteredMaps as map (map.routeId)}
|
||||
<a
|
||||
href={resolve(`/map/${map.routeId.toString().padStart(4, '0')}`)}
|
||||
|
||||
Reference in New Issue
Block a user