summaryrefslogtreecommitdiff
path: root/templates/landingpage.html.ep
AgeCommit message (Expand)AuthorLines
2020-11-21remove superfluous "()" in function callDaniel Friesel-2/+2
2020-10-17disable browser-autocompletion on station-inputs1.18.3Leah (ctucx)-1/+1
2020-10-04It's Public Beta Time!Daniel Friesel-1/+2
2020-09-05landingpage: hide button icon names from accessibility toolsDaniel Friesel-2/+2
2020-08-16Move most journey code to newly introduced Journey modelDaniel Friesel-1/+1
2020-02-26landingpage: API also supports checkinDaniel Friesel-1/+1
2020-01-28Add aria labels where needed, commit 1 of many (#37)Daniel Friesel-1/+1
2019-11-24improve get_user_travels performance, most notably when rendering map1.10.3Daniel Friesel-1/+1
2019-09-18Save scheduled arrival time for cancelled trains1.9.3Daniel Friesel-4/+2
2019-09-16landingpage: Add passengerrights supportDaniel Friesel-0/+1
2019-05-26Use JSON for messages and route storage, prepare for extended route dataDaniel Friesel-1/+1
2019-05-18Merge branch 'marudor-darkMode'Daniel Friesel-7/+7
2019-05-16correctly show departure station in cancelled viewDaniel Friesel-1/+1
2019-05-16Add dark mode (only available with prefers-color-scheme currently)marudor-7/+7
2019-05-11update landingpageDaniel Friesel-3/+3
2019-05-11Do not nag directly for geolocationmarudor-2/+1
2019-05-02Public API documentationDaniel Friesel-1/+1
2019-04-30show imprint/privacy/version on all public-facing pages1.0Daniel Friesel-7/+1
2019-04-30show imprint and version on landing pageDaniel Friesel-0/+8
2019-04-26Add manual journey entryDaniel Friesel-1/+1
2019-04-24$render(status => ...) is a special variable. derp.Daniel Friesel-1/+1
2019-04-23Primitive auto-refresh of current journey statusDaniel Friesel-86/+2
2019-04-23Automatic checkout \o/Daniel Friesel-20/+26
2019-04-23landingpage: Fix plural for "0 minutes"Daniel Friesel-1/+1
2019-04-23Use one row per journey instead of split checkin/checkout entriesDaniel Friesel-13/+73
2019-04-11landingpage: Fix typo in required form element tagDaniel Friesel-1/+1
2019-04-07Refactor history template, add yearly statsDaniel Friesel-32/+1
2019-04-06landingpage: Features++Daniel Friesel-1/+2
2019-03-31Select journeys by IDDaniel Friesel-1/+1
2019-03-31Perform undo by deleting the erroneous database entryDaniel Friesel-4/+4
2019-03-19support logging of cancelled journeysDaniel Friesel-0/+27
2019-03-17add journey detail viewDaniel Friesel-3/+4
2019-03-16Show backend errors on station selection pageDaniel Friesel-1/+13
2019-03-16add autocomplete for station formDaniel Friesel-1/+1
2019-03-16allow manual input of station nameDaniel Friesel-0/+12
2019-03-16landing page: I can haz API!0.06Daniel Friesel-4/+11
2019-03-09Slightly more helpful texts for checkin/checkout pagesDaniel Friesel-1/+1
2019-03-08checkout UXDaniel Friesel-1/+1
2019-03-08add intro blurb and login/register links for landing pageDaniel Friesel-1/+35
2019-03-07switch from HTTP Auth to Cookie AuthDaniel Friesel-66/+71
2018-11-02allow undo for checkinsDaniel Friesel-1/+5
2018-10-21handle force checkout in history viewDaniel Friesel-2/+4
2018-10-07Only show latest travels on landing pageDaniel Friesel-2/+2
2018-10-07show close stations via geolocationDaniel Friesel-0/+4
2018-10-07only show travel distance if duration is not availableDaniel Friesel-2/+0
2018-10-05show journey distances as wellDaniel Friesel-4/+6
2018-10-05Use POST requests to modify dataDaniel Friesel-1/+1
2018-09-14use table layout for checkout station listDaniel Friesel-5/+6
2018-09-02Initial commitDaniel Friesel-0/+61