Commit Graph

7 Commits

Author SHA1 Message Date
Phil Hughes b5b304466f
Converted mini_pipeline_graph_dropdown.js to axios 2018-02-01 10:34:12 +00:00
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 1ac15de9f0 Resolve "Jobs dropdown in mini graph should close when we receive an error" 2017-04-26 16:37:54 +00:00
Filipa Lacerda a7a1a60421 Target all build links inside a dropdown. Use jQuery to handle event delegation. 2017-03-09 18:53:09 +00:00
Filipa Lacerda 5a3b2f83b0 Uses vanilla JS to listen to click event
Removes `:visible` from selector
Adds CHANGELOG entry
Removes iife
2017-03-09 18:26:15 +00:00
Filipa Lacerda 429eb466ea Prevent dropdown from closing when user clicks in a build. 2017-03-09 13:10:35 +00:00
winniehell 572f9782d5 Remove .es6 from file extensions (!9241) 2017-03-05 21:22:40 +01:00