You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kenneth Bruen
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.
2 years ago
common
Enable service worker for Safari
2 years ago
fonts
Implemented AH font and about page
3 years ago
about.html
Move common js files to folder
2 years ago
base.css
Add CSS rules for uncustomised <a>
2 years ago
index.html
Add station arrivals/departures pages
2 years ago
manifest.json
Add PWA manifest
2 years ago
manifest.webapp
Initial commit
3 years ago
station.html
Change input type to search, add label
2 years ago
station.js
Fix station search bug
2 years ago
sw.js
Enable service worker for Safari
2 years ago
train.html
Add label
2 years ago
train.js
Allow choosing train that is not known/suggested
2 years ago
view-station.css
Add station arrivals/departures pages
2 years ago
view-station.html
Add loading text
2 years ago
view-station.js
Add loading text
2 years ago
view-train.css
Apply different background color for even items
2 years ago
view-train.html
Implement selectable links for station names
2 years ago
view-train.js
Fix service worker cache, handle refresh better
2 years ago