aboutsummaryrefslogtreecommitdiffstats
path: root/public/vendor/plugins/tribute
Commit message (Collapse)AuthorAgeFilesLines
* Move tributejs to npm/webpack (#11497)silverwind2020-05-202-29/+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>
* Emoji Autocomplete (#3433)modmew82018-02-031-16/+3
| | | | | | | | | | | | * Implemented emoji autocomplete. * Changed emoji access url. * Reverted vendor css to default, moved all style changes to _tribute.less * Made no-results overwriteable, added missing autocomplete to edit issue field. Signed-off-by: modmew8 <modmew8@gmail.com>
* Mention completion for issue editor. (#3136)harry2017-12-112-0/+42
* new issue mention * Mention completion on new issue and view issue page. * Code format. * Require tribute in pull request page.