Commit graph

6 commits

Author SHA1 Message Date
220f6666a5
Add support for IC trains 2022-12-10 23:38:45 +01:00
fd1e7c0729
Add back button
Also: change PWA to standalone
2022-11-18 04:58:35 +01:00
c2ea04de4b
Enable service worker for Safari
For future reference: the preflight request must return these headers:
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, HEAD, OPTIONS
Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept, Authorization, Pragma, Cache-Control

Otherwise, Safari will refuse requests made inside a service worker
reporting a preflight check fail.
2022-11-17 23:30:38 +01:00
a6757f394a
Implement selectable links for station names
Also prepare for date switcher
2022-09-28 12:33:06 +03:00
e4b8a25b60
Add support for tabs 2022-09-20 00:24:17 +03:00
2aa147060a
Move common js files to folder 2022-09-20 00:14:16 +03:00