aboutsummaryrefslogtreecommitdiffstats
path: root/public/vendor/plugins/tribute/tribute.min.js
Commit message (Collapse)AuthorAgeFilesLines
* Move tributejs to npm/webpack (#11497)silverwind2020-05-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | * Move tributejs to npm/webpack - Move vendored bundle to npm and webpack - Rewrote initialization to single function - Restyled it (made it a bit smaller) - Fixed it for arc-green * fix mention * also include emoji on #content * Update web_src/less/_tribute.less Co-authored-by: mrsdizzie <info@mrsdizzie.com> * rewrite to only use one instance of Tribute * refactor * fix copy/paste error Co-authored-by: mrsdizzie <info@mrsdizzie.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Mention completion for issue editor. (#3136)harry2017-12-111-0/+2
* new issue mention * Mention completion on new issue and view issue page. * Code format. * Require tribute in pull request page.