This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/web_src/js/features
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
..
clipboard.js
codeeditor.js
contextpopup.js Direct SVG rendering (#12157) 2020-07-12 12:10:56 +03:00
dropzone.js
emoji.js
eventsource.sharedworker.js Re-fix #12095 again (#12138) 2020-07-05 01:04:00 +03:00
gitgraph.js Rewrite GitGraph.js (#12137) 2020-07-05 02:04:24 +01:00
notification.js Re-fix #12095 again (#12138) 2020-07-05 01:04:00 +03:00
serviceworker.js
tablesort.js
tribute.js
userheatmap.js