summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/awards_handler.js
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-5/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-181-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-311-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-201-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-191-1/+1
* Disable unnecessary ESLint i18n offencesBrandon Labuschagne2019-06-131-1/+1
* Revert "Merge branch 'tz-reorganise-digests-json' into 'master'"tz-revert-new-emojis-loadingTim Zallmann2019-04-101-12/+4
* Makes emoji picker full width on mobileJacopo2019-03-221-1/+5
* Moved all emojis to the public folderTim Zallmann2019-03-071-4/+12
* Changed default tooltip position to be top, instead of bottomtooltips-to-topDimitrie Hoekstra2019-02-061-1/+1
* Resolve "Add status message from within user menu"Dennis Tang2018-10-041-14/+18
* Allows author to vote on their own issueChantal Rollison2018-08-241-23/+10
* Restyle status message input on profile settingsWinnie Hellmann2018-08-071-22/+33
* Changes tab VUE refactoringFelipe Artur2018-06-211-76/+115
* Replace tooltip('destroy') with tooltip('dispose')Clement Ho2018-04-191-2/+2
* Convert fixTitle to _fixTitle for regenerating tooltip titlesClement Ho2018-04-191-2/+2
* Use `isInVueNoteablePage` from dom_utilsKushal Pandya2018-04-051-11/+4
* Refactor discussions/notes codeJan Provaznik2018-04-031-2/+2
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+2
* Render MR Notes with Vue with behind a cookieFatih Acet2018-02-281-4/+12
* Update to jQuery 3.Jacob Schatz2018-02-201-1/+1
* Don't reset the awards block when the emoji search is clickedJared Deckard2018-02-071-3/+1
* Remove namespaced internationalization importfix-internationalization-namespaceClement Ho2018-01-311-2/+2
* Replace $.post in awards handler with axiosClement Ho2018-01-291-4/+8
* Flash is now a ES6 modulePhil Hughes2017-10-101-1/+1
* Merge branch 'emoji-dom-size' into 'master'Fatih Acet2017-09-221-6/+38
|\
| * Remove eslint-disable, and use arrow function.emoji-dom-sizeBryce Johnson2017-09-201-3/+2
| * Reverse order in showMenuElement for readability.Bryce Johnson2017-09-201-2/+2
| * Remove emoji-menu from the render tree when hidden.Bryce Johnson2017-09-191-6/+39
* | Use modules in common utilsFilipa Lacerda2017-09-091-4/+5
|/
* IssueNotesRefactor: Show Cmd+Enter to comment tooltip.Fatih Acet2017-08-211-9/+2
* IssueNotesRefactor: Fix award handler.Fatih Acet2017-08-181-1/+1
* IssueNotesRefactor: Stop making request for disabled emojis.Fatih Acet2017-08-181-1/+2
* Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-041-1/+1
|\
| * Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann2017-08-031-1/+1
* | [ci skip] Removes Vue from awards handler codeFilipa Lacerda2017-08-011-2/+7
* | [ci skip] Uses jquery to get correct note in awardsFilipa Lacerda2017-07-291-1/+1
* | IssueNotesRefactor: Fix adding main note awards.Fatih Acet2017-07-211-2/+8
* | IssueNotesRefactor: Separate mounted blocks to methods.Fatih Acet2017-07-211-1/+1
* | IssueNotesRefactor: Implement awarding emoji from emoji dropdown.Fatih Acet2017-07-211-0/+23
|/
* dynamically import emoji helpers for AwardsHandler classMike Greiling2017-06-281-35/+44
* revert removal of requestAnimationFrame and move to a separate MR/discussionrefactor-emoji-utilsMike Greiling2017-06-271-2/+8
* rename getEmojiCategoryMap and remove unnecessary parameterMike Greiling2017-06-271-2/+2
* move glEmojiTag method to emoji helperMike Greiling2017-06-271-3/+2
* namespace emoji helper methods within AwardsHandler classMike Greiling2017-06-261-13/+8
* move emoji category index to helper methodMike Greiling2017-06-261-27/+8
* move emojiAlias logic into helper moduleMike Greiling2017-06-261-16/+6
* fix method definition stylingMike Greiling2017-06-261-12/+2
* move normalizeEmojiName method to emoji helper moduleMike Greiling2017-06-261-8/+3
* remove problematic use of requestAnimationFrameMike Greiling2017-06-261-8/+2