Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2019-05-07 | app: Use AJAX, not HTTP Refresh for auto-reload2.0.2 | Daniel Friesel | -1/+5 | |
2019-05-05 | fix train no mixups in moreinfo view2.0.1 | Daniel Friesel | -1/+1 | |
2019-05-05 | update entire moreinfo header via javascript | Daniel Friesel | -1/+3 | |
2019-05-05 | app: add linetype data element | Daniel Friesel | -13/+13 | |
2019-05-05 | Move moreinfo to ajax-requested sub-template | Daniel Friesel | -170/+20 | |
This decreases the DOM size and allows for future speed improvements (the backend no longer needs to precalculate routes etc for all trains) | ||||
2019-01-16 | do not ignore routes of trains terminating at the selected station | Daniel Friesel | -1/+1 | |
2019-01-16 | show previous route as well | Daniel Friesel | -21/+48 | |
2019-01-12 | support linking to individual trains1.15 | Daniel Friesel | -5/+8 | |
2019-01-04 | Add color coding for trains not accepting DB tickets | Daniel Friesel | -1/+7 | |
2018-11-26 | add quick&dirty wagon order integration | Daniel Friesel | -0/+6 | |
2018-11-03 | Also split up app/infoscreen CSS, add transition notice to landing page | Daniel Friesel | -3/+3 | |
2018-11-02 | Split up App/Infoscreen into separate templates | Daniel Friesel | -0/+280 | |
They're identical for now. |