search stops
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Has been cancelled

This commit is contained in:
Nicholas Orlowsky 2026-02-16 22:34:38 -05:00
parent e41e8adefc
commit 458f71530f
No known key found for this signature in database
GPG key ID: A9F3BA4C0AA7A70B
8 changed files with 119 additions and 11 deletions

View file

@ -14,6 +14,19 @@
</a>
{% endfor %}
</fieldset>
<fieldset>
<legend>
<h2>Other Stops</h2>
</legend>
<p style="margin-top: 10px; margin-bottom: 10px;">SEPTA has 13,000+ stops, search for yours here</p>
<input style="width: 100%;" type="search"
name="search" placeholder="Begin Typing To Search Stops..."
hx-post="/stops/search"
hx-trigger="input changed delay:500ms, keyup[key=='Enter'], load"
hx-target="#stop-list">
<div id="stop-list">
</div>
</fieldset>
<style>
.line-link, .lines-label {
white-space: pre;