aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller/offline.t
Commit message (Collapse)AuthorAgeLines
* do not cache the service workerStruan Donald2020-10-09-0/+1
| | | | | As the contents of the service worker vary depending on if the user is logged in don't cache it.
* Use ManifestTheme theme_colour for front page theme-color meta tagDave Arter2020-02-26-0/+3
|
* Add admin UI for configuring manifest themeDave Arter2020-02-26-0/+16
|
* Initial service worker.Matthew Somerville2020-02-14-0/+12
| | | | | | | | | | | | This basic service worker behaves identically to the existing appcache - some static scripts and CSS are cached, any HTML offline instead returns a static HTML page that knows how to show data on stored problems out of localStorage (stored there when /my/planned was visited online). Inspect form submissions will be captured and can be synced back when online. Once feature parity is established, we will then remove appcache, switch from using localStorage to the cache API, and hopefully move all offline support into the service worker.
* A basic web manifest starter.Matthew Somerville2020-02-14-0/+36
Reads information from a theme object if present, and icons from a theme directory, with fallbacks.