Commits
The just stations data is better suited than the station complexes data.
Some more user-facing stuff I left as saying "train" instead of "trip".
I'm not sure if that was the right choice. (e.g. the route is still
`/train/<id>`, and the query param is still `train_id`, as are some
variables/etc in the code.)
Remove util function for `timestamp.subtract`, since it got merged!
Removes manual filter updating, because logging v1.4.0 removes the
filtering of OTP logs.
Allows caching to work better and prevents a needless redirect.
They aren't dynamic at all. SSR for them is nothing.
Should make it feel nicer/more responsive to use.
Prevents copies of it from being made, which is slow b/c of the large
size of the st.Schedule in it. Theoretically increases performance.