Commit graph

5 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
Filipa Lacerda
aaa78199c2 Update vue-resource 2017-07-12 14:47:09 +00:00
Filipa Lacerda
228b73d5e9 Pipeline show view real time header section 2017-06-02 13:24:42 +00:00
Filipa Lacerda
c7e6eff4dd Use function to define data instead of an object 2017-05-26 15:08:18 +01:00
Filipa Lacerda
cad686cc30 Creates a mediator for pipeline details vue in order to mount several vue apps with the same data 2017-05-26 11:57:40 +01:00