gitlab-org--gitlab-foss/app/assets/javascripts/vue_shared
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
..
components Flash is now a ES6 module 2017-10-10 10:14:22 +01:00
directives Improves popover to show on focus 2017-09-01 14:25:15 +01:00
mixins FE review changes app code 2017-10-01 16:45:48 +01:00
ci_action_icons.js
ci_status_icons.js
translate.js Add basic sprintf implementation to JavaScript 2017-10-03 14:46:19 +02:00
vue_resource_interceptor.js Standardize access to CSRF token in JavaScript 2017-09-21 17:53:28 +00:00