summaryrefslogtreecommitdiff
path: root/lib/DBInfoscreen.pm
AgeCommit message (Collapse)AuthorLines
2020-04-20switch to a proper dark theme using javascript and sass3.1.0Daniel Friesel-0/+18
The dark=1 option is still supported, but no longer visible in the UI.
2020-01-30Remove session / "save defaults" support due to caching issues3.0.0Daniel Friesel-1/+0
nginx cache keys depend on session data, so misbehaving clients (ignoring the refresh dely and continuously requesting a new departure board) with renewed session data could not be cached, impacting DBF performance
2020-01-07show planned IC/ICE type in detail viewDaniel Friesel-2/+2
2020-01-06show planned IC/ICE subtype if available (experimental!)Daniel Friesel-0/+16
2020-01-04show train route on map2.5.0Daniel Friesel-0/+2
2019-11-10single layout: strip non-numeric platform parts for now2.3.12Daniel Friesel-0/+20
2019-10-04fix off-by-one error in json_route_diff2.3.7Daniel Friesel-2/+2
2019-06-10add head nav and prominent geolocation link to app templateDaniel Friesel-4/+4
2019-06-07use global cache objects, also cache wagon order2.3.1Daniel Friesel-0/+37
2019-06-03add an about pageDaniel Friesel-0/+2
2019-04-29Switch to App/Mobile first, no longer rely on BrowserDetect pluginDaniel Friesel-1/+0
"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-03-24Transition from Mojolicious::Lite to full Mojolicious appDaniel Friesel-0/+249