summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/awards_handler.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* centralize emoji helper methodsMike Greiling2017-06-231-4/+1
* refactor AwardsHandler into es class syntaxawards-handler-class-syntaxMike Greiling2017-06-171-379/+374
* Add ES lint support to identify poorly written PromisesKushal Pandya2017-04-201-0/+3
* Merge branch '27655-clear-emoji-search-after-selection' into 'master' Alfredo Sumaran2017-04-171-17/+36
|\
| * Clear emoji search in awards menu after picking emoji27655-clear-emoji-search-after-selectionEric Eastwood2017-04-131-17/+36
* | frontend prevent authored votesbarthc2017-04-141-9/+35
|/
* Remove `undefined` class from `.emoji-menu-list`30496-remove-undefined-from-emoji-menu-listEric Eastwood2017-04-071-1/+1
* Award emoji button smiley animationDimitrie Hoekstra2017-04-061-1/+2
* Removes the duplicated search icon in emoji menuemoji-menu-duplicated-search-iconPhil Hughes2017-04-051-2/+2
* remove Cookies class from global spaceMike Greiling2017-03-221-1/+1