Skip to content

feat: show stop markers with departure popups on map#98

Merged
z4ab merged 1 commit into
mainfrom
feat/issue-94-stop-popup
Jun 17, 2026
Merged

feat: show stop markers with departure popups on map#98
z4ab merged 1 commit into
mainfrom
feat/issue-94-stop-popup

Conversation

@z4ab

@z4ab z4ab commented Jun 17, 2026

Copy link
Copy Markdown
Owner

Renders nearby stops as clickable markers on the map. Clicking a marker opens a popup with upcoming departures (using StopDeparturesPanel + useStopDepartures). Popup auto-refreshes every 10s. Sidebar and map stay in sync via shared selectedStopId state. Clicking the map background dismisses the popup.

Closes #94

… map

Add stop markers for nearby stops using StopMarkerIcon, with Leaflet
popups that display upcoming departures via StopDeparturesPanel and
the useStopDepartures hook (auto-refreshes every 10s). Popups sync
with sidebar selection and dismiss on map background click.

Closes #94
@railway-app
railway-app Bot temporarily deployed to grt-bus-tracker / bus-tracker-pr-98 June 17, 2026 02:15 Destroyed
@railway-app

railway-app Bot commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

🚅 Deployed to the bus-tracker-pr-98 environment in grt-bus-tracker

Service Status Web Updated (UTC)
bus-tracker-frontend ✅ Success (View Logs) Web Jun 17, 2026 at 2:16 am
bus-tracker-api ✅ Success (View Logs) Web Jun 17, 2026 at 2:16 am

@z4ab
z4ab merged commit 4271b8c into main Jun 17, 2026
4 checks passed
@z4ab
z4ab deleted the feat/issue-94-stop-popup branch June 25, 2026 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Show upcoming departures in a popup when clicking a stop marker on the map

1 participant