summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/awards_handler.js
Commit message (Collapse)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
| | | | | | | | | | | 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.
* Merge branch 'emoji-dom-size' into 'master'Fatih Acet2017-09-221-6/+38
|\ | | | | | | | | | | | | Improve emoji menu rendering performance Closes #36949 See merge request gitlab-org/gitlab-ce!14233
| * 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (162 commits) Since mysql is not a priority anymore, test it less Add container registry and spam logs icons Fix different Markdown styles Backport to CE for: Make new dropdown dividers full width Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refs Install yarn via apt in update guides Use long curl options Remove monkey-patched Array.prototype.first() and last() methods Openshift Getting Started 35659 Rename Pipelines tab to CI / CD in new navigation Don't bother going through an entire Banzai pipeline for empty text Add active state for pipelines settings on old nav Bump rspec to 3.6.0 Resolve "Specific Async Script Loading by using a Page Variable" Revert "Merge branch 'rs-warm-capybara-only-in-ci' into 'master'" another rubocop style fix Use mixin for new dropdown style Migrate Repository#last_commit_for_path to Gitaly Migrate blame loading to Gitaly ...
| * 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 emoji Closes #27655 See merge request !10524
| * Clear emoji search in awards menu after picking emoji27655-clear-emoji-search-after-selectionEric Eastwood2017-04-131-17/+36
| | | | | | | | Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/27655
* | 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
| | | | Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/30496
* 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
| | | | | | | The search emojis title had the same class as the search input which caused a duplicated icon. Closes #30416
* remove Cookies class from global spaceMike Greiling2017-03-221-1/+1
|