Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2019-05-13 | Only show station name in page title | Daniel Friesel | -2/+2 | |
2019-05-09 | set a custom useragent | Daniel Friesel | -0/+8 | |
2019-05-07 | app: Use AJAX, not HTTP Refresh for auto-reload2.0.2 | Daniel Friesel | -2/+5 | |
2019-05-05 | only compute train details when needed by frontend | Daniel Friesel | -24/+47 | |
2019-05-05 | Move moreinfo to ajax-requested sub-template | Daniel Friesel | -0/+40 | |
This decreases the DOM size and allows for future speed improvements (the backend no longer needs to precalculate routes etc for all trains) | ||||
2019-04-29 | Switch to App/Mobile first, no longer rely on BrowserDetect plugin | Daniel Friesel | -0/+1 | |
"App" with force_mobile=1 is now the default view even on desktop -- The infoscreen template's extra large font wasn't really nice. This breaks the setup of everyone who was relying on infoscreen being the default -- please append `mode=infoscreen` to your requests. | ||||
2019-04-06 | Fix uninitialized value warning1.17 | Daniel Friesel | -1/+1 | |
2019-03-24 | Transition from Mojolicious::Lite to full Mojolicious app | Daniel Friesel | -0/+919 | |