Browse Source

[Feature] Add Gitea Emoji (#8950)

* add gitea emoji

* alphabetic order

* Update emojify.js to 1.1.0

* mv to custom

* add gitea emoji

* minify
for-closed-social
6543 5 years ago
committed by Antoine GIRARD
parent
commit
a3e42bfebd
7 changed files with 5 additions and 8 deletions
  1. +1
    -1
      public/vendor/VERSIONS
  2. +1
    -1
      public/vendor/librejs.html
  3. +1
    -0
      public/vendor/plugins/emojify/emojify.custom.js
  4. +0
    -4
      public/vendor/plugins/emojify/emojify.min.js
  5. BIN
     
  6. +1
    -1
      templates/base/footer.tmpl
  7. +1
    -1
      templates/pwa/serviceworker_js.tmpl

+ 1
- 1
public/vendor/VERSIONS View File

@ -23,7 +23,7 @@ Version: 745f604212e2abfe2f0a59169ea530857b46625c
File(s): /vendor/plugins/vue/vue.min.js
Version: 2.1.10
File(s): /vendor/plugins/emojify/emojify.min.js
File(s): /vendor/plugins/emojify/emojify.custom.js
Version: 1.1.0
File(s): /vendor/plugins/cssrelpreload/

+ 1
- 1
public/vendor/librejs.html View File

@ -61,7 +61,7 @@
<td><a href="https://github.com/vuejs/vue/archive/v2.6.6.tar.gz">vue.js-v2.6.6.tar.gz</a></td>
</tr>
<tr>
<td><a href="./plugins/emojify/emojify.min.js">emojify.min.js</a></td>
<td><a href="./plugins/emojify/emojify.custom.js">emojify.custom.js</a></td>
<td><a href="http://www.freebsd.org/copyright/freebsd-license.html">Expat</a></td>
<td><a href="https://github.com/Ranks/emojify.js/archive/1.1.0.tar.gz">emojify-1.1.0.tar.gz</a></td>
</tr>

+ 1
- 0
public/vendor/plugins/emojify/emojify.custom.js
File diff suppressed because it is too large
View File


+ 0
- 4
public/vendor/plugins/emojify/emojify.min.js
File diff suppressed because it is too large
View File


BIN
View File


+ 1
- 1
templates/base/footer.tmpl View File

@ -117,7 +117,7 @@
}
</script>
{{end}}
<script src="{{StaticUrlPrefix}}/vendor/plugins/emojify/emojify.min.js"></script>
<script src="{{StaticUrlPrefix}}/vendor/plugins/emojify/emojify.custom.js"></script>
<script src="{{StaticUrlPrefix}}/vendor/plugins/clipboard/clipboard.min.js"></script>
<script src="{{StaticUrlPrefix}}/vendor/plugins/vue/vue.min.js"></script>

+ 1
- 1
templates/pwa/serviceworker_js.tmpl View File

@ -11,7 +11,7 @@ var urlsToCache = [
'{{StaticUrlPrefix}}/vendor/plugins/clipboard/clipboard.min.js',
'{{StaticUrlPrefix}}/vendor/plugins/gitgraph/gitgraph.js',
'{{StaticUrlPrefix}}/vendor/plugins/vue/vue.min.js',
'{{StaticUrlPrefix}}/vendor/plugins/emojify/emojify.min.js',
'{{StaticUrlPrefix}}/vendor/plugins/emojify/emojify.custom.js',
'{{StaticUrlPrefix}}/vendor/plugins/cssrelpreload/loadCSS.min.js',
'{{StaticUrlPrefix}}/vendor/plugins/cssrelpreload/cssrelpreload.min.js',
'{{StaticUrlPrefix}}/vendor/plugins/dropzone/dropzone.js',

Loading…
Cancel
Save