gitlab-org--gitlab-foss/app/assets/javascripts/issue_show/components
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
..
fields Remove confidential toggle checkbox and related code as no longer necessary 2017-09-11 09:28:51 +05:30
app.vue Flash is now a ES6 module 2017-10-10 10:14:22 +01:00
description.vue refactor TaskList class to ES module syntax 2017-07-06 13:05:58 -05:00
edit_actions.vue enable meta+enter shortcut to quick submit 2017-05-30 12:08:49 +01:00
edited.vue Fix invalid attribute used for time-ago-tooltip component 2017-08-30 18:50:06 +00:00
form.vue Remove confidential toggle checkbox and related code as no longer necessary 2017-09-11 09:28:51 +05:30
locked_warning.vue Added test to check if warning is not visible 2017-05-22 09:53:55 +01:00
title.vue Created form component instead of using :is incorrectly 2017-05-16 09:43:33 +01:00