Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Service worker js is a missing comma (#6788) | techknowlogick | 2019-04-28 | 1 | -2/+2 |
| | | | Fix #6787 | ||||
* | Allow for user specific themes (#5668) | Lanre Adelowo | 2019-01-09 | 1 | -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) | SohnyBohny | 2018-11-27 | 2 | -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 |