diff options
author | silverwind <me@silverwind.io> | 2020-11-29 22:39:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-29 16:39:36 -0500 |
commit | e81edc02b9e93f625b9767386bbef6761f7bc291 (patch) | |
tree | 3fe3c4b12c92b70efce327d8e101c6a81263f089 /public/img | |
parent | c4deb97ed105e923b922fae0ad8cc49327a13852 (diff) | |
download | gitea-e81edc02b9e93f625b9767386bbef6761f7bc291.tar.gz gitea-e81edc02b9e93f625b9767386bbef6761f7bc291.zip |
Update JS dependencies and misc tweaks (#13741)
* Update JS dependencies and misc tweaks
- Update all JS dependencies minus webpack
- Adapt CodeMirrors styling to new CSS parent introduced by EasyMDE
- Set eslint parser to latest and add new eslint 7.14 rule
- Speed up npm install by disabling audit and fund checks
- Move fomantic-ui to optional dependencies to further speed up npm
- Enable syntax highlighting on GH for .eslintrc and .stylelintrc
- Makefile cleanups
* disable audit in npmrc
* add missing dash
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'public/img')
-rw-r--r-- | public/img/svg/octicon-container.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/img/svg/octicon-container.svg b/public/img/svg/octicon-container.svg new file mode 100644 index 0000000000..fd936fd018 --- /dev/null +++ b/public/img/svg/octicon-container.svg @@ -0,0 +1 @@ +<svg viewBox="0 0 16 16" class="svg octicon-container" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M10.41.24l4.711 2.774A1.767 1.767 0 0116 4.54v5.01a1.77 1.77 0 01-.88 1.53l-7.753 4.521-.002.001a1.767 1.767 0 01-1.774 0H5.59L.873 12.85A1.762 1.762 0 010 11.327V6.292c0-.304.078-.598.22-.855l.004-.005.01-.019c.15-.262.369-.486.64-.643L8.641.239a1.75 1.75 0 011.765 0l.002.001zM9.397 1.534a.25.25 0 01.252 0l4.115 2.422-7.152 4.148a.267.267 0 01-.269 0L2.227 5.716l7.17-4.182zM7.365 9.402L8.73 8.61v4.46l-1.5.875V9.473a1.77 1.77 0 00.136-.071zm2.864 2.794V7.741l1.521-.882v4.45l-1.521.887zm3.021-1.762l1.115-.65h.002a.268.268 0 00.133-.232V5.264l-1.25.725v4.445zm-11.621 1.12l4.1 2.393V9.474a1.77 1.77 0 01-.138-.072L1.5 7.029v4.298c0 .095.05.181.129.227z"/></svg>
\ No newline at end of file |