gitlab-org--gitlab-foss/app/assets/javascripts/diff_notes
Bryce Johnson 81e9c28425 Render add-diff-note button with server.
This commit moves the rendering of the button back to the server, and
shows/hides it using opacity rather than display. It also removes the
transform applied to the button on hover (scale). Previously, both of these
factors automatically triggered a reflow, which creates a performance
bottleneck on pages with larger DOM size.

MR: !12103
2017-06-29 12:50:45 -04:00
..
components Render add-diff-note button with server. 2017-06-29 12:50:45 -04:00
icons Added discussion comments avatars to diff 2017-03-08 16:07:26 +00:00
mixins Remove IIFEs from diff_notes_bundle.js 2017-04-17 01:35:56 -05:00
models remove Vue from the global space 2017-03-20 22:12:01 -05:00
services update diff_notes_bundle to ES module syntax 2017-05-16 15:48:57 -05:00
stores Remove IIFEs from diff_notes_bundle.js 2017-04-17 01:35:56 -05:00
diff_notes_bundle.js Merge branch 'adopt-es-module-syntax' into 'master' 2017-05-22 16:07:43 +00:00