gitlab-org--gitlab-foss/features/steps/shared
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
..
active_tab.rb Use wait_for_requests to wait all JS request 2017-05-22 20:39:49 -03:00
admin.rb
authentication.rb Except where necessary, use sign_in over login_as in features 2017-04-19 18:55:36 -04:00
builds.rb Rename BuildsController to JobsController 2017-05-17 20:17:30 +08:00
diff_note.rb Render add-diff-note button with server. 2017-06-29 12:50:45 -04:00
group.rb
issuable.rb Enable Performance/RedundantMerge 2017-02-23 09:31:57 -06:00
markdown.rb fixed spinach tests 2017-05-25 11:11:30 +01:00
note.rb Added more actions and report as abuse to all notes 2017-06-07 18:33:50 +00:00
paths.rb Replaces 'dashboard/todos' spinach with rspec 2017-06-26 14:24:19 +00:00
project.rb Use same last commit widget on project homepage and tree view 2017-05-17 10:57:40 -05:00
project_tab.rb Removed the settings gear button inside the Project to a tab 2017-03-07 23:26:57 -06:00
shortcuts.rb
sidebar_active_tab.rb
snippet.rb
user.rb