summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/filtered_search/dropdown_emoji.js
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
|
* Internationalisation of filtered_search directoryBrandon Labuschagne2019-05-011-1/+2
| | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* Fix not render emoji in filter dropdownHiroyuki Sato2018-11-151-4/+7
|
* Prettify environments feature_highlight and filtered_search modulesMike Greiling2018-10-161-6/+9
|
* Rest of Dispatcher RefactorJacob Schatz2018-02-211-6/+4
|
* Flash is now a ES6 modulePhil Hughes2017-10-101-4/+3
| | | | | | | | | | | Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS.
* Fix spelling of occurredjramsay-spelling-occurredJames Ramsay2017-09-261-1/+1
|
* Add filter by my reactionHiroyuki Sato2017-08-301-0/+82