Commit graph

6 commits

Author SHA1 Message Date
Phil Hughes
fa2af5e0f5
Flash is now a ES6 module
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.
2017-10-10 10:14:22 +01:00
Eric Eastwood
90c60138db Move "Move to different project" to sidebar
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/34261
2017-09-03 22:03:17 -05:00
Clement Ho
28c45b047d Polish sidebar toggle 2017-06-27 08:06:35 +00:00
Simon Knox
6b8fac9de4 add loading spinner to sidebar assignees
store isFetching state to indicate if assignees has initial data
2017-05-24 21:19:50 +10:00
Clement Ho
40f51c8e81 [skip ci] Fix FE conflicts with master 2017-05-05 09:19:58 -05:00
Valery Sizov
387c4b2c21 Backport of multiple_assignees_feature [ci skip] 2017-05-04 17:11:53 +03:00