summaryrefslogtreecommitdiffstats
path: root/templates/pwa
Commit message (Collapse)AuthorAgeFilesLines
* jQuery 3 (#7425)techknowlogick2019-07-121-1/+2
| | | | | | | | | | * jquery 3 * use most recent version of migrate plugin * Delete .DS_Store * update service worker in case anyone has old version of jquery cached
* Service worker js is a missing comma (#6788)techknowlogick2019-04-281-2/+2
| | | Fix #6787
* 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-272-0/+103
* 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