Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework 'make generate-images' (#12316) | silverwind | 2020-07-26 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | * Rework 'make generate-images' - Remove external dependencies and replace it with a node script that does does the same. - Move detail removal from gitea-sm.png to favicon.png - Remove favicon.ico and its generation, it is unused and we already serve favicon.png in its place. Fixes: https://github.com/go-gitea/gitea/issues/12314 * use proper centering value for preserveAspectRatio * fix lint * use fabric * better linting fix * fix typo * mention detail-remove class in docs | ||||
* | optimize all images in public/img (#6427) | silverwind | 2019-03-25 | 1 | -0/+0 |
| | | | Fixes: https://github.com/go-gitea/gitea/pull/6357 | ||||
* | Create Progressive Web App (#4730) | SohnyBohny | 2018-11-27 | 1 | -0/+0 |
* 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 |