summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/awards_handler.js
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Protect against unknown emojis in frequently used listfix-unknown-emojis-in-frequently-used-awardsEric Eastwood2017-03-161-5/+13
| | | | See https://gitlab.slack.com/archives/frontend/p1489690607738864
* Add frequently used emojis back to awards menuadd-frequently-used-emojis-back-to-menuEric Eastwood2017-03-091-18/+12
| | | | Thanks @filipa for the shout`
* Update emojis to use harmony modules (import/export)update-native-unicode-emojis-with-harmony-modulesEric Eastwood2017-03-081-6/+4
|
* Fix up potential for build finish event to fire for wrong menuEric Eastwood2017-03-061-4/+3
|
* Fix up `watch` alias lookup in FirefoxEric Eastwood2017-03-061-1/+1
| | | | | It was pulling https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/watch
* Use native unicode emojisEric Eastwood2017-03-061-369/+508
| | | | | | | | | | | | | | | | | | | | - gl_emoji for falling back to image/css-sprite when the browser doesn't support an emoji - Markdown rendering (Banzai filter) - Autocomplete - Award emoji menu - Perceived perf - Immediate response because we now build client-side - Update `digests.json` generation in gemojione rake task to be more useful and include `unicodeVersion` MR: !9437 See issues - #26371 - #27250 - #22474
* replace implicit this == window with explicit bindingMike Greiling2017-02-171-1/+1
|
* Merge branch 'master' into go-go-gadget-webpackMike Greiling2017-01-271-8/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (389 commits) Document "No gems fetched from git repositories" policy [ci skip] Typos Small gramatical tweaks Typos Added PHP & NPM doc Use `:empty_project` where possible in request specs Add caching of droplab ajax requests Use `:empty_project` where possible in model specs Revert 3f17f29a Remove unused js response from refs controller Add MR id to changelog entry fixed small mini pipeline graph line glitch Prevent form to be submitted twice Fix Error 500 when repositories contain annotated tags pointing to blobs Fix /explore sorting (trending) Simplify wording in "adding an image" docs Remove "official merge window" from CONTRIBUTING.md [ci skip] Update repository check documentation Fixed flexbox and wrap issues Update two_factor_authentication.md ...
| * resolve all parseInt radix eslint violationsMike Greiling2017-01-181-2/+2
| |
| * resolve all x-spacing and no-spaced-x eslint violationsMike Greiling2017-01-181-4/+4
| |
| * resolve all padded-blocks eslint violationsMike Greiling2017-01-181-3/+1
| |
| * resolve all no-plusplus eslint violationsMike Greiling2017-01-181-2/+2
| |
* | migrate all javascript asset bundles and require syntaxMike Greiling2017-01-101-1/+3
|/
* resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-1/+3
|