forgejo/routers
silverwind 8188176b58
Direct SVG rendering (#12157)
Introduce 'make svg' which calls a node script that compiles svg files
to `public/img/svg`. These files are vendored to not create a dependency
on Node for the backend build.

On the frontend side, configure webpack using `raw-loader` so SVGs can
be imported as string.

Also moved our existing SVGs to web_src/svg for consistency.

Fixes: https://github.com/go-gitea/gitea/issues/11618
2020-07-12 12:10:56 +03:00
..
admin
api/v1 Extend Notifications API and return pinned notifications by default (#12164) 2020-07-12 00:46:01 +03:00
dev
events
org
private
repo Default to showing closed Issues/PR list when there are only closed issues/PRs (#12200) 2020-07-09 22:13:06 +01:00
routes
user
utils
home.go
init.go Direct SVG rendering (#12157) 2020-07-12 12:10:56 +03:00
install.go
metrics.go
swagger_json.go