summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorLines
2019-05-07app: Use AJAX, not HTTP Refresh for auto-reload2.0.2Daniel Friesel-2/+5
2019-05-05only compute train details when needed by frontendDaniel Friesel-24/+47
2019-05-05Move moreinfo to ajax-requested sub-templateDaniel 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-29Switch to App/Mobile first, no longer rely on BrowserDetect pluginDaniel Friesel-1/+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-06Fix uninitialized value warning1.17Daniel Friesel-1/+1
2019-03-24Transition from Mojolicious::Lite to full Mojolicious appDaniel Friesel-0/+1168