summaryrefslogtreecommitdiffstats
path: root/templates/pwa/serviceworker_js.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Allow for user specific themes (#5668)Lanre Adelowo2019-01-091-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | * add migration and basic UI for changing a user's theme * update user themem * use right text on button * load theme based on users' selection * load theme based on users' selection in pwa too * update sample config * delete older theme loading * implement AfterLoad to set users' theme properly * set up default theme when creating a user. This uses the installation wide theme * use flash messages for error * set default theme when creating a user from the cli * fix @lunny review
* Create Progressive Web App (#4730)SohnyBohny2018-11-271-0/+72
* Create manifest and serviceworker * Create templates and add AppSubUrl * Add JSRenderer * fix ctx type * Add JSRenderer to static.go * Complete adding {{AppSubUrl}} * Add more fonts to urlsToCache * Add 512px and 192px icons * Hardcode font MD5 * Default theme doesn't have a specific CSS file